diff --git a/windows/CodePush.Net46/CodePush.Net46.csproj b/windows/CodePush.Net46/CodePush.Net46.csproj index 3d0a537..9953b04 100644 --- a/windows/CodePush.Net46/CodePush.Net46.csproj +++ b/windows/CodePush.Net46/CodePush.Net46.csproj @@ -86,12 +86,11 @@ - + {22cbff9c-fe36-43e8-a246-266c7635e662} ReactNative.Net46 - - - + + PackageReference + @@ -101,11 +100,19 @@ - + {c7673ad5-e3aa-468c-a5fd-fa38154e205c} ReactNative + + + 10.0.3 + + + 6.0.6 + + 14.0 diff --git a/windows/CodePush/project.json b/windows/CodePush/project.json deleted file mode 100644 index 21494af..0000000 --- a/windows/CodePush/project.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.UniversalWindowsPlatform": "5.2.2", - "Newtonsoft.Json": "9.0.1" - }, - "frameworks": { - "uap10.0": {} - }, - "runtimes": { - "win10-arm": {}, - "win10-arm-aot": {}, - "win10-x86": {}, - "win10-x86-aot": {}, - "win10-x64": {}, - "win10-x64-aot": {} - } -} \ No newline at end of file