mirror of
https://github.com/SoDOff-Project/sodoff.git
synced 2026-01-13 13:41:52 -08:00
dotnet 10
This commit is contained in:
parent
1396c31afc
commit
44cdab781f
@ -15,7 +15,7 @@ This license does not cover resources obtained from the game or from responses o
|
|||||||
|
|
||||||
## Getting started
|
## 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
|
dotnet run --project src/sodoff.csproj
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
<Project Sdk="Microsoft.NET.Sdk.Web">
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>net9.0</TargetFramework>
|
<TargetFramework>net10.0</TargetFramework>
|
||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
<ImplicitUsings>enable</ImplicitUsings>
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user