Skip to content

Commit cca9b20

Browse files
committed
chore: Updating to uno5
1 parent 738483d commit cca9b20

File tree

5 files changed

+88
-15
lines changed

5 files changed

+88
-15
lines changed
Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
<Project ToolsVersion="15.0">
22
<ItemGroup>
3-
<PackageVersion Include="CommunityToolkit.Mvvm" Version="8.2.1" />
3+
<PackageVersion Include="CommunityToolkit.Mvvm" Version="8.2.2" />
44
<PackageVersion Include="InTheHand.DependencyInjection" Version="1.0.0" />
55
<PackageVersion Include="Microsoft.Extensions.Logging.Console" Version="7.0.0" />
6-
<PackageVersion Include="Microsoft.Windows.Compatibility" Version="7.0.0" />
7-
<PackageVersion Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22621.756" />
8-
<PackageVersion Include="Microsoft.WindowsAppSDK" Version="1.3.230502000" />
6+
<PackageVersion Include="Microsoft.Windows.Compatibility" Version="7.0.5" />
7+
<PackageVersion Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22621.2428" />
8+
<PackageVersion Include="Microsoft.WindowsAppSDK" Version="1.4.231008000" />
99
<!-- Use previous version for unpackaged apps due to build issue https://github.com/microsoft/WindowsAppSDK/issues/3591 -->
1010
<!-- <PackageVersion Include="Microsoft.WindowsAppSDK" Version="1.2.230313.1" /> -->
1111
<PackageVersion Include="Uno.Core.Extensions.Logging.Singleton" Version="4.0.1" />
12-
<PackageVersion Include="Uno.Extensions.Logging.OSLog" Version="1.4.0" />
13-
<PackageVersion Include="Uno.Extensions.Logging.WebAssembly.Console" Version="1.4.0" />
14-
<PackageVersion Include="Uno.Resizetizer" Version="1.1.2" />
15-
<PackageVersion Include="Uno.Toolkit.WinUI" Version="4.2.22" />
16-
<PackageVersion Include="Uno.UI.Adapter.Microsoft.Extensions.Logging" Version="4.9.42" />
12+
<PackageVersion Include="Uno.Extensions.Logging.OSLog" Version="1.7.0" />
13+
<PackageVersion Include="Uno.Extensions.Logging.WebAssembly.Console" Version="1.7.0" />
14+
<PackageVersion Include="Uno.Resizetizer" Version="1.2.0" />
15+
<PackageVersion Include="Uno.Toolkit.WinUI" Version="5.0.17" />
16+
<PackageVersion Include="Uno.UI.Adapter.Microsoft.Extensions.Logging" Version="5.0.19" />
1717
<PackageVersion Include="Uno.UniversalImageLoader" Version="1.9.36" />
18-
<PackageVersion Include="Uno.Wasm.Bootstrap" Version="7.0.27" />
19-
<PackageVersion Include="Uno.Wasm.Bootstrap.DevServer" Version="7.0.27" />
18+
<PackageVersion Include="Uno.Wasm.Bootstrap" Version="8.0.0" />
19+
<PackageVersion Include="Uno.Wasm.Bootstrap.DevServer" Version="8.0.0" />
2020
<PackageVersion Include="Uno.Wasm.Bootstrap.Server" Version="7.0.27" />
21-
<PackageVersion Include="Uno.WinUI" Version="4.9.42" />
22-
<PackageVersion Include="Uno.WinUI.RemoteControl" Version="4.9.42" />
23-
<PackageVersion Include="Uno.WinUI.WebAssembly" Version="4.9.42" />
24-
<PackageVersion Include="Xamarin.Google.Android.Material" Version="1.8.0" />
21+
<PackageVersion Include="Uno.WinUI" Version="5.0.19" />
22+
<PackageVersion Include="Uno.WinUI.RemoteControl" Version="5.0.19" />
23+
<PackageVersion Include="Uno.WinUI.WebAssembly" Version="5.0.19" />
24+
<PackageVersion Include="Xamarin.Google.Android.Material" Version="1.10.0.1" />
2525
</ItemGroup>
2626
</Project>
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
https://go.microsoft.com/fwlink/?LinkID=208121.
4+
-->
5+
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
6+
<PropertyGroup>
7+
<PublishProtocol>FileSystem</PublishProtocol>
8+
<Platform>arm64</Platform>
9+
<RuntimeIdentifier>win-arm64</RuntimeIdentifier>
10+
<PublishDir>bin\$(Configuration)\$(TargetFramework)\$(RuntimeIdentifier)\publish\</PublishDir>
11+
<SelfContained>true</SelfContained>
12+
<PublishSingleFile>False</PublishSingleFile>
13+
<PublishReadyToRun Condition="'$(Configuration)' == 'Debug'">False</PublishReadyToRun>
14+
<PublishReadyToRun Condition="'$(Configuration)' != 'Debug'">True</PublishReadyToRun>
15+
<!-- Note: Trimming disabled by default as there may still be an issues with PublishTrimmed support: https://github.com/microsoft/CsWinRT/issues/373 -->
16+
<!--
17+
<PublishTrimmed Condition="'$(Configuration)' != 'Debug'">True</PublishTrimmed>
18+
<TrimMode>partial</TrimMode>
19+
<SuppressTrimAnalysisWarnings>true</SuppressTrimAnalysisWarnings>
20+
-->
21+
</PropertyGroup>
22+
</Project>
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
https://go.microsoft.com/fwlink/?LinkID=208121.
4+
-->
5+
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
6+
<PropertyGroup>
7+
<PublishProtocol>FileSystem</PublishProtocol>
8+
<Platform>x64</Platform>
9+
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
10+
<PublishDir>bin\$(Configuration)\$(TargetFramework)\$(RuntimeIdentifier)\publish\</PublishDir>
11+
<SelfContained>true</SelfContained>
12+
<PublishSingleFile>False</PublishSingleFile>
13+
<PublishReadyToRun Condition="'$(Configuration)' == 'Debug'">False</PublishReadyToRun>
14+
<PublishReadyToRun Condition="'$(Configuration)' != 'Debug'">True</PublishReadyToRun>
15+
<!-- Note: Trimming disabled by default as there may still be an issues with PublishTrimmed support: https://github.com/microsoft/CsWinRT/issues/373 -->
16+
<!--
17+
<PublishTrimmed Condition="'$(Configuration)' != 'Debug'">True</PublishTrimmed>
18+
<TrimMode>partial</TrimMode>
19+
<SuppressTrimAnalysisWarnings>true</SuppressTrimAnalysisWarnings>
20+
-->
21+
</PropertyGroup>
22+
</Project>
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
https://go.microsoft.com/fwlink/?LinkID=208121.
4+
-->
5+
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
6+
<PropertyGroup>
7+
<PublishProtocol>FileSystem</PublishProtocol>
8+
<Platform>x86</Platform>
9+
<RuntimeIdentifier>win-x86</RuntimeIdentifier>
10+
<PublishDir>bin\$(Configuration)\$(TargetFramework)\$(RuntimeIdentifier)\publish\</PublishDir>
11+
<SelfContained>true</SelfContained>
12+
<PublishSingleFile>False</PublishSingleFile>
13+
<PublishReadyToRun Condition="'$(Configuration)' == 'Debug'">False</PublishReadyToRun>
14+
<PublishReadyToRun Condition="'$(Configuration)' != 'Debug'">True</PublishReadyToRun>
15+
<!-- Note: Trimming disabled by default as there may still be an issues with PublishTrimmed support: https://github.com/microsoft/CsWinRT/issues/373 -->
16+
<!--
17+
<PublishTrimmed Condition="'$(Configuration)' != 'Debug'">True</PublishTrimmed>
18+
<TrimMode>partial</TrimMode>
19+
<SuppressTrimAnalysisWarnings>true</SuppressTrimAnalysisWarnings>
20+
-->
21+
</PropertyGroup>
22+
</Project>

UI/UnoCakesMobile/UnoCakesMobile.sln

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnoCakesMobile.Windows", "U
1515
EndProject
1616
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnoCakesMobile.Wasm", "UnoCakesMobile.Wasm\UnoCakesMobile.Wasm.csproj", "{5F6366B6-DB08-42AD-9429-412FD085A5E7}"
1717
EndProject
18+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8BFE4035-0D10-432D-9B1B-3CBA188C88FE}"
19+
ProjectSection(SolutionItems) = preProject
20+
Directory.Build.props = Directory.Build.props
21+
Directory.Build.targets = Directory.Build.targets
22+
Directory.Packages.props = Directory.Packages.props
23+
EndProjectSection
24+
EndProject
1825
Global
1926
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2027
Debug|Any CPU = Debug|Any CPU

0 commit comments

Comments
 (0)