Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit b1ae3dc

Browse files
rozelegeof90
authored andcommitted
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.
1 parent 12469a3 commit b1ae3dc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

windows/CodePush.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
</SDKReference>
128128
</ItemGroup>
129129
<ItemGroup>
130-
<ProjectReference Include="..\..\react-native\ReactWindows\ReactNative\ReactNative.csproj">
130+
<ProjectReference Include="..\..\react-native-windows\ReactWindows\ReactNative\ReactNative.csproj">
131131
<Project>{c7673ad5-e3aa-468c-a5fd-fa38154e205c}</Project>
132132
<Name>ReactNative</Name>
133133
</ProjectReference>

windows/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dependencies": {
3-
"Microsoft.NETCore.UniversalWindowsPlatform": "5.0.0",
4-
"Newtonsoft.Json": "8.0.3"
3+
"Microsoft.NETCore.UniversalWindowsPlatform": "5.2.2",
4+
"Newtonsoft.Json": "9.0.1"
55
},
66
"frameworks": {
77
"uap10.0": {}

0 commit comments

Comments
 (0)