Skip to content

Commit 1db050e

Browse files
committed
fix(winui): consume native NuGet assets
1 parent 04240ce commit 1db050e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

windows/winui/Lithe.WinUI.vcxproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
<TargetFrameworkIdentifier>UAP</TargetFrameworkIdentifier>
1313
<TargetFrameworkVersion>v10.0</TargetFrameworkVersion>
1414
<TargetFrameworkMoniker>UAP,Version=v10.0</TargetFrameworkMoniker>
15-
<NuGetTargetMoniker>UAP,Version=v10.0</NuGetTargetMoniker>
15+
<!-- PackageReference restore for native C++ emits the native/v0.0 asset
16+
target even though the application consumes the UAP Windows SDK. -->
17+
<NuGetTargetMoniker>native,Version=v0.0</NuGetTargetMoniker>
1618
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
1719
<WindowsTargetPlatformMinVersion>10.0.17763.0</WindowsTargetPlatformMinVersion>
1820
<ApplicationType>Windows Store</ApplicationType>

0 commit comments

Comments
 (0)