Skip to content

Commit

Permalink
[CG] Upgrade System.Text.Json (#10185)
Browse files Browse the repository at this point in the history
  • Loading branch information
advay26 authored Sep 18, 2024
1 parent 08cf2a8 commit 58a3fb3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/NuGet.Protocol.Catalog/NuGet.Protocol.Catalog.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<PackageReference Include="Newtonsoft.Json" />
<PackageReference Include="NuGet.Protocol" />
<PackageReference Include="System.Formats.Asn1" />
<PackageReference Include="System.Text.Json" />
</ItemGroup>

</Project>
1 change: 1 addition & 0 deletions src/NuGetGallery.Services/NuGetGallery.Services.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
<PackageReference Include="NuGet.Protocol" />
<PackageReference Include="NuGet.StrongName.WebBackgrounder" />
<PackageReference Include="System.Runtime" />
<PackageReference Include="System.Text.Json" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net472'">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<PackageReference Include="NuGet.Commands" />
<PackageReference Include="NuGet.PackageManagement" />
<PackageReference Include="NuGet.Resolver" />
<PackageReference Include="System.Text.Json" />
<PackageReference Include="xunit.runner.visualstudio">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit 58a3fb3

Please sign in to comment.