diff --git a/src/Dockerfile b/src/Dockerfile index 080e336..99edc06 100644 --- a/src/Dockerfile +++ b/src/Dockerfile @@ -1,5 +1,5 @@ # Use the official .NET SDK image for building the application -FROM mcr.microsoft.com/dotnet/sdk:9.0 AS build +FROM mcr.microsoft.com/dotnet/sdk:10.0 AS build WORKDIR /src # Copy the source code diff --git a/src/sodoffmmo.csproj b/src/sodoffmmo.csproj index cc3f9c1..0a359a4 100644 --- a/src/sodoffmmo.csproj +++ b/src/sodoffmmo.csproj @@ -2,15 +2,15 @@ Exe - net9.0 + net10.0 enable enable - - + +