Skip to content

Commit 802654e

Browse files
Bump xunit-dotnet monorepo to v3 (#962)
| datasource | package | from | to | | ---------- | --------------------------- | ----- | ----- | | nuget | xunit.v3 | 2.0.3 | 3.0.0 | | nuget | xunit.v3.extensibility.core | 2.0.3 | 3.0.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9461e06 commit 802654e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Directory.Packages.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<PackageVersion Include="xunit.abstractions" Version="2.0.3" />
2020
<PackageVersion Include="xunit.extensibility.execution" Version="2.9.3" />
2121
<PackageVersion Include="xunit.runner.visualstudio" Version="3.1.1" />
22-
<PackageVersion Include="xunit.v3" Version="2.0.3" />
23-
<PackageVersion Include="xunit.v3.extensibility.core" Version="2.0.3" />
22+
<PackageVersion Include="xunit.v3" Version="3.0.0" />
23+
<PackageVersion Include="xunit.v3.extensibility.core" Version="3.0.0" />
2424
</ItemGroup>
2525
</Project>

0 commit comments

Comments
 (0)