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

@@ -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": {}
}
}
}