Skip to content

Commit

Permalink
Update System.Text.Json to 8.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
v-wuzhai committed Oct 16, 2024
1 parent bc43195 commit d29d089
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<PackageReference Include="System.Text.Json" ExcludeAssets="runtime">
<!-- For the net472 flavor, lock back to a System.Text.Json equal to or older than MSBuild will provide
so it doesn't have to be redistributed. -->
<VersionOverride Condition="'$(TargetFramework)' == 'net472'">8.0.3</VersionOverride>
<VersionOverride Condition="'$(TargetFramework)' == 'net472'">8.0.4</VersionOverride>
</PackageReference>
</ItemGroup>

Expand Down

0 comments on commit d29d089

Please sign in to comment.