Skip to content

Commit dbafa16

Browse files
Bump NuGet.Protocol and NuGet.Packaging in /ApiSurface (#72)
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>
1 parent 1f528cf commit dbafa16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ApiSurface/ApiSurface.fsproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
<ItemGroup>
3939
<PackageReference Include="FSharp.Core" Version="4.3.4" />
4040
<PackageReference Include="System.Text.Json" Version="7.0.3" />
41-
<PackageReference Include="NuGet.Packaging" Version="6.9.1" />
42-
<PackageReference Include="NuGet.Protocol" Version="6.9.1" />
41+
<PackageReference Include="NuGet.Packaging" Version="6.10.0" />
42+
<PackageReference Include="NuGet.Protocol" Version="6.10.0" />
4343
<PackageReference Include="System.IO.Abstractions" Version="4.2.13" />
4444
</ItemGroup>
4545
</Project>

0 commit comments

Comments
 (0)