fix: publish版本缺少框架

This commit is contained in:
denglihong2007
2025-07-26 20:44:31 +08:00
parent c51f151c58
commit 3ee22e02da
9 changed files with 41 additions and 56 deletions

View File

@@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>net9.0-windows10.0.19041.0</TargetFramework>
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
<TargetPlatformMinVersion>10.0.19041.0</TargetPlatformMinVersion>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
<Platforms>AnyCPU;x64</Platforms>