Skip to content
This repository was archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
Changed TargetFramework
Browse files Browse the repository at this point in the history
  • Loading branch information
lnx00 committed Feb 20, 2022
1 parent 9b97ebe commit a2f262e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Fedoraloader/Fedoraloader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows7.0</TargetFramework>
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
Expand All @@ -12,6 +12,7 @@
<ApplicationIcon>img\icon.ico</ApplicationIcon>
<DebugType>full</DebugType>
<ProduceReferenceAssembly>False</ProduceReferenceAssembly>
<SupportedOSPlatformVersion>7.0</SupportedOSPlatformVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down

0 comments on commit a2f262e

Please sign in to comment.