misc: update Browser project.

This commit is contained in:
Zhang Dian
2025-01-16 22:42:13 +08:00
parent ea4268ed11
commit a250c84e9f
12 changed files with 91 additions and 166 deletions

View File

@@ -1,13 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk.WebAssembly">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0-browser</TargetFramework>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<!--
<TrimmerRootDescriptor Include="Roots.xml"/>
-->
<AvaloniaResource Include="Assets\**"/>
</ItemGroup>