Skip to content

Commit

Permalink
Migrate to .NET 9
Browse files Browse the repository at this point in the history
  • Loading branch information
infinitepower18 committed Dec 8, 2024
1 parent 22df4ee commit fda49b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WSA System Control/WSA System Control.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows10.0.22000.0</TargetFramework>
<TargetFramework>net9.0-windows</TargetFramework>
<RootNamespace>WSA_System_Control</RootNamespace>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
Expand Down Expand Up @@ -50,4 +50,4 @@
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>
</Project>

0 comments on commit fda49b9

Please sign in to comment.