Skip to content

Commit

Permalink
Set System.Text.Json version range to support older LTS runtimes.
Browse files Browse the repository at this point in the history
  • Loading branch information
peombwa authored Dec 6, 2023
1 parent f0b98c4 commit 08b5d89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/apimanifest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.OpenApi.Readers" Version="1.6.11" />
<PackageReference Include="System.Text.Json" Version="8.0.0" />
<PackageReference Include="System.Text.Json" Version="[6.0,9.0)" />
</ItemGroup>

</Project>
</Project>

0 comments on commit 08b5d89

Please sign in to comment.