New: Bump Newtonsoft.Json to 12.0.2

This commit is contained in:
ta264
2019-07-28 13:25:45 +01:00
parent d075ea3625
commit fb26ff286d
27 changed files with 27 additions and 27 deletions
+1 -1
View File
@@ -74,7 +74,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json">
<Version>11.0.2</Version>
<Version>12.0.2</Version>
</PackageReference>
<PackageReference Include="NLog">
<Version>4.5.4</Version>
+1 -1
View File
@@ -11,7 +11,7 @@
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-11.0.0.0" newVersion="11.0.0.0"/>
<bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0"/>
</dependentAssembly>
</assemblyBinding>
</runtime>