We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5609246 commit d3b1509Copy full SHA for d3b1509
1 file changed
WSA System Control/WSA System Control.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
<OutputType>WinExe</OutputType>
4
- <TargetFramework>net8.0-windows10.0.19041.0</TargetFramework>
+ <TargetFramework>net8.0-windows10.0.22000.0</TargetFramework>
5
<RootNamespace>WSA_System_Control</RootNamespace>
6
<Nullable>enable</Nullable>
7
<UseWindowsForms>true</UseWindowsForms>
@@ -11,6 +11,7 @@
11
<Version>1.0.8</Version>
12
<RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers>
13
<Platforms>AnyCPU;ARM64;x64</Platforms>
14
+ <SupportedOSPlatformVersion>10.0.19041.0</SupportedOSPlatformVersion>
15
</PropertyGroup>
16
<ItemGroup>
17
<Content Include="app.ico">
0 commit comments