Skip to content

Commit

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

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

Updates `NuGet.Packaging` from 6.9.1 to 6.10.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
...

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] authored May 27, 2024
1 parent 1f528cf commit dbafa16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ApiSurface/ApiSurface.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
<ItemGroup>
<PackageReference Include="FSharp.Core" Version="4.3.4" />
<PackageReference Include="System.Text.Json" Version="7.0.3" />
<PackageReference Include="NuGet.Packaging" Version="6.9.1" />
<PackageReference Include="NuGet.Protocol" Version="6.9.1" />
<PackageReference Include="NuGet.Packaging" Version="6.10.0" />
<PackageReference Include="NuGet.Protocol" Version="6.10.0" />
<PackageReference Include="System.IO.Abstractions" Version="4.2.13" />
</ItemGroup>
</Project>

0 comments on commit dbafa16

Please sign in to comment.