Skip to content

Commit a214d52

Browse files
Bump NuGet.Packaging and NuGet.Protocol (#112)
Bumps NuGet.Packaging from 6.13.2 to 6.14.0 Bumps NuGet.Protocol from 6.13.2 to 6.14.0 --- updated-dependencies: - dependency-name: NuGet.Packaging dependency-version: 6.14.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: NuGet.Protocol dependency-version: 6.14.0 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>
1 parent 4d16e2a commit a214d52

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
@@ -42,8 +42,8 @@
4242
are using nonvulnerable dependencies if they care.
4343
System.Text.Json is highly backward-compatible. -->
4444
<PackageReference Include="System.Text.Json" Version="8.0.5" NoWarn="%(NoWarn);NU1903" />
45-
<PackageReference Include="NuGet.Packaging" Version="6.13.2" />
46-
<PackageReference Include="NuGet.Protocol" Version="6.13.2" />
45+
<PackageReference Include="NuGet.Packaging" Version="6.14.0" />
46+
<PackageReference Include="NuGet.Protocol" Version="6.14.0" />
4747
<PackageReference Include="System.IO.Abstractions" Version="4.2.13" />
4848
</ItemGroup>
4949
</Project>

0 commit comments

Comments
 (0)