Skip to content

Commit 8378206

Browse files
author
Alistair Nelson
committed
Updating the project reference for windows react-native
1 parent 57b6131 commit 8378206

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

windows/RNFS/RNFS.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
2121
</PropertyGroup>
2222
<PropertyGroup Condition=" '$(Configuration)' != 'Development'">
23-
<ReactWindowsRoot>..\..</ReactWindowsRoot>
23+
<ReactWindowsRoot>..\..\..</ReactWindowsRoot>
2424
</PropertyGroup>
2525
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
2626
<PlatformTarget>x86</PlatformTarget>
@@ -131,7 +131,7 @@
131131
<EmbeddedResource Include="Properties\RNFS.rd.xml" />
132132
</ItemGroup>
133133
<ItemGroup>
134-
<ProjectReference Include="..\..\node_modules\react-native-windows\ReactWindows\ReactNative\ReactNative.csproj">
134+
<ProjectReference Include="$(ReactWindowsRoot)\react-native-windows\ReactWindows\ReactNative\ReactNative.csproj">
135135
<Project>{c7673ad5-e3aa-468c-a5fd-fa38154e205c}</Project>
136136
<Name>ReactNative</Name>
137137
</ProjectReference>

0 commit comments

Comments
 (0)