Skip to content

Commit c519ce6

Browse files
Bump the xunit group with 2 updates
Bumps the xunit 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.4.0 to 28.6.1 - [Release notes](https://github.com/VerifyTests/Verify/releases) - [Commits](VerifyTests/Verify@28.4.0...28.6.1) 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: xunit - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-major dependency-group: xunit ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e68e0fe commit c519ce6

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
@@ -13,9 +13,9 @@
1313
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
1414
<PackageReference Include="Microsoft.OpenApi.Readers" Version="1.6.22" />
1515
<PackageReference Include="Microsoft.Playwright" Version="1.49.0" />
16-
<PackageReference Include="Verify.Xunit" Version="28.4.0" />
16+
<PackageReference Include="Verify.Xunit" Version="28.6.1" />
1717
<PackageReference Include="xunit" Version="2.9.2" />
18-
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" />
18+
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0" />
1919
</ItemGroup>
2020
<ItemGroup>
2121
<Content Include="xunit.runner.json;xunit.runner.json" CopyToOutputDirectory="PreserveNewest" />

0 commit comments

Comments
 (0)