Skip to content
This repository was archived by the owner on Mar 28, 2024. It is now read-only.

Commit 6eb3b97

Browse files
chore(deps): update xunit-dotnet monorepo to v2.7.0
| datasource | package | from | to | | ---------- | -------------------- | ----- | ----- | | nuget | xunit | 2.6.6 | 2.7.0 | | nuget | xunit.runner.console | 2.6.6 | 2.7.0 |
1 parent 7cbf2a8 commit 6eb3b97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

OpenXmlPowerTools.Tests/OpenXmlPowerTools.Tests.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77

88
<ItemGroup>
99
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
10-
<PackageReference Include="xunit" Version="2.6.6" />
10+
<PackageReference Include="xunit" Version="2.7.0" />
1111
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.7">
1212
<PrivateAssets>all</PrivateAssets>
1313
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
1414
</PackageReference>
15-
<PackageReference Include="xunit.runner.console" Version="2.6.6">
15+
<PackageReference Include="xunit.runner.console" Version="2.7.0">
1616
<PrivateAssets>all</PrivateAssets>
1717
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
1818
</PackageReference>

0 commit comments

Comments
 (0)