Skip to content

Commit bfa1e6e

Browse files
Bump the testing group across 1 directory with 3 updates
Bumps the testing group with 3 updates in the / directory: [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest), [Shouldly](https://github.com/shouldly/shouldly) and [Verify.Xunit](https://github.com/VerifyTests/Verify). Updates `Microsoft.NET.Test.Sdk` from 17.12.0 to 17.13.0 - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](microsoft/vstest@v17.12.0...v17.13.0) Updates `Shouldly` from 4.2.1 to 4.3.0 - [Release notes](https://github.com/shouldly/shouldly/releases) - [Changelog](https://github.com/shouldly/shouldly/blob/master/BREAKING%20CHANGES.txt) - [Commits](shouldly/shouldly@4.2.1...4.3.0) Updates `Verify.Xunit` from 28.5.0 to 28.11.0 - [Release notes](https://github.com/VerifyTests/Verify/releases) - [Commits](VerifyTests/Verify@28.5.0...28.11.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: testing - dependency-name: Shouldly dependency-type: direct:production update-type: version-update:semver-minor dependency-group: testing - dependency-name: Verify.Xunit dependency-type: direct:production update-type: version-update:semver-minor dependency-group: testing ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f51752f commit bfa1e6e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/Tests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
<PrivateAssets>all</PrivateAssets>
2121
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
2222
</PackageReference>
23-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
24-
<PackageReference Include="Shouldly" Version="4.2.1" />
25-
<PackageReference Include="Verify.Xunit" Version="28.5.0" />
23+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
24+
<PackageReference Include="Shouldly" Version="4.3.0" />
25+
<PackageReference Include="Verify.Xunit" Version="28.11.0" />
2626
<PackageReference Include="xunit" Version="2.9.2" />
2727
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
2828
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)