Skip to content

Commit 10ee0b3

Browse files
committed
Update xUnit to 2.6.1.
1 parent 107d07b commit 10ee0b3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
</PropertyGroup>
3434

3535
<ItemGroup>
36-
<PackageReference Include="xunit" Version="2.6.0" />
37-
<PackageReference Include="xunit.extensibility.execution" Version="2.6.0" />
36+
<PackageReference Include="xunit" Version="2.6.1" />
37+
<PackageReference Include="xunit.extensibility.execution" Version="2.6.1" />
3838
<PackageReference Include="Xunit.SkippableFact" Version="1.4.13" />
3939
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
4040
</ItemGroup>

tests/Directory.Build.props

Lines changed: 1 addition & 1 deletion
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.7.2" />
4-
<PackageReference Include="xunit" Version="2.6.0" />
4+
<PackageReference Include="xunit" Version="2.6.1" />
55
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.3" />
66
</ItemGroup>
77
</Project>

0 commit comments

Comments
 (0)