Skip to content

Commit

Permalink
Merge pull request #294 from microsoft/downgradeTextJson
Browse files Browse the repository at this point in the history
Downgrade System.Text.Json version
  • Loading branch information
AArnott authored Jun 13, 2021
2 parents 66f4221 + efb78b6 commit 22c36a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<PackageReference Include="Nullable" Version="1.3.0" />
<PackageReference Include="System.Reflection.Metadata" Version="5.0.0" />
<PackageReference Include="Microsoft.Windows.SDK.Win32Metadata" Version="$(MetadataVersion)" GeneratePathProperty="true" PrivateAssets="none" />
<PackageReference Include="System.Text.Json" Version="5.0.1" />
<PackageReference Include="System.Text.Json" Version="4.7.2" />
<PackageReference Include="YamlDotNet" Version="11.1.1" />
<PackageReference Include="System.Memory" Version="4.5.4" PrivateAssets="none" />
</ItemGroup>
Expand Down

0 comments on commit 22c36a8

Please sign in to comment.