Skip to content

Commit 592820f

Browse files
Bump xunit from 2.6.6 to 2.8.0
Bumps [xunit](https://github.com/xunit/xunit) from 2.6.6 to 2.8.0. - [Commits](xunit/xunit@2.6.6...2.8.0) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent eb1abf1 commit 592820f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

NStart.Tests.FunctionalityTests/NStart.Tests.FunctionalityTests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<ItemGroup>
1111
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
1212
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
13-
<PackageReference Include="xunit" Version="2.6.6" />
13+
<PackageReference Include="xunit" Version="2.8.0" />
1414
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6">
1515
<PrivateAssets>all</PrivateAssets>
1616
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

NStart.Tests.IntegrationTests/NStart.Tests.IntegrationTests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<ItemGroup>
1111
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
1212
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
13-
<PackageReference Include="xunit" Version="2.6.6" />
13+
<PackageReference Include="xunit" Version="2.8.0" />
1414
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6">
1515
<PrivateAssets>all</PrivateAssets>
1616
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)