From b1ae3dcdd0e6ab25925ecb46d143cd8de4c98c62 Mon Sep 17 00:00:00 2001 From: Eric Rozell Date: Tue, 4 Oct 2016 14:18:18 -0400 Subject: [PATCH] Fixing up project configurations to match latest in ReactWindows (#548) * Fix hint path for react-native-windows .csproj * Update project.json to 5.2.2 to match latest ReactWindows project. * Upgrading Newtonsoft.Json to match latest in ReactWindows. --- windows/CodePush.csproj | 2 +- windows/project.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/windows/CodePush.csproj b/windows/CodePush.csproj index 05e26ed..c32ed74 100644 --- a/windows/CodePush.csproj +++ b/windows/CodePush.csproj @@ -127,7 +127,7 @@ - + {c7673ad5-e3aa-468c-a5fd-fa38154e205c} ReactNative diff --git a/windows/project.json b/windows/project.json index aeeb9ef..21494af 100644 --- a/windows/project.json +++ b/windows/project.json @@ -1,7 +1,7 @@ { "dependencies": { - "Microsoft.NETCore.UniversalWindowsPlatform": "5.0.0", - "Newtonsoft.Json": "8.0.3" + "Microsoft.NETCore.UniversalWindowsPlatform": "5.2.2", + "Newtonsoft.Json": "9.0.1" }, "frameworks": { "uap10.0": {}