Skip to content

Commit c4c1274

Browse files
committedJan 16, 2024
Update xUnit.
1 parent 79f3595 commit c4c1274

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎src/AdoNet.Specification.Tests/AdoNet.Specification.Tests.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
</PropertyGroup>
3434

3535
<ItemGroup>
36-
<PackageReference Include="xunit" Version="2.6.5" />
37-
<PackageReference Include="xunit.extensibility.execution" Version="2.6.5" />
36+
<PackageReference Include="xunit" Version="2.6.6" />
37+
<PackageReference Include="xunit.extensibility.execution" Version="2.6.6" />
3838
<PackageReference Include="Xunit.SkippableFact" Version="1.4.13" />
3939
</ItemGroup>
4040

‎tests/Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<ItemGroup>
33
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
4-
<PackageReference Include="xunit" Version="2.6.5" />
4+
<PackageReference Include="xunit" Version="2.6.6" />
55
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6" />
66
</ItemGroup>
77
</Project>

0 commit comments

Comments
 (0)
Please sign in to comment.