From 55e3c2f3989744b4b3d26976a3f5def138659877 Mon Sep 17 00:00:00 2001 From: Matteo Cominetti Date: Sat, 27 May 2023 10:20:53 +0100 Subject: [PATCH] updates to .net6 --- .../DesktopNotifications.Apple.csproj | 4 ++-- .../DesktopNotifications.Avalonia.csproj | 6 +++--- .../DesktopNotifications.FreeDesktop.csproj | 6 +++--- .../DesktopNotifications.Windows.csproj | 7 ++++--- DesktopNotifications/DesktopNotifications.csproj | 4 ++-- 5 files changed, 14 insertions(+), 13 deletions(-) diff --git a/DesktopNotifications.Apple/DesktopNotifications.Apple.csproj b/DesktopNotifications.Apple/DesktopNotifications.Apple.csproj index cb7e3ab..a9acf16 100644 --- a/DesktopNotifications.Apple/DesktopNotifications.Apple.csproj +++ b/DesktopNotifications.Apple/DesktopNotifications.Apple.csproj @@ -2,10 +2,10 @@ - netstandard2.0;net5.0 + netstandard2.0;net6.0 - netstandard2.0;net5.0-windows10.0.17763.0 + netstandard2.0;net6.0-windows10.0.17763.0 diff --git a/DesktopNotifications.Avalonia/DesktopNotifications.Avalonia.csproj b/DesktopNotifications.Avalonia/DesktopNotifications.Avalonia.csproj index b872afa..d7a7e58 100644 --- a/DesktopNotifications.Avalonia/DesktopNotifications.Avalonia.csproj +++ b/DesktopNotifications.Avalonia/DesktopNotifications.Avalonia.csproj @@ -2,10 +2,10 @@ - netstandard2.0;net5.0 + netstandard2.0;net6.0 - netstandard2.0;netcoreapp3.1;net5.0-windows10.0.17763.0 + netstandard2.0;netcoreapp3.1;net6.0-windows10.0.17763.0 @@ -18,7 +18,7 @@ - + diff --git a/DesktopNotifications.FreeDesktop/DesktopNotifications.FreeDesktop.csproj b/DesktopNotifications.FreeDesktop/DesktopNotifications.FreeDesktop.csproj index 7030e70..cb943a8 100644 --- a/DesktopNotifications.FreeDesktop/DesktopNotifications.FreeDesktop.csproj +++ b/DesktopNotifications.FreeDesktop/DesktopNotifications.FreeDesktop.csproj @@ -2,10 +2,10 @@ - netstandard2.0;net5.0 + netstandard2.0;net6.0 - netstandard2.0;net5.0-windows10.0.17763.0 + netstandard2.0;net6.0-windows10.0.17763.0 @@ -18,7 +18,7 @@ - + diff --git a/DesktopNotifications.Windows/DesktopNotifications.Windows.csproj b/DesktopNotifications.Windows/DesktopNotifications.Windows.csproj index c3cb8fe..d266a47 100644 --- a/DesktopNotifications.Windows/DesktopNotifications.Windows.csproj +++ b/DesktopNotifications.Windows/DesktopNotifications.Windows.csproj @@ -2,10 +2,10 @@ - netstandard2.0;net5.0 + netstandard2.0;net6.0 - netstandard2.0;netcoreapp3.1;net5.0-windows10.0.17763.0 + netstandard2.0;netcoreapp3.1;net6.0-windows10.0.17763.0 @@ -30,7 +30,8 @@ - + + \ No newline at end of file diff --git a/DesktopNotifications/DesktopNotifications.csproj b/DesktopNotifications/DesktopNotifications.csproj index 4182b51..e5d62fa 100644 --- a/DesktopNotifications/DesktopNotifications.csproj +++ b/DesktopNotifications/DesktopNotifications.csproj @@ -2,10 +2,10 @@ - netstandard2.0;net5.0 + netstandard2.0;net6.0 - netstandard2.0;net5.0-windows10.0.17763.0 + netstandard2.0;net6.0-windows10.0.17763.0