Change min framework version.

This commit is contained in:
Eugene Wang
2025-11-12 07:06:25 -05:00
parent ca17510f18
commit 87257c6140
4 changed files with 7 additions and 7 deletions

View File

@@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<TargetFramework>net10.0-windows7.0</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<PlatformTarget>x86</PlatformTarget>