dotnet 10

This commit is contained in:
Spirtix 2025-12-22 11:46:43 +01:00
parent 1396c31afc
commit 44cdab781f
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<TargetFramework>net10.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>