diff --git a/Directory.Build.props b/Directory.Build.props index 27af9da47..7ba648054 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -11,7 +11,7 @@ true true NU1603 - win-x64;debian.10-x64;debian.9-x64;ubuntu.16.04-x64;ubuntu.18.04-x64;ubuntu.20.04-x64;centos.7-x64;centos.8-x64;osx-x64 + win-x64;debian.10-x64;debian.9-x64;ubuntu.16.04-x64;ubuntu.18.04-x64;ubuntu.20.04-x64;centos.7-x64;centos.8-x64;fedora.32-x64;fedora.33-x64;rhel.7-x64;rhel.8-x64;osx-x64 Debug;Release;Analyze false true diff --git a/Projects/Server.Tests/Server.Tests.csproj b/Projects/Server.Tests/Server.Tests.csproj index 7fe046cda..4360b0770 100644 --- a/Projects/Server.Tests/Server.Tests.csproj +++ b/Projects/Server.Tests/Server.Tests.csproj @@ -3,11 +3,11 @@ false - + - + diff --git a/Projects/Server/Server.csproj b/Projects/Server/Server.csproj index 1dc311dad..52f5d6936 100644 --- a/Projects/Server/Server.csproj +++ b/Projects/Server/Server.csproj @@ -18,8 +18,12 @@ + + + + @@ -28,10 +32,10 @@ - + - + diff --git a/Projects/UOContent.Tests/UOContent.Tests.csproj b/Projects/UOContent.Tests/UOContent.Tests.csproj index c7c1c1f59..2fd4f6f7b 100644 --- a/Projects/UOContent.Tests/UOContent.Tests.csproj +++ b/Projects/UOContent.Tests/UOContent.Tests.csproj @@ -3,7 +3,7 @@ false - + diff --git a/Projects/UOContent/UOContent.csproj b/Projects/UOContent/UOContent.csproj index c0c5b034f..b7a0c86cb 100644 --- a/Projects/UOContent/UOContent.csproj +++ b/Projects/UOContent/UOContent.csproj @@ -13,7 +13,10 @@ + + + @@ -28,9 +31,9 @@ false - - - - + + + + diff --git a/README.md b/README.md index 453f6efd3..3cc27bd14 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,9 @@ ModernUO [![Discord](https://img.shields.io/discord/751317910504603701?logo=disc ![OSX](https://img.shields.io/badge/-big%20sur-222222?logo=apple&logoColor=white) ![Debian](https://img.shields.io/badge/-buster-A81D33?logo=debian) ![Ubuntu](https://img.shields.io/badge/-20LTS-E95420?logo=ubuntu&logoColor=white) -![CentOS](https://img.shields.io/badge/-8.1-262577?logo=centos&logoColor=white) +![CentOS](https://img.shields.io/badge/-8.3-262577?logo=centos&logoColor=white) +![Fedora](https://img.shields.io/badge/-33-0B57A4?logo=fedora&logoColor=white) +![RedHat](https://img.shields.io/badge/-8-BE0000?logo=red%20hat&logoColor=white)
[![GitHub license](https://img.shields.io/github/license/modernuo/ModernUO?color=blue)](https://github.com/modernuo/ModernUO/blob/master/LICENSE) [![GitHub stars](https://img.shields.io/github/stars/modernuo/ModernUO?logo=github)](https://github.com/modernuo/ModernUO/stargazers) @@ -33,6 +35,8 @@ ModernUO [![Discord](https://img.shields.io/discord/751317910504603701?logo=disc - `ubuntu.16.04`, `ubuntu.18.04` `ubuntu.20.04` - Ubuntu LTS - `debian.9`, `debian.10` - Debian - `centos.7`, `centos.8` - CentOS + - `fedora.32`, `fedora.33` - Fedora + - `rhel.7`, `rhel.8` - Redhat - If blank, the operating system running the build is used ## Deploying / Running Server