From 43924934a347fc8717217ffcfa84a4b1f16a215f Mon Sep 17 00:00:00 2001 From: Lookey Date: Sun, 25 Aug 2024 12:01:36 +0200 Subject: [PATCH] Upgrade .NET target to 8.0 --- LukeBot.API/LukeBot.API.csproj | 2 +- LukeBot.Common/LukeBot.Common.csproj | 2 +- .../LukeBot.Communication.Common.csproj | 2 +- LukeBot.Communication/LukeBot.Communication.csproj | 2 +- LukeBot.Config/LukeBot.Config.csproj | 2 +- LukeBot.Endpoint/LukeBot.Endpoint.csproj | 2 +- LukeBot.Globals/LukeBot.Globals.csproj | 2 +- LukeBot.Interface.Protocols/LukeBot.Interface.Protocols.csproj | 2 +- LukeBot.Logging/LukeBot.Logging.csproj | 2 +- LukeBot.Module/LukeBot.Module.csproj | 2 +- LukeBot.Spotify.Common/LukeBot.Spotify.Common.csproj | 2 +- LukeBot.Spotify/LukeBot.Spotify.csproj | 2 +- LukeBot.Twitch.Common/LukeBot.Twitch.Common.csproj | 2 +- LukeBot.Twitch/LukeBot.Twitch.csproj | 2 +- LukeBot.Widget.Common/LukeBot.Widget.Common.csproj | 2 +- LukeBot.Widget/LukeBot.Widget.csproj | 2 +- LukeBot/LukeBot.csproj | 2 +- LukeBotClient/LukeBotClient.csproj | 2 +- Tools/LukeBot.Tests/LukeBot.Tests.csproj | 2 +- Tools/SpotifyManager/SpotifyManager.csproj | 2 +- Tools/propmgr/propmgr.csproj | 2 +- 21 files changed, 21 insertions(+), 21 deletions(-) diff --git a/LukeBot.API/LukeBot.API.csproj b/LukeBot.API/LukeBot.API.csproj index c253ef9..4167a7c 100644 --- a/LukeBot.API/LukeBot.API.csproj +++ b/LukeBot.API/LukeBot.API.csproj @@ -1,7 +1,7 @@ - net6.0 + net8.0 Debug;Release;SecureDebug diff --git a/LukeBot.Common/LukeBot.Common.csproj b/LukeBot.Common/LukeBot.Common.csproj index 57ca2c2..4a69135 100644 --- a/LukeBot.Common/LukeBot.Common.csproj +++ b/LukeBot.Common/LukeBot.Common.csproj @@ -1,7 +1,7 @@  - net6.0 + net8.0 LukeBot.Common LukeBot.Common LukeBot.Common diff --git a/LukeBot.Communication.Common/LukeBot.Communication.Common.csproj b/LukeBot.Communication.Common/LukeBot.Communication.Common.csproj index 984f6bc..1f5660f 100644 --- a/LukeBot.Communication.Common/LukeBot.Communication.Common.csproj +++ b/LukeBot.Communication.Common/LukeBot.Communication.Common.csproj @@ -1,7 +1,7 @@ - net6.0 + net8.0 0.0.1 Debug;Release;SecureDebug diff --git a/LukeBot.Communication/LukeBot.Communication.csproj b/LukeBot.Communication/LukeBot.Communication.csproj index eee18d5..cab4308 100644 --- a/LukeBot.Communication/LukeBot.Communication.csproj +++ b/LukeBot.Communication/LukeBot.Communication.csproj @@ -1,7 +1,7 @@  - net6.0 + net8.0 0.0.1 Debug;Release;SecureDebug diff --git a/LukeBot.Config/LukeBot.Config.csproj b/LukeBot.Config/LukeBot.Config.csproj index 27f289b..af58fa6 100644 --- a/LukeBot.Config/LukeBot.Config.csproj +++ b/LukeBot.Config/LukeBot.Config.csproj @@ -1,7 +1,7 @@ - net6.0 + net8.0 0.0.1 Debug;Release;SecureDebug diff --git a/LukeBot.Endpoint/LukeBot.Endpoint.csproj b/LukeBot.Endpoint/LukeBot.Endpoint.csproj index 33f0146..89a8ef9 100644 --- a/LukeBot.Endpoint/LukeBot.Endpoint.csproj +++ b/LukeBot.Endpoint/LukeBot.Endpoint.csproj @@ -1,7 +1,7 @@ - net6.0 + net8.0 Library 0.0.1 Debug;Release;SecureDebug diff --git a/LukeBot.Globals/LukeBot.Globals.csproj b/LukeBot.Globals/LukeBot.Globals.csproj index d054649..3dccfb7 100644 --- a/LukeBot.Globals/LukeBot.Globals.csproj +++ b/LukeBot.Globals/LukeBot.Globals.csproj @@ -1,7 +1,7 @@ - net6.0 + net8.0 LukeBot.Globals LukeBot.Globals LukeBot.Globals diff --git a/LukeBot.Interface.Protocols/LukeBot.Interface.Protocols.csproj b/LukeBot.Interface.Protocols/LukeBot.Interface.Protocols.csproj index 355c42c..34673f2 100644 --- a/LukeBot.Interface.Protocols/LukeBot.Interface.Protocols.csproj +++ b/LukeBot.Interface.Protocols/LukeBot.Interface.Protocols.csproj @@ -1,7 +1,7 @@ - net6.0 + net8.0 Debug;Release;SecureDebug diff --git a/LukeBot.Logging/LukeBot.Logging.csproj b/LukeBot.Logging/LukeBot.Logging.csproj index e21cd3c..66963c4 100644 --- a/LukeBot.Logging/LukeBot.Logging.csproj +++ b/LukeBot.Logging/LukeBot.Logging.csproj @@ -1,7 +1,7 @@ - net6.0 + net8.0 LukeBot.Logging LukeBot.Logging LukeBot.Logging diff --git a/LukeBot.Module/LukeBot.Module.csproj b/LukeBot.Module/LukeBot.Module.csproj index eb4b507..b6c335b 100644 --- a/LukeBot.Module/LukeBot.Module.csproj +++ b/LukeBot.Module/LukeBot.Module.csproj @@ -1,7 +1,7 @@ - net6.0 + net8.0 0.0.1 Debug;Release;SecureDebug diff --git a/LukeBot.Spotify.Common/LukeBot.Spotify.Common.csproj b/LukeBot.Spotify.Common/LukeBot.Spotify.Common.csproj index 3d3f910..9aeb788 100644 --- a/LukeBot.Spotify.Common/LukeBot.Spotify.Common.csproj +++ b/LukeBot.Spotify.Common/LukeBot.Spotify.Common.csproj @@ -1,7 +1,7 @@ - net6.0 + net8.0 0.0.1 Debug;Release;SecureDebug diff --git a/LukeBot.Spotify/LukeBot.Spotify.csproj b/LukeBot.Spotify/LukeBot.Spotify.csproj index ed67231..ffa7025 100644 --- a/LukeBot.Spotify/LukeBot.Spotify.csproj +++ b/LukeBot.Spotify/LukeBot.Spotify.csproj @@ -1,7 +1,7 @@ - net6.0 + net8.0 0.0.1 Debug;Release;SecureDebug diff --git a/LukeBot.Twitch.Common/LukeBot.Twitch.Common.csproj b/LukeBot.Twitch.Common/LukeBot.Twitch.Common.csproj index 7e5b6cc..3ce6e47 100644 --- a/LukeBot.Twitch.Common/LukeBot.Twitch.Common.csproj +++ b/LukeBot.Twitch.Common/LukeBot.Twitch.Common.csproj @@ -1,7 +1,7 @@ - net6.0 + net8.0 0.0.1 Debug;Release;SecureDebug diff --git a/LukeBot.Twitch/LukeBot.Twitch.csproj b/LukeBot.Twitch/LukeBot.Twitch.csproj index eb0cbc6..aa25ad8 100644 --- a/LukeBot.Twitch/LukeBot.Twitch.csproj +++ b/LukeBot.Twitch/LukeBot.Twitch.csproj @@ -1,7 +1,7 @@  - net6.0 + net8.0 0.0.1 Debug;Release;SecureDebug diff --git a/LukeBot.Widget.Common/LukeBot.Widget.Common.csproj b/LukeBot.Widget.Common/LukeBot.Widget.Common.csproj index 0e4b94f..48cb214 100644 --- a/LukeBot.Widget.Common/LukeBot.Widget.Common.csproj +++ b/LukeBot.Widget.Common/LukeBot.Widget.Common.csproj @@ -1,7 +1,7 @@ - net6.0 + net8.0 0.0.1 Debug;Release;SecureDebug diff --git a/LukeBot.Widget/LukeBot.Widget.csproj b/LukeBot.Widget/LukeBot.Widget.csproj index f0334ba..eb1da18 100644 --- a/LukeBot.Widget/LukeBot.Widget.csproj +++ b/LukeBot.Widget/LukeBot.Widget.csproj @@ -1,7 +1,7 @@ - net6.0 + net8.0 Debug;Release;SecureDebug diff --git a/LukeBot/LukeBot.csproj b/LukeBot/LukeBot.csproj index 1bd4749..b4251de 100644 --- a/LukeBot/LukeBot.csproj +++ b/LukeBot/LukeBot.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 LukeBot.MainClass 0.0.1 en-US diff --git a/LukeBotClient/LukeBotClient.csproj b/LukeBotClient/LukeBotClient.csproj index f5599d9..b527f4e 100644 --- a/LukeBotClient/LukeBotClient.csproj +++ b/LukeBotClient/LukeBotClient.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 LukeBotClient.MainClass 0.0.1 en-US diff --git a/Tools/LukeBot.Tests/LukeBot.Tests.csproj b/Tools/LukeBot.Tests/LukeBot.Tests.csproj index c89def9..e539c31 100644 --- a/Tools/LukeBot.Tests/LukeBot.Tests.csproj +++ b/Tools/LukeBot.Tests/LukeBot.Tests.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 0.0.1 en-US Debug;Release;SecureDebug diff --git a/Tools/SpotifyManager/SpotifyManager.csproj b/Tools/SpotifyManager/SpotifyManager.csproj index 558248e..b83cf6c 100644 --- a/Tools/SpotifyManager/SpotifyManager.csproj +++ b/Tools/SpotifyManager/SpotifyManager.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 SpotifyManager.MainClass 0.0.1 en-US diff --git a/Tools/propmgr/propmgr.csproj b/Tools/propmgr/propmgr.csproj index 11ce798..c83e76c 100644 --- a/Tools/propmgr/propmgr.csproj +++ b/Tools/propmgr/propmgr.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 enable propmgr.MainClass en-US