feat: Updates to .NET 9 (#1984)
### Summary * Bumps to .NET 9 with updated dependencies * Comparing a value type against null is no longer allowed * CI/CD now uses the version specified in global.json * Serialization generator updated to .NET 9 with bug fixes, fixes to turkish language, and parallelization
This commit is contained in:
parent
51d15d264c
commit
c75514cc04
24 changed files with 56 additions and 58 deletions
|
|
@ -18,7 +18,7 @@ Everything is run from the _Distribution_ folder.
|
|||
Using _terminal_, run:
|
||||
```bash
|
||||
cd Distribution
|
||||
dotnet run ModernUO.dll
|
||||
dotnet ModernUO.dll
|
||||
```
|
||||
|
||||
=== "Game Files"
|
||||
|
|
@ -27,4 +27,4 @@ Everything is run from the _Distribution_ folder.
|
|||
|
||||
|
||||
!!! Tip
|
||||
Game files are not directly distributed in ModernUO, find the latest version to download these at [client download](https://uo.com/Client-Download/)
|
||||
Game files are not directly distributed in ModernUO, find the latest version to download these at [client download](https://uo.com/Client-Download/)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue