Skip to content

Commit

Permalink
Downgrade System.Text.Json version
Browse files Browse the repository at this point in the history
This version ships with .NET Core 3.1 and therefore resolves one possible bug that shows up in [this condition][1].

[1]: dotnet/roslyn#53672 (comment)
  • Loading branch information
AArnott committed Jun 12, 2021
1 parent 66f4221 commit efb78b6
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 efb78b6

Please sign in to comment.