fix: fix web demo issue#674.

upgrade web demo to .NET 9.0 and update GitHub Actions to use checkout@v5.
This commit is contained in:
Zhang Dian
2025-10-07 13:20:13 +08:00
parent 1062175204
commit 176430f95f
5 changed files with 19 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.WebAssembly">
<PropertyGroup>
<TargetFramework>net8.0-browser</TargetFramework>
<TargetFramework>net9.0-browser</TargetFramework>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Nullable>enable</Nullable>