Skip to content

Commit fda49b9

Browse files
Migrate to .NET 9
1 parent 22df4ee commit fda49b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WSA System Control/WSA System Control.csproj

Lines changed: 2 additions & 2 deletions
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.22000.0</TargetFramework>
4+
<TargetFramework>net9.0-windows</TargetFramework>
55
<RootNamespace>WSA_System_Control</RootNamespace>
66
<Nullable>enable</Nullable>
77
<UseWindowsForms>true</UseWindowsForms>
@@ -50,4 +50,4 @@
5050
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
5151
</None>
5252
</ItemGroup>
53-
</Project>
53+
</Project>

0 commit comments

Comments
 (0)