Skip to content

Commit 7a0860e

Browse files
Bump the testing group with 2 updates
Bumps the testing group with 2 updates: [Verify.Xunit](https://github.com/VerifyTests/Verify) and [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit). Updates `Verify.Xunit` from 28.5.0 to 28.7.0 - [Release notes](https://github.com/VerifyTests/Verify/releases) - [Commits](VerifyTests/Verify@28.5.0...28.7.0) Updates `xunit.runner.visualstudio` from 2.8.2 to 3.0.0 - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](xunit/visualstudio.xunit@2.8.2...3.0.0) --- updated-dependencies: - dependency-name: Verify.Xunit dependency-type: direct:production update-type: version-update:semver-minor dependency-group: testing - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-major dependency-group: testing ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 93d826c commit 7a0860e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
</PackageReference>
2323
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
2424
<PackageReference Include="Shouldly" Version="4.2.1" />
25-
<PackageReference Include="Verify.Xunit" Version="28.5.0" />
25+
<PackageReference Include="Verify.Xunit" Version="28.7.0" />
2626
<PackageReference Include="xunit" Version="2.9.2" />
27-
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
27+
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0">
2828
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2929
<PrivateAssets>all</PrivateAssets>
3030
</PackageReference>

0 commit comments

Comments
 (0)