Skip to content

Commit cabbd76

Browse files
Bump the testing group across 1 directory with 3 updates
Bumps the testing group with 3 updates in the / directory: [GitHubActionsTestLogger](https://github.com/Tyrrrz/GitHubActionsTestLogger), [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) and [Verify.Xunit](https://github.com/VerifyTests/Verify). Updates `GitHubActionsTestLogger` from 2.3.3 to 2.4.1 - [Release notes](https://github.com/Tyrrrz/GitHubActionsTestLogger/releases) - [Commits](Tyrrrz/GitHubActionsTestLogger@2.3.3...2.4.1) Updates `Microsoft.NET.Test.Sdk` from 17.9.0 to 17.11.1 - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](microsoft/vstest@v17.9.0...v17.11.1) Updates `Verify.Xunit` from 23.7.2 to 26.6.0 - [Release notes](https://github.com/VerifyTests/Verify/releases) - [Commits](VerifyTests/Verify@23.7.2...26.6.0) --- updated-dependencies: - dependency-name: GitHubActionsTestLogger dependency-type: direct:production update-type: version-update:semver-minor dependency-group: testing - dependency-name: Microsoft.NET.Test.Sdk 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-major dependency-group: testing ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 850fe47 commit cabbd76

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,13 +20,13 @@
2020
</ItemGroup>
2121

2222
<ItemGroup>
23-
<PackageReference Include="GitHubActionsTestLogger" Version="2.3.3">
23+
<PackageReference Include="GitHubActionsTestLogger" Version="2.4.1">
2424
<PrivateAssets>all</PrivateAssets>
2525
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
2626
</PackageReference>
27-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
27+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
2828
<PackageReference Include="Shouldly" Version="4.2.1" />
29-
<PackageReference Include="Verify.Xunit" Version="23.7.2" />
29+
<PackageReference Include="Verify.Xunit" Version="26.6.0" />
3030
<PackageReference Include="xunit" Version="2.7.0" />
3131
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.7">
3232
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)