Skip to content

Commit

Permalink
Bump NuGet.Packaging, NuGet.Protocol and System.Text.Json in /ApiSurf…
Browse files Browse the repository at this point in the history
…ace (#94)
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent f73943b commit d72caf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ApiSurface/ApiSurface.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
<!-- We're a library; it's on our consumers to make sure they
are using nonvulnerable dependencies if they care.
System.Text.Json is highly backward-compatible. -->
<PackageReference Include="System.Text.Json" Version="7.0.3" NoWarn="%(NoWarn);NU1903" />
<PackageReference Include="System.Text.Json" Version="8.0.4" NoWarn="%(NoWarn);NU1903" />
<PackageReference Include="NuGet.Packaging" Version="6.12.1" />
<PackageReference Include="NuGet.Protocol" Version="6.11.1" />
<PackageReference Include="NuGet.Protocol" Version="6.12.1" />
<PackageReference Include="System.IO.Abstractions" Version="4.2.13" />
</ItemGroup>
</Project>

0 comments on commit d72caf7

Please sign in to comment.