Skip to content

Commit

Permalink
Fix TargetFramework
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianBecker2 committed May 11, 2024
1 parent 96a32e8 commit fc2b491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PowerPlanSwitcher/PowerPlanSwitcher.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-windows7.0</TargetFramework>
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
Expand Down

0 comments on commit fc2b491

Please sign in to comment.