Skip to content

Commit

Permalink
fix: Updated System.Text.Json to 8.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
HavenDV committed Sep 17, 2024
1 parent 985802a commit 5c7b87b
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
<Description>This package adds SystemTextJsonFormatter(based on System.Text.Json)</Description>
</PropertyGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
<PackageReference Include="System.Text.Json" Version="8.0.0" />
<ItemGroup>
<ProjectReference Include="..\H.Formatters\H.Formatters.csproj" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net4.6.2' ">
<PackageReference Include="System.Text.Json" Version="8.0.0" />
<PackageReference Include="System.Text.Json" Version="8.0.4" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\H.Formatters\H.Formatters.csproj" />
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
<PackageReference Include="System.Text.Json" Version="8.0.4" />
</ItemGroup>

</Project>

0 comments on commit 5c7b87b

Please sign in to comment.