Skip to content

Commit

Permalink
Set minimum System.Text.Json version to 5.0.1 (#1923)
Browse files Browse the repository at this point in the history
  • Loading branch information
LauraArmitage authored Sep 20, 2022
1 parent 1c62c3d commit dc2e12d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RestSharp/RestSharp.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup Condition="$(TargetFramework) != 'net6.0'">
<PackageReference Include="System.Text.Json" Version="[5.0,)" />
<PackageReference Include="System.Text.Json" Version="5.0.1" />
</ItemGroup>
<ItemGroup>
<None Remove="RestSharp.csproj.DotSettings" />
Expand Down

0 comments on commit dc2e12d

Please sign in to comment.