Browse Source

fix: WinUI

Bruce Wayne 1 year ago
parent
commit
dd7962e812
2 changed files with 1 additions and 1 deletions
  1. 1 0
      NatTypeTester.WinUI/NatTypeTester.WinUI.csproj
  2. 0 1
      common.props

+ 1 - 0
NatTypeTester.WinUI/NatTypeTester.WinUI.csproj

@@ -17,6 +17,7 @@
     <EnableMsixTooling>true</EnableMsixTooling>
     <WindowsPackageType>None</WindowsPackageType>
     <WindowsAppSDKSelfContained>true</WindowsAppSDKSelfContained>
+    <EnableWindowsTargeting>true</EnableWindowsTargeting>
   </PropertyGroup>
 
   <ItemGroup>

+ 0 - 1
common.props

@@ -5,6 +5,5 @@
     <LangVersion>latest</LangVersion>
     <Nullable>enable</Nullable>
     <Authors>HMBSbige</Authors>
-    <EnableWindowsTargeting>true</EnableWindowsTargeting>
   </PropertyGroup>
 </Project>