Skip to content

Commit b6b5f8f

Browse files
authored
Removing runtime identifiers from class library and removing appending it to the output path (#6128)
1 parent f80ce4b commit b6b5f8f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dev/VSIX/ProjectTemplates/Desktop/CSharp/ClassLibrary/ProjectTemplate.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
<TargetFramework>$DotNetVersion$-windows10.0.19041.0</TargetFramework>
44
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
55
<RootNamespace>$safeprojectname$</RootNamespace>
6-
<RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers>
76
<UseWinUI>true</UseWinUI>
87
<WinUISDKReferences>false</WinUISDKReferences>
8+
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
99
</PropertyGroup>
10-
1110
</Project>

0 commit comments

Comments
 (0)