diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json
index 5a8e75b..348bc79 100644
--- a/.config/dotnet-tools.json
+++ b/.config/dotnet-tools.json
@@ -7,7 +7,7 @@
"commands": ["dotnet-csharpier"]
},
"dotnet-ef": {
- "version": "7.0.5",
+ "version": "8.0.2",
"commands": ["dotnet-ef"]
},
"dotnet-coverage": {
diff --git a/Dockerfile b/Dockerfile
index 8caff81..4d517f9 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,9 +1,9 @@
# syntax=docker/dockerfile:1.4
-FROM mcr.microsoft.com/dotnet/sdk:7.0 AS sdk
+FROM mcr.microsoft.com/dotnet/sdk:8.0 AS sdk
-FROM mcr.microsoft.com/dotnet/runtime:7.0 AS runtime
+FROM mcr.microsoft.com/dotnet/runtime:8.0 AS runtime
# Install curl for the health check
RUN apt-get update && apt-get install -y \
curl \
diff --git a/SteamTogether.Bot/SteamTogether.Bot.csproj b/SteamTogether.Bot/SteamTogether.Bot.csproj
index c03a775..c436963 100644
--- a/SteamTogether.Bot/SteamTogether.Bot.csproj
+++ b/SteamTogether.Bot/SteamTogether.Bot.csproj
@@ -7,14 +7,14 @@
-
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
-
+
-
-
+
+
diff --git a/SteamTogether.Core/SteamTogether.Core.csproj b/SteamTogether.Core/SteamTogether.Core.csproj
index 8fcb2f6..e73d7ad 100644
--- a/SteamTogether.Core/SteamTogether.Core.csproj
+++ b/SteamTogether.Core/SteamTogether.Core.csproj
@@ -7,14 +7,14 @@
-
-
-
+
+
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
-
-
+
+
diff --git a/SteamTogether.Scraper.UnitTests/SteamTogether.Scraper.UnitTests.csproj b/SteamTogether.Scraper.UnitTests/SteamTogether.Scraper.UnitTests.csproj
index bf9bfee..451f6ca 100644
--- a/SteamTogether.Scraper.UnitTests/SteamTogether.Scraper.UnitTests.csproj
+++ b/SteamTogether.Scraper.UnitTests/SteamTogether.Scraper.UnitTests.csproj
@@ -10,9 +10,9 @@
-
-
-
+
+
+
diff --git a/SteamTogether.Scraper/SteamTogether.Scraper.csproj b/SteamTogether.Scraper/SteamTogether.Scraper.csproj
index eb6a0b1..2538e49 100644
--- a/SteamTogether.Scraper/SteamTogether.Scraper.csproj
+++ b/SteamTogether.Scraper/SteamTogether.Scraper.csproj
@@ -9,11 +9,11 @@
-
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
-
+