Skip to content

Commit b349c99

Browse files
authored
Merge pull request #413 from michaelvolz/dependabot/nuget/xunit-2.8.0
Bump xunit from 2.7.0 to 2.8.0
2 parents 10baf43 + 0e70b5f commit b349c99

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

tests/BaseTestCode/BaseTestCode.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<PrivateAssets>all</PrivateAssets>
3333
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3434
</PackageReference>
35-
<PackageReference Include="xunit" Version="2.7.0" />
35+
<PackageReference Include="xunit" Version="2.8.0" />
3636
<PackageReference Include="xunit.categories" Version="2.0.8" />
3737
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.7">
3838
<PrivateAssets>all</PrivateAssets>

tests/Common.Tests/Common.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2929
</PackageReference>
3030
<PackageReference Include="Websocket.Client" Version="5.1.1" />
31-
<PackageReference Include="xunit" Version="2.7.0" />
31+
<PackageReference Include="xunit" Version="2.8.0" />
3232
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.7">
3333
<PrivateAssets>all</PrivateAssets>
3434
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>

tests/Domain.Tests/Domain.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<PrivateAssets>all</PrivateAssets>
3030
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3131
</PackageReference>
32-
<PackageReference Include="xunit" Version="2.7.0" />
32+
<PackageReference Include="xunit" Version="2.8.0" />
3333
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.7">
3434
<PrivateAssets>all</PrivateAssets>
3535
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>

tests/Experiment.Tests/Experiment.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<PrivateAssets>all</PrivateAssets>
3030
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3131
</PackageReference>
32-
<PackageReference Include="xunit" Version="2.7.0" />
32+
<PackageReference Include="xunit" Version="2.8.0" />
3333
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.7">
3434
<PrivateAssets>all</PrivateAssets>
3535
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>

0 commit comments

Comments
 (0)