Skip to content

Commit 9dbb1ed

Browse files
committed
chore: 更新 TargetFramework 至 windows10.0.26100
1 parent 6fc6682 commit 9dbb1ed

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/DotVast.HashTool.WinUI/DotVast.HashTool.WinUI.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<OutputType>WinExe</OutputType>
44
<LangVersion>preview</LangVersion>
5-
<TargetFramework>net9.0-windows10.0.22621.0</TargetFramework>
5+
<TargetFramework>net9.0-windows10.0.26100.0</TargetFramework>
66
<TargetPlatformMinVersion>10.0.19041.0</TargetPlatformMinVersion>
77
<SupportedOSPlatformVersion>10.0.19041.0</SupportedOSPlatformVersion>
88
<Platforms>x64;arm64</Platforms>
@@ -12,7 +12,6 @@
1212
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1313
<NoWarn>$(NoWarn);SYSLIB1037</NoWarn>
1414
<UseWindowsThreadPool>true</UseWindowsThreadPool>
15-
<WindowsSdkPackageVersion>10.0.26100.57</WindowsSdkPackageVersion>
1615
</PropertyGroup>
1716

1817
<PropertyGroup Condition="$(Configuration) == Debug">

0 commit comments

Comments
 (0)