Skip to content

Commit

Permalink
Bump the visual-studio-dependencies group (#315)
Browse files Browse the repository at this point in the history
Bumps the visual-studio-dependencies group in /visual-studio with 2 updates: [xunit](https://github.com/xunit/xunit) and [xunit.runner.msbuild](https://github.com/xunit/xunit).


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

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

---
updated-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 23, 2024
1 parent 30665f1 commit 84da5e1
Showing 1 changed file with 2 additions and 2 deletions.
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.0" />
<PackageReference Include="xunit.runner.msbuild" Version="2.9.0">
<PackageReference Include="xunit" Version="2.9.1" />
<PackageReference Include="xunit.runner.msbuild" Version="2.9.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit 84da5e1

Please sign in to comment.