Skip to content

Commit be2ae50

Browse files
committed
build(package): fix relative path of project reference
update the project reference path to use correct relative path
1 parent efcee0d commit be2ae50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DevTools.Package/DevTools.Package.wapproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
</AppxManifest>
5353
</ItemGroup>
5454
<ItemGroup>
55-
<ProjectReference Include="DevTools.csproj">
55+
<ProjectReference Include="..\DevTools.csproj">
5656
<SkipGetTargetFrameworkProperties>true</SkipGetTargetFrameworkProperties>
5757
</ProjectReference>
5858
</ItemGroup>

0 commit comments

Comments
 (0)