Skip to content

Commit

Permalink
Bump the nugets group with 5 updates (#86)
Browse files Browse the repository at this point in the history
Bumps the nugets group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| Microsoft.VisualStudio.SDK | `17.7.37327` | `17.9.37048` |
| [Microsoft.Build.Artifacts](https://github.com/Microsoft/MSBuildSdks) | `2.0.16` | `2.2.0` |
| [xunit](https://github.com/xunit/xunit) | `2.5.0` | `2.7.0` |
| [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) | `2.5.0` | `2.5.7` |
| [xunit.runner.msbuild](https://github.com/xunit/xunit) | `2.5.0` | `2.7.0` |


Updates `Microsoft.VisualStudio.SDK` from 17.7.37327 to 17.9.37048

Updates `Microsoft.Build.Artifacts` from 2.0.16 to 2.2.0
- [Release notes](https://github.com/Microsoft/MSBuildSdks/releases)
- [Changelog](https://github.com/microsoft/MSBuildSdks/blob/main/RELEASE.md)
- [Commits](microsoft/MSBuildSdks@Microsoft.Build.Artifacts.2.0.16...Microsoft.Build.Artifacts.2.2.0)

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

Updates `xunit.runner.visualstudio` from 2.5.0 to 2.5.7
- [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
- [Commits](xunit/visualstudio.xunit@2.5.0...2.5.7)

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

---
updated-dependencies:
- dependency-name: Microsoft.VisualStudio.SDK
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nugets
- dependency-name: Microsoft.Build.Artifacts
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nugets
- dependency-name: xunit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nugets
- dependency-name: xunit.runner.visualstudio
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nugets
- dependency-name: xunit.runner.msbuild
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nugets
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 1, 2024
1 parent 7518280 commit 71867bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageReference Include="ThisAssembly.Project" Version="1.1.3" PrivateAssets="all" />
<PackageReference Include="xunit" Version="2.5.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.0" />
<PackageReference Include="xunit.runner.msbuild" Version="2.5.0" />
<PackageReference Include="xunit.runner.msbuild" Version="2.7.0" />
<PackageReference Include="xunit.vsix" Version="0.9.3" />
<PackageReference Include="Microsoft.VisualStudio.SDK" Version="17.7.37327" />
<PackageReference Include="System.Reactive" Version="6.0.0" />
Expand Down

0 comments on commit 71867bf

Please sign in to comment.