Skip to content

Commit 3cd2910

Browse files
bergmeisterJamesWTruher
authored andcommitted
Update Newtonsoft.Json NuGet package of Rules project from 9.0.1 to 10.0.3 (#937)
* Update Newtonsoft.Json NuGet package of Rules project from 9.0.1 to 11.0.1 * update only to v 10.0.3 to be in sync with the current version of PowerShell due to the current problem of loading multiple assembly version in pscore
1 parent 03ee3c4 commit 3cd2910

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rules/Rules.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<ItemGroup>
1818
<PackageReference Include="System.Management.Automation" Version="6.0.0-alpha13" />
19-
<PackageReference Include="Newtonsoft.Json" Version="9.0.1" />
19+
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
2020
</ItemGroup>
2121

2222
<ItemGroup Condition=" '$(TargetFramework)' == 'net451' ">

0 commit comments

Comments
 (0)