Skip to content

Commit a013ddd

Browse files
Bump NuGet.Packaging and System.Text.Json in /ApiSurface
Bumps [NuGet.Packaging](https://github.com/NuGet/NuGet.Client) and [System.Text.Json](https://github.com/dotnet/runtime). These dependencies needed to be updated together. Updates `NuGet.Packaging` from 6.13.1 to 6.13.2 - [Release notes](https://github.com/NuGet/NuGet.Client/releases) - [Commits](https://github.com/NuGet/NuGet.Client/commits) Updates `System.Text.Json` from 8.0.5 to 8.0.5 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.5...v8.0.5) --- updated-dependencies: - dependency-name: NuGet.Packaging dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: System.Text.Json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2fd2fef commit a013ddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ApiSurface/ApiSurface.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
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.1" />
45+
<PackageReference Include="NuGet.Packaging" Version="6.13.2" />
4646
<PackageReference Include="NuGet.Protocol" Version="6.13.1" />
4747
<PackageReference Include="System.IO.Abstractions" Version="4.2.13" />
4848
</ItemGroup>

0 commit comments

Comments
 (0)