misc: new web template.

This commit is contained in:
Zhang Dian
2024-07-23 13:34:26 +08:00
parent 88d834ac3a
commit 2b39f14bba
8 changed files with 88 additions and 102 deletions

View File

@@ -1,7 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk.WebAssembly">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0-browser</TargetFramework>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>