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>
<TargetFramework>net10.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>