Skip to content

Commit a3e11ee

Browse files
Bump NuGet.Packaging and System.Text.Json in /ApiSurface (#105)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Patrick Stevens <3138005+Smaug123@users.noreply.github.com>
1 parent 547a893 commit a3e11ee

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)