Skip to content

Commit 211af1e

Browse files
authored
Merge pull request #18 from hash-code-io/feat_package-update
feat: updated packages
2 parents b1ada44 + 5b26433 commit 211af1e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/RapidIntegrationTesting/RapidIntegrationTesting.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<ItemGroup>
88
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="9.0.0" />
9-
<PackageReference Include="Testcontainers" Version="4.0.0" />
9+
<PackageReference Include="Testcontainers" Version="4.1.0" />
1010
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="9.0.0" />
1111
</ItemGroup>
1212

test/RapidIntegrationTesting.Integration.Tests/RapidIntegrationTesting.Integration.Tests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010

1111
<ItemGroup>
1212
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
13-
<PackageReference Include="Testcontainers.MsSql" Version="4.0.0" />
13+
<PackageReference Include="Testcontainers.MsSql" Version="4.1.0" />
1414
<PackageReference Include="xunit" Version="2.9.2" />
15-
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
15+
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0">
1616
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1717
<PrivateAssets>all</PrivateAssets>
1818
</PackageReference>
19-
<PackageReference Include="coverlet.collector" Version="6.0.2">
19+
<PackageReference Include="coverlet.collector" Version="6.0.3">
2020
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2121
<PrivateAssets>all</PrivateAssets>
2222
</PackageReference>

0 commit comments

Comments
 (0)