We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f80ce4b commit b6b5f8fCopy full SHA for b6b5f8f
dev/VSIX/ProjectTemplates/Desktop/CSharp/ClassLibrary/ProjectTemplate.csproj
@@ -3,9 +3,8 @@
3
<TargetFramework>$DotNetVersion$-windows10.0.19041.0</TargetFramework>
4
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
5
<RootNamespace>$safeprojectname$</RootNamespace>
6
- <RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers>
7
<UseWinUI>true</UseWinUI>
8
<WinUISDKReferences>false</WinUISDKReferences>
+ <AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
9
</PropertyGroup>
10
-
11
</Project>
0 commit comments