From 21e27372b99146ccb18d3000440c87029e9f1fd8 Mon Sep 17 00:00:00 2001 From: Spirtix Date: Mon, 22 Dec 2025 11:51:38 +0100 Subject: [PATCH] dotnet 10 --- src/Dockerfile | 2 +- src/sodoffmmo.csproj | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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 - - + +