diff --git a/Dockerfile b/Dockerfile
index 54cc38a..321f4cf 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,11 +1,11 @@
#See https://aka.ms/containerfastmode to understand how Visual Studio uses this Dockerfile to build your images for faster debugging.
-FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base
+FROM mcr.microsoft.com/dotnet/aspnet:9.0 AS base
WORKDIR /app
EXPOSE 80
EXPOSE 443
-FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
+FROM mcr.microsoft.com/dotnet/sdk:9.0 AS build
WORKDIR /src
COPY ["Felicity/Felicity.csproj", "Felicity/"]
RUN dotnet restore "Felicity/Felicity.csproj"
diff --git a/Felicity/.config/dotnet-tools.json b/Felicity/.config/dotnet-tools.json
index fc227a2..462c163 100644
--- a/Felicity/.config/dotnet-tools.json
+++ b/Felicity/.config/dotnet-tools.json
@@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"dotnet-ef": {
- "version": "7.0.10",
+ "version": "9.0.0",
"commands": [
"dotnet-ef"
]
diff --git a/Felicity/Felicity.csproj b/Felicity/Felicity.csproj
index 903bbae..0fa2464 100644
--- a/Felicity/Felicity.csproj
+++ b/Felicity/Felicity.csproj
@@ -18,8 +18,8 @@
-
-
+
+