Skip to content

Commit d3b1509

Browse files
fix min version
1 parent 5609246 commit d3b1509

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

WSA System Control/WSA System Control.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<OutputType>WinExe</OutputType>
4-
<TargetFramework>net8.0-windows10.0.19041.0</TargetFramework>
4+
<TargetFramework>net8.0-windows10.0.22000.0</TargetFramework>
55
<RootNamespace>WSA_System_Control</RootNamespace>
66
<Nullable>enable</Nullable>
77
<UseWindowsForms>true</UseWindowsForms>
@@ -11,6 +11,7 @@
1111
<Version>1.0.8</Version>
1212
<RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers>
1313
<Platforms>AnyCPU;ARM64;x64</Platforms>
14+
<SupportedOSPlatformVersion>10.0.19041.0</SupportedOSPlatformVersion>
1415
</PropertyGroup>
1516
<ItemGroup>
1617
<Content Include="app.ico">

0 commit comments

Comments
 (0)