|
1 | | -<?xml version="1.0" encoding="utf-8"?> |
2 | 1 | <Project Sdk="Microsoft.NET.Sdk.Web"> |
3 | 2 | <PropertyGroup> |
4 | 3 | <OutputType>Exe</OutputType> |
5 | | - <TargetFramework>net5.0</TargetFramework> |
| 4 | + <TargetFramework>net6.0</TargetFramework> |
6 | 5 | <NoWarn>NU1701</NoWarn> |
7 | 6 | </PropertyGroup> |
8 | 7 | <PropertyGroup Condition="'$(Configuration)'=='Debug'"> |
9 | 8 | <MonoRuntimeDebuggerEnabled>true</MonoRuntimeDebuggerEnabled> |
10 | 9 | <DefineConstants>$(DefineConstants);TRACE;DEBUG</DefineConstants> |
11 | 10 | <DebugType>portable</DebugType> |
12 | 11 | <DebugSymbols>true</DebugSymbols> |
| 12 | + <!-- |
| 13 | + IL Linking is disabled in Debug configuration. |
| 14 | + When building in Release, see https://platform.uno/docs/articles/features/using-il-linker-webassembly.html |
| 15 | + --> |
| 16 | + <WasmShellILLinkerEnabled>false</WasmShellILLinkerEnabled> |
13 | 17 | </PropertyGroup> |
14 | 18 | <ItemGroup> |
15 | 19 | <Content Include="Assets\SplashScreen.png" /> |
|
39 | 43 | <!-- Note that for WebAssembly version 1.1.1 of the console logger required --> |
40 | 44 | <PackageReference Include="CommunityToolkit.Mvvm" Version="7.0.3" /> |
41 | 45 | <PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="5.0.2" /> |
42 | | - <PackageReference Include="Uno.ColorCode.UWP" Version="2.0.8-gd42a883502" /> |
| 46 | + <PackageReference Include="Microsoft.Windows.Compatibility" Version="5.0.0" /> |
| 47 | + <PackageReference Include="Uno.ColorCode.UWP" Version="2.1.0-uno.32" /> |
43 | 48 | <PackageReference Include="Uno.Microsoft.Toolkit.Uwp.UI.Controls.Primitives" Version="7.0.0" /> |
44 | | - <PackageReference Include="Uno.UI.WebAssembly" Version="3.10.11" /> |
45 | | - <PackageReference Include="Uno.UI.RemoteControl" Version="3.10.11" Condition="'$(Configuration)'=='Debug'" /> |
46 | | - <PackageReference Include="Uno.Wasm.Bootstrap" Version="3.0.0" /> |
47 | | - <PackageReference Include="Uno.Wasm.Bootstrap.DevServer" Version="3.0.0" /> |
| 49 | + <PackageReference Include="Uno.UI.WebAssembly" Version="4.0.9" /> |
| 50 | + <PackageReference Include="Uno.UI.RemoteControl" Version="4.0.9" Condition="'$(Configuration)'=='Debug'" /> |
| 51 | + <PackageReference Include="Uno.UI.Adapter.Microsoft.Extensions.Logging" Version="4.0.9" /> |
| 52 | + <PackageReference Include="Uno.Wasm.Bootstrap" Version="3.1.2" /> |
| 53 | + <PackageReference Include="Uno.Wasm.Bootstrap.DevServer" Version="3.1.2" /> |
48 | 54 | </ItemGroup> |
49 | 55 | <ItemGroup> |
50 | 56 | <ProjectReference Include="..\..\..\src\MADE.Collections\MADE.Collections.csproj" /> |
|
0 commit comments