Skip to content

Commit

Permalink
removed .net6 target
Browse files Browse the repository at this point in the history
  • Loading branch information
kripergvg committed Mar 1, 2022
1 parent 797384d commit 36bf37d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/ColorPicker/ColorPicker.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net451;netcoreapp3.1;net5.0-windows;net6.0-windows</TargetFrameworks>
<TargetFrameworks>net451;netcoreapp3.1;net5.0-windows</TargetFrameworks>
<UseWPF>true</UseWPF>
<Authors>Egor Mozgovoy, Krzysztof Krysiński</Authors>
<Company>PixiEditor</Company>
Expand Down

0 comments on commit 36bf37d

Please sign in to comment.