From 4e9d65680917f9cad0be21650f29cb1c19c5641c Mon Sep 17 00:00:00 2001
From: Kamron Batman <3953314+kamronbatman@users.noreply.github.com>
Date: Fri, 14 May 2021 00:32:22 -0700
Subject: [PATCH] fix(core): Adds Fedora 32/33 & RHEL 7/8 support. (#601)
- [X] Adds support for Fedora 32/33 (runtimes included)
- [X] Adds support for RHEL 7/8 (will require manual install of zlib and argon2)
- [X] Updates dependencies
---
Directory.Build.props | 2 +-
Projects/Server.Tests/Server.Tests.csproj | 4 ++--
Projects/Server/Server.csproj | 8 ++++++--
Projects/UOContent.Tests/UOContent.Tests.csproj | 2 +-
Projects/UOContent/UOContent.csproj | 11 +++++++----
README.md | 6 +++++-
6 files changed, 22 insertions(+), 11 deletions(-)
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 [


-
+
+
+
[](https://github.com/modernuo/ModernUO/blob/master/LICENSE)
[](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