Upgraded to net7.0 and Uno 5 previews
This commit is contained in:
Родитель
a5771031e6
Коммит
2aefbab95a
|
@ -17,24 +17,24 @@
|
|||
<!-- WinUI 2 / UWP -->
|
||||
<ItemGroup Condition="'$(IsUwp)' == 'true'">
|
||||
<!-- <PackageReference Include="Microsoft.Toolkit.Uwp.UI.Controls.Primitives" Version="7.1.2"/> -->
|
||||
<PackageReference Include="SkiaSharp.Views" Version="2.88.2" />
|
||||
<PackageReference Include="SkiaSharp.Views" Version="2.88.3" />
|
||||
</ItemGroup>
|
||||
|
||||
<!-- WinUI 2 / Uno -->
|
||||
<ItemGroup Condition="'$(IsUno)' == 'true' AND '$(WinUIMajorVersion)' == '2'">
|
||||
<!-- <PackageReference Include="Uno.Microsoft.Toolkit.Uwp.UI.Controls.Primitives" Version="7.1.11"/> -->
|
||||
<PackageReference Include="SkiaSharp.Views.Uno" Version="2.88.2" />
|
||||
<PackageReference Include="SkiaSharp.Views.Uno" Version="2.88.3" />
|
||||
</ItemGroup>
|
||||
|
||||
<!-- WinUI 3 / WinAppSdk -->
|
||||
<ItemGroup Condition="'$(IsWinAppSdk)' == 'true'">
|
||||
<!-- <PackageReference Include="CommunityToolkit.WinUI.UI.Controls.Primitives" Version="7.1.2"/> -->
|
||||
<PackageReference Include="SkiaSharp.Views.WinUI" Version="2.88.2" />
|
||||
<PackageReference Include="SkiaSharp.Views.WinUI" Version="2.88.3" />
|
||||
</ItemGroup>
|
||||
|
||||
<!-- WinUI 3 / Uno -->
|
||||
<ItemGroup Condition="'$(IsUno)' == 'true' AND '$(WinUIMajorVersion)' == '3'">
|
||||
<!-- <PackageReference Include="Uno.CommunityToolkit.WinUI.UI.Controls.Primitives" Version="7.1.100-dev.15.g12261e2626"/> -->
|
||||
<PackageReference Include="SkiaSharp.Views.Uno.WinUI" Version="2.88.2" />
|
||||
<PackageReference Include="SkiaSharp.Views.Uno.WinUI" Version="2.88.3" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"sdk": {
|
||||
"version": "6.0.405",
|
||||
"version": "7.0.306",
|
||||
"rollForward": "latestFeature"
|
||||
},
|
||||
"msbuild-sdks":
|
||||
|
|
2
tooling
2
tooling
|
@ -1 +1 @@
|
|||
Subproject commit 57bce71cea3e692ae1dac0ba811494345e8954d9
|
||||
Subproject commit b4462248cad54f012b1df2432daa1f8a4b4b47e2
|
Загрузка…
Ссылка в новой задаче