diff --git a/Source/SammBot.Bot/SammBot.Bot.csproj b/Source/SammBot.Bot/SammBot.Bot.csproj
index 3cd35d1..efc7b73 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 36e1a9e..2ddda36 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