Skip to content

Commit

Permalink
Bump the visual-studio-dependencies group (#317)
Browse files Browse the repository at this point in the history
Bumps the visual-studio-dependencies group in /visual-studio with 3 updates: [Community.VisualStudio.Toolkit.17](https://github.com/VsixCommunity/Community.VisualStudio.Toolkit), [xunit](https://github.com/xunit/xunit) and [xunit.runner.msbuild](https://github.com/xunit/xunit).


Updates `Community.VisualStudio.Toolkit.17` from 17.0.522 to 17.0.527
- [Commits](https://github.com/VsixCommunity/Community.VisualStudio.Toolkit/commits)

Updates `xunit` from 2.9.1 to 2.9.2
- [Commits](xunit/xunit@v2-2.9.1...v2-2.9.2)

Updates `xunit.runner.msbuild` from 2.9.1 to 2.9.2
- [Commits](xunit/xunit@v2-2.9.1...v2-2.9.2)

---
updated-dependencies:
- dependency-name: Community.VisualStudio.Toolkit.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: visual-studio-dependencies
- dependency-name: xunit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: visual-studio-dependencies
- dependency-name: xunit.runner.msbuild
  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 Sep 30, 2024
1 parent ab4d320 commit 95a4480
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion visual-studio/source/GitWebLinks/GitWebLinks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Community.VisualStudio.Toolkit.17">
<Version>17.0.522</Version>
<Version>17.0.527</Version>
</PackageReference>
<PackageReference Include="Community.VisualStudio.VSCT">
<Version>16.0.29.6</Version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="NSubstitute" Version="5.1.0" />
<PackageReference Include="xunit" Version="2.9.1" />
<PackageReference Include="xunit.runner.msbuild" Version="2.9.1">
<PackageReference Include="xunit" Version="2.9.2" />
<PackageReference Include="xunit.runner.msbuild" Version="2.9.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit 95a4480

Please sign in to comment.