chore: update WindowsAppSdk references
This commit is contained in:
Родитель
2a77d91e52
Коммит
06ef8f4069
|
@ -2,8 +2,8 @@
|
|||
<ItemGroup>
|
||||
<PackageVersion Include="CommunityToolkit.Mvvm" Version="8.2.0" />
|
||||
<PackageVersion Include="Microsoft.Extensions.Logging.Console" Version="8.0.0" />
|
||||
<PackageVersion Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22621.756" />
|
||||
<PackageVersion Include="Microsoft.WindowsAppSDK" Version="1.4.231219000" />
|
||||
<PackageVersion Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22621.3233" />
|
||||
<PackageVersion Include="Microsoft.WindowsAppSDK" Version="1.5.240311000" />
|
||||
<PackageVersion Include="SkiaSharp" Version="2.88.7" />
|
||||
<PackageVersion Include="SkiaSharp.Views.Uno.WinUI" Version="2.88.7" />
|
||||
<PackageVersion Include="SkiaSharp.NativeAssets.iOS" Version="2.88.7" />
|
||||
|
|
|
@ -13,8 +13,8 @@
|
|||
<PackageVersion Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.2.13" />
|
||||
<PackageVersion Include="Microsoft.UI.Xaml" Version="2.7.1" />
|
||||
<PackageVersion Include="Microsoft.Windows.Compatibility" Version="7.0.3" />
|
||||
<PackageVersion Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22621.756" />
|
||||
<PackageVersion Include="Microsoft.WindowsAppSDK" Version="1.4.231219000" />
|
||||
<PackageVersion Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22621.3233" />
|
||||
<PackageVersion Include="Microsoft.WindowsAppSDK" Version="1.5.240311000" />
|
||||
<PackageVersion Include="Refit" Version="6.3.2" />
|
||||
<PackageVersion Include="Refit.HttpClientFactory" Version="6.3.2" />
|
||||
<PackageVersion Include="SkiaSharp.Views" Version="2.88.6" />
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
|
||||
<Choose>
|
||||
<When Condition="$(_IsWinUI)">
|
||||
<ItemGroup>
|
||||
<ItemGroup Condition="$(ExcludeWinAppSdkReference) != 'true'">
|
||||
<PackageReference Include="Microsoft.WindowsAppSDK" Condition="$(WinAppSdkVersion)==''"/>
|
||||
<PackageReference Include="Microsoft.WindowsAppSDK" Condition="$(WinAppSdkVersion)!=''" VersionOverride="$(WinAppSdkVersion)"/>
|
||||
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" />
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
<IsMauiEmbedding>false</IsMauiEmbedding>
|
||||
<IsMauiEmbedding Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android' OR $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios' OR $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'maccatalyst' OR $(TargetFramework.Contains('windows10'))">true</IsMauiEmbedding>
|
||||
<DefineConstants Condition="$(IsMauiEmbedding)">$(DefineConstants);MAUI_EMBEDDING</DefineConstants>
|
||||
<ExcludeWinAppSdkReference>true</ExcludeWinAppSdkReference>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<IsMauiEmbedding>false</IsMauiEmbedding>
|
||||
<IsMauiEmbedding Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android' OR $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios' OR $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'maccatalyst' OR $(TargetFramework.Contains('windows10'))">true</IsMauiEmbedding>
|
||||
<DefineConstants Condition="$(IsMauiEmbedding)">$(DefineConstants);MAUI_EMBEDDING</DefineConstants>
|
||||
<WinAppSdkVersion>1.4.231219000</WinAppSdkVersion>
|
||||
<ExcludeWinAppSdkReference>true</ExcludeWinAppSdkReference>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
Загрузка…
Ссылка в новой задаче