Skip to content

Commit a1e7e24

Browse files
Bump the xunit group with 2 updates (#195)
Bumps the xunit group with 2 updates: [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) and [xunit.v3](https://github.com/xunit/xunit). Updates `xunit.runner.visualstudio` from 3.0.0 to 3.0.1 - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](xunit/visualstudio.xunit@3.0.0...3.0.1) Updates `xunit.v3` from 1.0.0 to 1.0.1 - [Commits](xunit/xunit@v3-1.0.0...v3-1.0.1) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: xunit - dependency-name: xunit.v3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: xunit ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 498f8ba commit a1e7e24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/TodoApp.Tests/TodoApp.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<PackageReference Include="Microsoft.OpenApi.Readers" Version="1.6.23" />
1616
<PackageReference Include="Microsoft.Playwright" Version="1.49.0" />
1717
<PackageReference Include="Verify.XunitV3" Version="28.8.1" />
18-
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0" />
19-
<PackageReference Include="xunit.v3" Version="1.0.0" />
18+
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.1" />
19+
<PackageReference Include="xunit.v3" Version="1.0.1" />
2020
</ItemGroup>
2121
<ItemGroup>
2222
<Content Include="xunit.runner.json;xunit.runner.json" CopyToOutputDirectory="PreserveNewest" />

0 commit comments

Comments
 (0)