Made changes to accommodate breaking change in testcontainers-dotnet v3.9. (#1127)

Ref: https://github.com/testcontainers/testcontainers-dotnet/pull/1100
This commit is contained in:
Eric Dugas
2024-06-26 12:26:27 -05:00
committed by GitHub
parent 90e017b79a
commit bf28ba79b5
3 changed files with 3 additions and 5 deletions

View File

@@ -29,7 +29,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Stef.Validation" Version="0.1.1" />
<PackageReference Include="Testcontainers" Version="[3.7.0]" />
<PackageReference Include="Testcontainers" Version="[3.9.0]" />
<PackageReference Include="JetBrains.Annotations" VersionOverride="2022.3.1" PrivateAssets="All" Version="2023.3.0" />
</ItemGroup>