From 7e7483dae979c667e48703472418ee1ff1b36887 Mon Sep 17 00:00:00 2001 From: AnalogFeelings <51166756+AnalogFeelings@users.noreply.github.com> Date: Sat, 17 Feb 2024 04:32:35 +0100 Subject: [PATCH] [Bot -> All] Force .NET 8 with C# 12 as a minimum. --- Source/SammBot.Bot/SammBot.Bot.csproj | 2 +- global.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Source/SammBot.Bot/SammBot.Bot.csproj b/Source/SammBot.Bot/SammBot.Bot.csproj index 3cd35d1b..efc7b73f 100644 --- a/Source/SammBot.Bot/SammBot.Bot.csproj +++ b/Source/SammBot.Bot/SammBot.Bot.csproj @@ -8,7 +8,7 @@ Samm-Bot 8.0 8.0 - 11 + 12 enable diff --git a/global.json b/global.json index 36e1a9e9..2ddda36c 100644 --- a/global.json +++ b/global.json @@ -1,7 +1,7 @@ { "sdk": { - "version": "7.0.0", - "rollForward": "latestMajor", + "version": "8.0.0", + "rollForward": "latestMinor", "allowPrerelease": false } } \ No newline at end of file