Skip to content

Commit 1eb5d0d

Browse files
Bump NuGet.Packaging, NuGet.Protocol and System.Text.Json in /ApiSurface (#102)
1 parent 08225a1 commit 1eb5d0d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ApiSurface/ApiSurface.fsproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@
4141
<!-- We're a library; it's on our consumers to make sure they
4242
are using nonvulnerable dependencies if they care.
4343
System.Text.Json is highly backward-compatible. -->
44-
<PackageReference Include="System.Text.Json" Version="8.0.4" NoWarn="%(NoWarn);NU1903" />
45-
<PackageReference Include="NuGet.Packaging" Version="6.12.1" />
46-
<PackageReference Include="NuGet.Protocol" Version="6.12.1" />
44+
<PackageReference Include="System.Text.Json" Version="8.0.5" NoWarn="%(NoWarn);NU1903" />
45+
<PackageReference Include="NuGet.Packaging" Version="6.13.1" />
46+
<PackageReference Include="NuGet.Protocol" Version="6.13.1" />
4747
<PackageReference Include="System.IO.Abstractions" Version="4.2.13" />
4848
</ItemGroup>
4949
</Project>

0 commit comments

Comments
 (0)