update all to net 8?

This commit is contained in:
heartacker
2024-03-21 15:55:05 +08:00
parent a183d420de
commit 4b9bcd48b0
4 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<RuntimeIdentifier>browser-wasm</RuntimeIdentifier>
<WasmMainJSPath>AppBundle\main.js</WasmMainJSPath>
<OutputType>Exe</OutputType>