Force an older version of Windows SDK (#2273)

Fixes #2271
Fixes #2272
This commit is contained in:
Matthew Leibowitz 2022-10-05 13:37:37 +08:00 коммит произвёл GitHub
Родитель 144b339e13
Коммит 8ccf945998
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 6 добавлений и 1 удалений

Просмотреть файл

@ -25,7 +25,7 @@ Uno.UI release 4.0.8
Uno.WinUI release 4.0.13
Microsoft.WindowsAppSDK release 1.0.3
Microsoft.Maui.Graphics release 6.0.300-rc.2.1310
Microsoft.Windows.SDK.NET.Ref release 10.0.18362.22
Microsoft.Windows.SDK.NET.Ref release 10.0.19041.24
Microsoft.AspNetCore.Components.Web release 6.0.0
# additional references used by the tooling

Просмотреть файл

@ -261,4 +261,9 @@ internal partial class VersionConstants {
<Import Project="SkiaSharp.Build.WinUI.NetCore.targets" Condition=" '$(EnablePriGenTooling)' != 'true' and '$(TargetPlatformIdentifier)' == 'windows' and '$(EnablePreviewMsixTooling)' == 'true' and '$(UseMaui)' != 'true' and '$(UseMauiCore)' != 'true' " />
<!-- Make sure we always build with a lower version of WinRT.Runtime.dll -->
<ItemGroup>
<FrameworkReference Update="Microsoft.Windows.SDK.NET.Ref" RuntimeFrameworkVersion="10.0.19041.24" TargetingPackVersion="10.0.19041.24" />
</ItemGroup>
</Project>