Skip to content

Commit cc06e09

Browse files
chore(deps): update xunit-dotnet monorepo to v2.8.0
| datasource | package | from | to | | ---------- | ------------------------- | ----- | ----- | | nuget | xunit | 2.6.6 | 2.8.0 | | nuget | xunit.runner.visualstudio | 2.5.6 | 2.8.0 |
1 parent 7a3483e commit cc06e09

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

Testing/BranchValidatorIntegrationTests/BranchValidatorIntegrationTests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
<PrivateAssets>all</PrivateAssets>
2727
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2828
</PackageReference>
29-
<PackageReference Include="xunit" Version="2.6.6" />
30-
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6">
29+
<PackageReference Include="xunit" Version="2.8.0" />
30+
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.0">
3131
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3232
<PrivateAssets>all</PrivateAssets>
3333
</PackageReference>

Testing/BranchValidatorSharedTests/BranchValidatorSharedTests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
<PrivateAssets>all</PrivateAssets>
2626
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2727
</PackageReference>
28-
<PackageReference Include="xunit" Version="2.6.6" />
29-
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6">
28+
<PackageReference Include="xunit" Version="2.8.0" />
29+
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.0">
3030
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3131
<PrivateAssets>all</PrivateAssets>
3232
</PackageReference>

Testing/BranchValidatorTests/BranchValidatorTests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
<PrivateAssets>all</PrivateAssets>
2828
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2929
</PackageReference>
30-
<PackageReference Include="xunit" Version="2.6.6" />
31-
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6">
30+
<PackageReference Include="xunit" Version="2.8.0" />
31+
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.0">
3232
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3333
<PrivateAssets>all</PrivateAssets>
3434
</PackageReference>

Testing/ScriptGeneratorTests/ScriptGeneratorTests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
<PrivateAssets>all</PrivateAssets>
2929
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3030
</PackageReference>
31-
<PackageReference Include="xunit" Version="2.6.6" />
32-
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6">
31+
<PackageReference Include="xunit" Version="2.8.0" />
32+
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.0">
3333
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3434
<PrivateAssets>all</PrivateAssets>
3535
</PackageReference>

Testing/TestingShared/TestingShared.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<PrivateAssets>all</PrivateAssets>
2121
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2222
</PackageReference>
23-
<PackageReference Include="xunit" Version="2.6.6" />
23+
<PackageReference Include="xunit" Version="2.8.0" />
2424
</ItemGroup>
2525

2626
<ItemGroup>

0 commit comments

Comments
 (0)