From b07e0d7efd37fb1ada34a7eb15df881e87ab517b Mon Sep 17 00:00:00 2001 From: awaescher Date: Sat, 11 May 2024 00:13:40 +0200 Subject: [PATCH] Drop old .NET support --- src/FluentDragDrop.Effects/FluentDragDrop.Effects.csproj | 2 +- src/FluentDragDrop/FluentDragDrop.csproj | 2 +- src/FluentDragDropExample/FluentDragDropExample.csproj | 2 +- .../FluentDragDropNuGetExample.csproj | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/FluentDragDrop.Effects/FluentDragDrop.Effects.csproj b/src/FluentDragDrop.Effects/FluentDragDrop.Effects.csproj index 2198b2a..5b53e78 100644 --- a/src/FluentDragDrop.Effects/FluentDragDrop.Effects.csproj +++ b/src/FluentDragDrop.Effects/FluentDragDrop.Effects.csproj @@ -1,7 +1,7 @@ Library - net472;netcoreapp3.1;net5.0-windows;net6.0-windows;net7.0-windows;net8.0-windows + net6.0-windows;net8.0-windows true true FluentDrag&Drop is the sexiest Drag&Drop implemtation for WinForms on this planet. diff --git a/src/FluentDragDrop/FluentDragDrop.csproj b/src/FluentDragDrop/FluentDragDrop.csproj index 763ae1d..46a696c 100644 --- a/src/FluentDragDrop/FluentDragDrop.csproj +++ b/src/FluentDragDrop/FluentDragDrop.csproj @@ -1,7 +1,7 @@ Library - net472;netcoreapp3.1;net5.0-windows;net6.0-windows;net7.0-windows;net8.0-windows + net6.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. diff --git a/src/FluentDragDropExample/FluentDragDropExample.csproj b/src/FluentDragDropExample/FluentDragDropExample.csproj index dd0117d..84f4d51 100644 --- a/src/FluentDragDropExample/FluentDragDropExample.csproj +++ b/src/FluentDragDropExample/FluentDragDropExample.csproj @@ -2,7 +2,7 @@ WinExe - net48;netcoreapp3.1;net8.0-windows + net6.0-windows;net8.0-windows true true diff --git a/src/FluentDragDropNuGetExample/FluentDragDropNuGetExample.csproj b/src/FluentDragDropNuGetExample/FluentDragDropNuGetExample.csproj index 45315dd..895ada2 100644 --- a/src/FluentDragDropNuGetExample/FluentDragDropNuGetExample.csproj +++ b/src/FluentDragDropNuGetExample/FluentDragDropNuGetExample.csproj @@ -2,7 +2,7 @@ WinExe - net48;netcoreapp3.1 + net6.0-windows;net8.0-windows true true