From 44cdab781f762c8c96c0b3d5ea3ceca4a1c80969 Mon Sep 17 00:00:00 2001 From: Spirtix Date: Mon, 22 Dec 2025 11:46:43 +0100 Subject: [PATCH] dotnet 10 --- README.md | 2 +- src/sodoff.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index afc55f1..6fecb26 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ This license does not cover resources obtained from the game or from responses o ## Getting started -To build the API server from sources, you'll need the dotnet 6.0 SDK. Simply run the following command to build and start the server: +To build the API server from sources, you'll need the dotnet 10 SDK. Simply run the following command to build and start the server: ``` dotnet run --project src/sodoff.csproj diff --git a/src/sodoff.csproj b/src/sodoff.csproj index 4e30ed9..d809155 100644 --- a/src/sodoff.csproj +++ b/src/sodoff.csproj @@ -1,7 +1,7 @@  - net9.0 + net10.0 enable enable