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 22df4ee commit fda49b9Copy full SHA for fda49b9
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.22000.0</TargetFramework>
+ <TargetFramework>net9.0-windows</TargetFramework>
5
<RootNamespace>WSA_System_Control</RootNamespace>
6
<Nullable>enable</Nullable>
7
<UseWindowsForms>true</UseWindowsForms>
@@ -50,4 +50,4 @@
50
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
51
</None>
52
</ItemGroup>
53
-</Project>
+</Project>
0 commit comments