Skip to content

Commit

Permalink
Updated System.Text.Json to latest version
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei de la Cruz <andrei.delacruz@gmail.com>
  • Loading branch information
jeandreidc committed Oct 10, 2024
1 parent 3224b95 commit 582a4fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net462' or '$(TargetFramework)' == 'netstandard2.0'">
<PackageReference Include="System.Text.Json" Version="8.0.4"/>
<PackageReference Include="System.Net.Http" Version="4.3.4"/>
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0"/>
<Compile Include="$(ProjectDir)obj/$(ConfigurationName)/$(TargetFramework)/Flipt.Rest.Client.cs"/>
<PackageReference Include="System.Text.Json" Version="8.0.5" />
</ItemGroup>

<PropertyGroup>
Expand Down

0 comments on commit 582a4fb

Please sign in to comment.