Skip to content

Commit dd8bf19

Browse files
committed
Enable RuntimeIdentifier in debug mode
1 parent 7e71875 commit dd8bf19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ProjectHeads/Head.WinAppSdk.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<Import Project="$(MSBuildThisFileDirectory)\..\MultiTarget\PackageReferences\WinAppSdk.props" />
1515
<Import Project="$(MSBuildThisFileDirectory)\..\MultiTarget\WinUI.Extra.props" />
1616

17-
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
17+
<PropertyGroup>
1818
<RuntimeIdentifier Condition="$([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)')) >= 8">win-$(Platform)</RuntimeIdentifier>
1919
<RuntimeIdentifier Condition="8 > $([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)'))">win10-$(Platform)</RuntimeIdentifier>
2020
</PropertyGroup>

0 commit comments

Comments
 (0)