project: upgrade to .NET 9 (#694)

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo 2024-11-16 16:06:30 +08:00
parent 134c71064e
commit 52c7388a38
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>
<ApplicationManifest>App.manifest</ApplicationManifest>
<ApplicationIcon>App.ico</ApplicationIcon>