Skip to content

Commit

Permalink
Bump the visual-studio-dependencies group (#264)
Browse files Browse the repository at this point in the history
Bumps the visual-studio-dependencies group in /visual-studio with 4 updates: Microsoft.VSSDK.BuildTools, [xunit](https://github.com/xunit/xunit), [xunit.runner.msbuild](https://github.com/xunit/xunit) and [coverlet.collector](https://github.com/coverlet-coverage/coverlet).


Updates `Microsoft.VSSDK.BuildTools` from 17.8.2365 to 17.9.3168

Updates `xunit` from 2.6.6 to 2.7.0
- [Commits](xunit/xunit@2.6.6...2.7.0)

Updates `xunit.runner.msbuild` from 2.6.6 to 2.7.0
- [Commits](xunit/xunit@2.6.6...2.7.0)

Updates `coverlet.collector` from 6.0.0 to 6.0.1
- [Release notes](https://github.com/coverlet-coverage/coverlet/releases)
- [Commits](coverlet-coverage/coverlet@v6.0.0...v6.0.1)

---
updated-dependencies:
- dependency-name: Microsoft.VSSDK.BuildTools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: visual-studio-dependencies
- dependency-name: xunit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: visual-studio-dependencies
- dependency-name: xunit.runner.msbuild
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: visual-studio-dependencies
- dependency-name: coverlet.collector
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: visual-studio-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 26, 2024
1 parent 5584853 commit 6408fd4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="coverlet.collector" Version="6.0.0">
<PackageReference Include="coverlet.collector" Version="6.0.1">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down

0 comments on commit 6408fd4

Please sign in to comment.