misc: enhance .csproj files.

This commit is contained in:
Zhang Dian
2024-12-30 14:08:24 +08:00
parent 4087b685e8
commit 64fd8a787a
10 changed files with 44 additions and 43 deletions

View File

@@ -3,6 +3,7 @@
<TargetFramework>net8.0-browser</TargetFramework>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>