Skip to content

Commit

Permalink
Bump NuGet.Protocol, NuGet.Packaging and NuGet.Common
Browse files Browse the repository at this point in the history
Bumps [NuGet.Protocol](https://github.com/NuGet/NuGet.Client), [NuGet.Packaging](https://github.com/NuGet/NuGet.Client) and [NuGet.Common](https://github.com/NuGet/NuGet.Client). These dependencies needed to be updated together.

Updates `NuGet.Protocol` from 6.10.0 to 6.11.0
- [Release notes](https://github.com/NuGet/NuGet.Client/releases)
- [Commits](https://github.com/NuGet/NuGet.Client/commits)

Updates `NuGet.Packaging` from 6.10.0 to 6.11.0
- [Release notes](https://github.com/NuGet/NuGet.Client/releases)
- [Commits](https://github.com/NuGet/NuGet.Client/commits)

Updates `NuGet.Common` from 6.10.0 to 6.11.0
- [Release notes](https://github.com/NuGet/NuGet.Client/releases)
- [Commits](https://github.com/NuGet/NuGet.Client/commits)

---
updated-dependencies:
- dependency-name: NuGet.Protocol
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: NuGet.Packaging
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: NuGet.Common
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 24, 2024
1 parent 03b3d0a commit 565e49f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="8.0.0" />
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3" />
<PackageVersion Include="NSubstitute" Version="5.1.0" />
<PackageVersion Include="NuGet.Common" Version="6.10.0" />
<PackageVersion Include="NuGet.Packaging" Version="6.10.0" />
<PackageVersion Include="NuGet.Protocol" Version="6.10.0" />
<PackageVersion Include="NuGet.Common" Version="6.11.0" />
<PackageVersion Include="NuGet.Packaging" Version="6.11.0" />
<PackageVersion Include="NuGet.Protocol" Version="6.11.0" />
<PackageVersion Include="NuGet.Resolver" Version="6.10.0" />
<PackageVersion Include="ObjectLayoutInspector" Version="0.1.4" />
<PackageVersion Include="StyleCop.Analyzers" Version="1.2.0-beta.556" />
Expand Down

0 comments on commit 565e49f

Please sign in to comment.