Adds .NET 5 & Ubuntu 20 LTS Targeting (#193)
This commit is contained in:
parent
958763932b
commit
bc2487946c
13 changed files with 29329 additions and 326 deletions
20
README.md
20
README.md
|
|
@ -2,7 +2,9 @@ ModernUO [](https://dotnet.microsoft.com/download/dotnet-core/3.1)
|
||||
[](https://dotnet.microsoft.com/download/dotnet/5.0)
|
||||
[](https://dotnet.microsoft.com/download/dotnet-core/3.1)
|
||||
<br />
|
||||

|
||||

|
||||

|
||||
|
|
@ -12,6 +14,7 @@ ModernUO [](https://github.com/modernuo/ModernUO/blob/master/LICENSE)
|
||||
[](https://github.com/modernuo/ModernUO/stargazers)
|
||||
[](https://github.com/modernuo/ModernUO/issues)
|
||||
<br />
|
||||
[](https://github.com/modernuo/ModernUO/actions)
|
||||
[](https://dev.azure.com/modernuo/modernuo/_build/latest?definitionId=1&branchName=master)
|
||||
|
||||
|
|
@ -20,24 +23,31 @@ ModernUO [
|
||||
- [.NET Core 3.1.7 SDK](https://dotnet.microsoft.com/download/dotnet-core/3.1)
|
||||
<br />or
|
||||
- [.NET 5.0 (Preview) SDK](https://dotnet.microsoft.com/download/dotnet/5.0)
|
||||
|
||||
#### Publishing Builds
|
||||
- `./Tools/publish.cmd [os] [Release|Debug (default: Release)]`
|
||||
- Using terminal or powershell: `./Tools/publish.cmd [os] [framework] [release|debug (default: release)]`
|
||||
- Supported `os`:
|
||||
- `win` for Windows 8/10/2019
|
||||
- `osx` for MacOS
|
||||
- `ubuntu.16.04`, `ubuntu.18.04` for Ubuntu (20.04 will be supported in the next .NET Core Release)
|
||||
- `ubuntu.16.04`, `ubuntu.18.04` `ubuntu.20.04` for Ubuntu LTS
|
||||
- `debian.9`, `debian.10` for Debian
|
||||
- `centos.7`, `centos.8` for CentOS
|
||||
- If blank, will use host operating system
|
||||
- Supported `framework`:
|
||||
- `core` for .NET Core 3.1.7
|
||||
- `net` for .NET 5.0
|
||||
|
||||
## Deploying / Running Server
|
||||
- Follow the [publish](https://github.com/modernuo/ModernUO#publishing-a-build) instructions
|
||||
- Copy `Distribution` directory to the production server
|
||||
|
||||
#### Requirements
|
||||
- [.NET Core 3.1 Runtime](https://dotnet.microsoft.com/download/dotnet-core/3.1)
|
||||
- [.NET Core 3.1.7 Runtime](https://dotnet.microsoft.com/download/dotnet-core/3.1)
|
||||
<br />or
|
||||
- [.NET 5.0 (Preview) Runtime](https://dotnet.microsoft.com/download/dotnet/5.0)
|
||||
|
||||
#### Running
|
||||
- `dotnet ModernUO.dll`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue