Skip to content

Commit de3e257

Browse files
Bump the xunit group with 2 updates (#1419)
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.2 to 3.1.0 - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](xunit/visualstudio.xunit@3.0.2...3.1.0) Updates `xunit.v3` from 2.0.1 to 2.0.2 - [Commits](xunit/xunit@v3-2.0.1...v3-2.0.2) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: xunit - dependency-name: xunit.v3 dependency-version: 2.0.2 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 c8ebd65 commit de3e257

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
@@ -19,8 +19,8 @@
1919
<PackageReference Include="ReportGenerator" Version="5.4.5" />
2020
<PackageReference Include="Shouldly" Version="4.3.0" />
2121
<PackageReference Include="System.Text.Encodings.Web" Version="9.0.1" />
22-
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.2" />
23-
<PackageReference Include="xunit.v3" Version="2.0.1" />
22+
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.0" />
23+
<PackageReference Include="xunit.v3" Version="2.0.2" />
2424
</ItemGroup>
2525
<ItemGroup>
2626
<Content Include="oauth-http-bundle.json;xunit.runner.json;xunit.runner.json" CopyToOutputDirectory="PreserveNewest" />

0 commit comments

Comments
 (0)