Skip to content

Commit

Permalink
Downgrade Newtonson.Json to 12.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
PremekPaska committed Dec 9, 2021
1 parent 8e3b277 commit 88910c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Source/Ivxr.SePlugin/Ivxr.SePlugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<ItemGroup>
<PackageReference Include="AustinHarris.JsonRpc" Version="1.2.3" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
</ItemGroup>

<PropertyGroup>
Expand Down

0 comments on commit 88910c1

Please sign in to comment.