Skip to content

Commit 65830d3

Browse files
authored
Merge pull request #354 from cake-contrib/renovate/xunit-dotnet-monorepo
(maint) Update dependency xunit to 2.9.2
2 parents e2fb99c + 900aa2f commit 65830d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Tasks.IntegrationTests/Tasks.IntegrationTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<PrivateAssets>all</PrivateAssets>
3434
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3535
</PackageReference>
36-
<PackageReference Include="xunit" Version="2.9.1" />
36+
<PackageReference Include="xunit" Version="2.9.2" />
3737
<PackageReference Include="xunit.analyzers" Version="1.16.0" />
3838
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
3939
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>

src/Tasks.Tests/Tasks.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<PrivateAssets>all</PrivateAssets>
4040
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
4141
</PackageReference>
42-
<PackageReference Include="xunit" Version="2.9.1" />
42+
<PackageReference Include="xunit" Version="2.9.2" />
4343
<PackageReference Include="xunit.analyzers" Version="1.16.0" />
4444
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
4545
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>

0 commit comments

Comments
 (0)