Skip to content

Commit

Permalink
migrate to .net 8
Browse files Browse the repository at this point in the history
  • Loading branch information
infinitepower18 committed Nov 14, 2023
1 parent 070e278 commit 64d2cce
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions WSA System Control/WSA System Control.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net7.0-windows10.0.19041.0</TargetFramework>
<TargetFramework>net8.0-windows</TargetFramework>
<RootNamespace>WSA_System_Control</RootNamespace>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
Expand All @@ -13,17 +12,14 @@
<RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers>
<Platforms>AnyCPU;ARM64;x64</Platforms>
</PropertyGroup>

<ItemGroup>
<Content Include="app.ico">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>

<ItemGroup>
<PackageReference Include="DarkNet" Version="2.3.0" />
</ItemGroup>

<ItemGroup>
<None Update="Icons\exit.ico">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
Expand Down Expand Up @@ -53,5 +49,4 @@
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>

</Project>
</Project>

0 comments on commit 64d2cce

Please sign in to comment.