Skip to content

Commit 8a3d3ff

Browse files
author
fabien.menager
committed
Update test dependencies
1 parent 6ea053b commit 8a3d3ff

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

tests/PhenX.EntityFrameworkCore.BulkInsert.Benchmark/PhenX.EntityFrameworkCore.BulkInsert.Benchmark.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="BenchmarkDotNet" Version="0.14.0" />
10+
<PackageReference Include="BenchmarkDotNet" Version="0.15.0" />
1111
<PackageReference Include="Testcontainers.PostgreSql" Version="4.4.0" />
1212
<PackageReference Include="Testcontainers.MsSql" Version="4.4.0" />
1313
<PackageReference Include="Testcontainers.MySql" Version="4.4.0" />

tests/PhenX.EntityFrameworkCore.BulkInsert.Tests/PhenX.EntityFrameworkCore.BulkInsert.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1515
</PackageReference>
1616
<PackageReference Include="FluentAssertions" Version="7.2.0" />
17-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
17+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.0" />
1818
<PackageReference Include="xunit" Version="2.9.3" />
1919
<PackageReference Include="Xunit.Combinatorial" Version="1.6.24" />
20-
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.2">
20+
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.0">
2121
<PrivateAssets>all</PrivateAssets>
2222
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2323
</PackageReference>

0 commit comments

Comments
 (0)