Update NewtonSoft JSON to match react-native-windows version

This commit is contained in:
Hampton Maxwell 2018-05-28 18:07:53 -07:00
parent bcb9d8411d
commit 139c79b8ef
3 changed files with 7 additions and 7 deletions

View File

@ -29,8 +29,8 @@
<OutputPath>bin\x86\Release\</OutputPath>
</PropertyGroup>
<ItemGroup>
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>$(SolutionDir)\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>$(SolutionDir)\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="PresentationCore" />
@ -71,4 +71,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net46" />
</packages>
<package id="Newtonsoft.Json" version="10.0.3" targetFramework="net46" />
</packages>

View File

@ -1,7 +1,7 @@
{
"dependencies": {
"Microsoft.NETCore.UniversalWindowsPlatform": "5.2.2",
"Newtonsoft.Json": "9.0.1"
"Newtonsoft.Json": "10.0.3"
},
"frameworks": {
"uap10.0": {}
@ -14,4 +14,4 @@
"win10-x64": {},
"win10-x64-aot": {}
}
}
}