File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 26
26
27
27
<RuntimeIdentifiers Condition =" $([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)')) >= 8" >win-x86;win-x64;win-arm64</RuntimeIdentifiers >
28
28
<RuntimeIdentifiers Condition =" 8 > $([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)'))" >win10-x86;win10-x64;win10-arm64</RuntimeIdentifiers >
29
- <RuntimeIdentifiers >win-x86;win-x64;win-arm64</ RuntimeIdentifiers >
29
+ <WindowsSdkPackageVersion >10.0.22621.35-preview</ WindowsSdkPackageVersion >
30
30
</PropertyGroup >
31
31
32
32
<PropertyGroup Condition =" '$(IsUno)' == 'true'" >
Original file line number Diff line number Diff line change 15
15
<Import Project =" $(MSBuildThisFileDirectory)\..\MultiTarget\WinUI.Extra.props" />
16
16
17
17
<PropertyGroup Condition =" '$(Configuration)' == 'Release'" >
18
- <!-- Set to true when WinAppSdk releases AoT support in 1.6+ -->
19
- <PublishAot >false</PublishAot >
18
+ <PublishAot >true</PublishAot >
19
+ <RuntimeIdentifier Condition =" $([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)')) >= 8" >win-$(Platform)</RuntimeIdentifier >
20
+ <RuntimeIdentifier Condition =" 8 > $([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)'))" >win10-$(Platform)</RuntimeIdentifier >
20
21
</PropertyGroup >
21
22
22
23
<ItemGroup >
You can’t perform that action at this time.
0 commit comments