Skip to content

Commit

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

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

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

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

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

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 Nov 14, 2024
1 parent a27f943 commit 932fe24
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.11.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="NuGet.Common" Version="6.12.1" />
<PackageReference Include="NuGet.Packaging" Version="6.11.1" />
<PackageReference Include="NuGet.Protocol" Version="6.11.1" />
<PackageReference Include="NuGet.Packaging" Version="6.12.1" />
<PackageReference Include="NuGet.Protocol" Version="6.12.1" />
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
<PackageReference Include="System.Formats.Asn1" Version="8.0.1" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
Expand Down

0 comments on commit 932fe24

Please sign in to comment.