Skip to content

Commit

Permalink
Remove net5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kkwpsv committed Sep 28, 2022
1 parent ce51039 commit accbd44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WindowDebugger/WindowDebugger.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFrameworks>net6.0-windows;net5.0-windows;netcoreapp3.1;net48</TargetFrameworks>
<TargetFrameworks>net6.0-windows;netcoreapp3.1;net48</TargetFrameworks>
<UseWPF>true</UseWPF>
<LangVersion>latest</LangVersion>
<Version>0.0.9</Version>
Expand Down

0 comments on commit accbd44

Please sign in to comment.