chore: Updates .NET reference material to 10 (#2261)
This commit is contained in:
parent
c308a3baad
commit
5d920a25b1
3 changed files with 27 additions and 36 deletions
44
README.md
44
README.md
|
|
@ -15,38 +15,38 @@ ModernUO [](https://www.microsoft.com/en-US/evalcenter/evaluate-windows-server-2022)
|
||||

|
||||
[](https://www.microsoft.com/en-US/evalcenter/evaluate-windows-server-2022)
|
||||

|
||||
[](https://www.debian.org/distrib/)
|
||||
[](https://ubuntu.com/download/server)
|
||||
<br/>
|
||||
[](https://alpinelinux.org/downloads/)
|
||||
[](https://getfedora.org/en/server/download/)
|
||||
[](https://access.redhat.com/downloads)
|
||||
[](https://www.centos.org/download/)
|
||||
[](https://get.opensuse.org/)
|
||||
[](https://www.suse.com/download/sles/)
|
||||
[](https://linuxmint.com/download.php)
|
||||
[](https://alpinelinux.org/downloads/)
|
||||
[](https://getfedora.org/en/server/download/)
|
||||
[](https://access.redhat.com/downloads)
|
||||
[](https://www.centos.org/download/)
|
||||
[](https://get.opensuse.org/)
|
||||
[](https://www.suse.com/download/sles/)
|
||||
[](https://linuxmint.com/download.php)
|
||||
[](https://archlinux.org/download/)
|
||||
|
||||
#### Required Frameworks
|
||||
##### All Operating Systems
|
||||
[](https://dotnet.microsoft.com/download/dotnet/9.0)
|
||||
[](https://dotnet.microsoft.com/download/dotnet/10.0)
|
||||
|
||||
##### Windows
|
||||
[](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170#visual-studio-2015-2017-2019-and-2022)
|
||||
[](https://aka.ms/vc14/vc_redist.x64.exe)
|
||||
|
||||
#### Development
|
||||
[](https://git-scm.com/downloads)
|
||||
[](https://dotnet.microsoft.com/download/dotnet/9.0)
|
||||
[](https://dotnet.microsoft.com/download/dotnet/10.0)
|
||||
|
||||
#### Supported IDEs
|
||||
<p align="left">
|
||||
<a href="https://www.jetbrains.com/rider/download"><img height="64" title="Jetbrains Rider 2025+" alt="Jetbrains Rider 2025+" src="https://github.com/user-attachments/assets/456dc87e-a7e7-467b-81b6-ba9c8e227f86"></a>
|
||||
<a href="https://www.jetbrains.com/rider/download"><img height="64" title="Jetbrains Rider 2025.3+" alt="Jetbrains Rider 2025.3+" src="https://github.com/user-attachments/assets/456dc87e-a7e7-467b-81b6-ba9c8e227f86"></a>
|
||||
<img alt="space" width="32" src="https://user-images.githubusercontent.com/3953314/200151935-3c1521ec-16cb-487b-85a2-7454d347c585.png">
|
||||
<a href="https://code.visualstudio.com/download"><img height="64" title="VSCode" alt="VSCode" src="https://user-images.githubusercontent.com/3953314/200161017-7697171f-8f13-4829-95d0-8a25b59ee4c9.png"></a>
|
||||
<img alt="space" width="32" src="https://user-images.githubusercontent.com/3953314/200151935-3c1521ec-16cb-487b-85a2-7454d347c585.png">
|
||||
<a href="https://visualstudio.microsoft.com/vs/community/"><img height="64" title="Visual Studio 2022 v17.12+" alt="Visual Studio 2022 v17.12+" src="https://user-images.githubusercontent.com/3953314/133473556-35fd48b4-6460-49b1-b7c5-b4a8c529cc04.png"></a>
|
||||
<a href="https://visualstudio.microsoft.com/vs/community/"><img height="64" title="Visual Studio 2026" alt="Visual Studio 2026" src="https://github.com/user-attachments/assets/4cb26751-56bb-4ea1-97e6-afe31d2dc9d7"></a>
|
||||
</p>
|
||||
|
||||
## Getting Started
|
||||
|
|
@ -57,13 +57,13 @@ ModernUO [] [os] [arch (default: x64)]`
|
||||
- `os` - [Supported operating systems](https://github.com/dotnet/core/blob/main/release-notes/9.0/supported-os.md)
|
||||
- `win` - Windows 10/11/2019/2022/2025
|
||||
- `osx` - MacOS 13/14/15 (Sequoia, Sonoma, Big Sur)
|
||||
- `linux` - Linux
|
||||
- `os` - [Supported operating systems](https://github.com/dotnet/core/blob/main/release-notes/10.0/supported-os.md)
|
||||
- `win` - [Windows](https://learn.microsoft.com/en-us/dotnet/core/install/windows)
|
||||
- `osx` - [MacOS](https://learn.microsoft.com/en-us/dotnet/core/install/macos)
|
||||
- `linux` - [Linux](https://learn.microsoft.com/en-us/dotnet/core/install/linux)
|
||||
- `arch`
|
||||
- `x64` - Intel 64-bit
|
||||
- `arm64` - ARM 64-bit (Windows Arm64 not supported)
|
||||
- `x64` - Intel/AMD 64-bit
|
||||
- `arm64` - ARM 64-bit (Windows not supported)
|
||||
|
||||
## Linux Prerequisites
|
||||
### Fedora, CentOS, RHEL, etc
|
||||
|
|
@ -86,8 +86,8 @@ brew install icu4c libdeflate zstd argon2
|
|||
```
|
||||
|
||||
## Running the Server
|
||||
- Follow the [publish](https://github.com/modernuo/ModernUO#publishing-builds) instructions
|
||||
- Run `ModernUO.exe` or `dotnet ModernUO.dll` from the `Distribution` directory on the
|
||||
- Follow the [publish](https://github.com/modernuo/ModernUO#buildingpublishing) instructions
|
||||
- Run `ModernUO.exe` or `dotnet ModernUO.dll` from the `Distribution` directory
|
||||
|
||||
## Troubleshooting / FAQ
|
||||
- See [FAQ](./FAQ.md)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue