We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d67d93 commit bf45e14Copy full SHA for bf45e14
MultiTarget/WinUI.Extra.props
@@ -13,6 +13,13 @@
13
<TargetPlatformVersion>10.0.19041.0</TargetPlatformVersion>
14
</PropertyGroup>
15
16
+ <!-- Workaround, improved error message when consuming from Uno projects with mismatched TFMs -->
17
+ <!-- See https://github.com/CommunityToolkit/Windows/issues/388 -->
18
+ <ItemGroup>
19
+ <None PackagePath="lib/net8.0-windows10.0.18362" Include="$(MSBuildThisFileDirectory)/_._" Pack="true" />
20
+ <None PackagePath="lib/net7.0-windows10.0.18362" Include="$(MSBuildThisFileDirectory)/_._" Pack="true" />
21
+ </ItemGroup>
22
+
23
<PropertyGroup Condition="'$(IsWinAppSdk)' == 'true'">
24
<!-- See https://github.com/microsoft/WindowsAppSDK/issues/3842 -->
25
<UseRidGraph>true</UseRidGraph>
MultiTarget/_._
0 commit comments