Skip to content

Commit

Permalink
fix: Update 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 e9b039f commit 9e4d85b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/libs/H.Engine.IO/H.Engine.IO.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,20 @@
</ItemGroup>

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

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

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

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

</Project>

0 comments on commit 9e4d85b

Please sign in to comment.