Unpin Testcontainers version and upgrade to version 3.10.0 (#1177)

This commit is contained in:
Stef Heyenrath
2024-09-20 15:20:25 +02:00
committed by GitHub
parent 2cbbef01ae
commit c845f73dd0
2 changed files with 3 additions and 3 deletions

View File

@@ -28,7 +28,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Stef.Validation" Version="0.1.1" />
<PackageReference Include="Testcontainers" Version="[3.9.0]" />
<PackageReference Include="Testcontainers" Version="3.10.0" />
</ItemGroup>
<ItemGroup>