diff --git a/src/FluentDragDrop.Effects/FluentDragDrop.Effects.csproj b/src/FluentDragDrop.Effects/FluentDragDrop.Effects.csproj index c0325fe..2198b2a 100644 --- a/src/FluentDragDrop.Effects/FluentDragDrop.Effects.csproj +++ b/src/FluentDragDrop.Effects/FluentDragDrop.Effects.csproj @@ -3,6 +3,7 @@ Library net472;netcoreapp3.1;net5.0-windows;net6.0-windows;net7.0-windows;net8.0-windows true + true FluentDrag&Drop is the sexiest Drag&Drop implemtation for WinForms on this planet. This package extends FluentDrag&Drop with rich effects. Powered by FluentTransitions. diff --git a/src/FluentDragDrop/FluentDragDrop.csproj b/src/FluentDragDrop/FluentDragDrop.csproj index e36cf96..763ae1d 100644 --- a/src/FluentDragDrop/FluentDragDrop.csproj +++ b/src/FluentDragDrop/FluentDragDrop.csproj @@ -3,6 +3,7 @@ Library net472;netcoreapp3.1;net5.0-windows;net6.0-windows;net7.0-windows;net8.0-windows true + true Drag&Drop in WinForms is cumbersome and error-prone. There are multiple events to handle, members to track and properties to set on at least two controls. Passing data is kind of special and you don't get preview images while dragging things aroud. diff --git a/src/FluentDragDropExample/FluentDragDropExample.csproj b/src/FluentDragDropExample/FluentDragDropExample.csproj index e248f20..dd0117d 100644 --- a/src/FluentDragDropExample/FluentDragDropExample.csproj +++ b/src/FluentDragDropExample/FluentDragDropExample.csproj @@ -4,6 +4,7 @@ WinExe net48;netcoreapp3.1;net8.0-windows true + true diff --git a/src/FluentDragDropNuGetExample/FluentDragDropNuGetExample.csproj b/src/FluentDragDropNuGetExample/FluentDragDropNuGetExample.csproj index f67087a..45315dd 100644 --- a/src/FluentDragDropNuGetExample/FluentDragDropNuGetExample.csproj +++ b/src/FluentDragDropNuGetExample/FluentDragDropNuGetExample.csproj @@ -4,6 +4,7 @@ WinExe net48;netcoreapp3.1 true + true