Skip to content

Commit

Permalink
Remove specific windows7 target as net5.0-windows all we need
Browse files Browse the repository at this point in the history
  • Loading branch information
augustoproiete committed Nov 15, 2020
1 parent 7dd5098 commit 411178f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<PropertyGroup>
<TargetFrameworks>net45;netcoreapp3.1;net5.0-windows</TargetFrameworks>
<OutputType>WinExe</OutputType>
<SupportedOSPlatform>windows7</SupportedOSPlatform>
<UseWPF>true</UseWPF>
<UseWindowsForms>true</UseWindowsForms>
<RootNamespace>Ookii.Dialogs.Wpf.Sample</RootNamespace>
Expand Down
1 change: 0 additions & 1 deletion src/Ookii.Dialogs.Wpf/Ookii.Dialogs.Wpf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

<PropertyGroup>
<TargetFrameworks>net5.0-windows;netcoreapp3.1;net45</TargetFrameworks>
<SupportedOSPlatform>windows7</SupportedOSPlatform>
<UseWPF>true</UseWPF>
<UseWindowsForms>true</UseWindowsForms>
<RootNamespace>Ookii.Dialogs.Wpf</RootNamespace>
Expand Down

0 comments on commit 411178f

Please sign in to comment.