diff --git a/Source/SammBot.Bot/SammBot.Bot.csproj b/Source/SammBot.Bot/SammBot.Bot.csproj index 4b3129e8..ff4de88a 100644 --- a/Source/SammBot.Bot/SammBot.Bot.csproj +++ b/Source/SammBot.Bot/SammBot.Bot.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 en Analog Feelings Samm-Bot @@ -81,14 +81,14 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all - - - - + + + + diff --git a/Source/SammBot.Library/SammBot.Library.csproj b/Source/SammBot.Library/SammBot.Library.csproj index 7099955d..ac7d23f6 100644 --- a/Source/SammBot.Library/SammBot.Library.csproj +++ b/Source/SammBot.Library/SammBot.Library.csproj @@ -1,14 +1,14 @@ - net7.0 + net8.0 enable enable - + diff --git a/Source/SammBot.Tests/SammBot.Tests.csproj b/Source/SammBot.Tests/SammBot.Tests.csproj index 986aff18..ce4f299b 100644 --- a/Source/SammBot.Tests/SammBot.Tests.csproj +++ b/Source/SammBot.Tests/SammBot.Tests.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 enable enable