Migrate to .NET 10

This commit is contained in:
Marco Carvalho
2025-02-26 15:34:26 -03:00
committed by Marco Carvalho
parent 1ca4484148
commit d1907a5375
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ If you wish to build the emulator yourself, follow these steps:
### Step 1
Install the [.NET 9.0 (or higher) SDK](https://dotnet.microsoft.com/download/dotnet/9.0).
Install the [.NET 10.0 (or higher) SDK](https://dotnet.microsoft.com/download/dotnet/10.0).
Make sure your SDK version is higher or equal to the required version specified in [global.json](global.json).
### Step 2