Change .net version from 10 to 9;

This commit is contained in:
2025-11-04 14:20:22 +09:00
parent 2612e19d35
commit 4dc98d6ed8
13 changed files with 48 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net10.0-windows10.0.22621.0</TargetFramework>
<TargetFramework>net9.0-windows10.0.22621.0</TargetFramework>
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
<RootNamespace>Ghost.UnitTest</RootNamespace>
<ApplicationManifest>app.manifest</ApplicationManifest>