From e172dc96616988f6c12660306deb191e54e91a89 Mon Sep 17 00:00:00 2001
From: Kamron Batman <3953314+kamronbatman@users.noreply.github.com>
Date: Thu, 19 May 2022 10:51:24 -0700
Subject: [PATCH] fix: Updates dependencies & adds Fedora 35/36 support (#1029)
---
Directory.Build.props | 4 ++--
Projects/Server.Tests/Server.Tests.csproj | 7 +++----
Projects/Server/Server.csproj | 4 +++-
Projects/UOContent.Tests/UOContent.Tests.csproj | 6 +++---
Projects/UOContent/UOContent.csproj | 6 +++---
README.md | 2 +-
azure-pipelines.yml | 12 ++++++------
7 files changed, 21 insertions(+), 20 deletions(-)
diff --git a/Directory.Build.props b/Directory.Build.props
index 6f875b8d0..c0a882066 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -55,11 +55,11 @@
latest
-
+
- 3.4.255
+ 3.5.104
all
diff --git a/Projects/Server.Tests/Server.Tests.csproj b/Projects/Server.Tests/Server.Tests.csproj
index b310c4f69..db30edf70 100644
--- a/Projects/Server.Tests/Server.Tests.csproj
+++ b/Projects/Server.Tests/Server.Tests.csproj
@@ -3,11 +3,10 @@
false
-
-
+
+
-
-
+
diff --git a/Projects/Server/Server.csproj b/Projects/Server/Server.csproj
index a77dac609..50866b6d6 100755
--- a/Projects/Server/Server.csproj
+++ b/Projects/Server/Server.csproj
@@ -21,6 +21,8 @@
+
+
@@ -36,7 +38,7 @@
-
+
diff --git a/Projects/UOContent.Tests/UOContent.Tests.csproj b/Projects/UOContent.Tests/UOContent.Tests.csproj
index 38f0fc1bd..195cec9a4 100644
--- a/Projects/UOContent.Tests/UOContent.Tests.csproj
+++ b/Projects/UOContent.Tests/UOContent.Tests.csproj
@@ -3,10 +3,10 @@
false
-
-
+
+
-
+
diff --git a/Projects/UOContent/UOContent.csproj b/Projects/UOContent/UOContent.csproj
index 024d9bd98..cc056a51a 100755
--- a/Projects/UOContent/UOContent.csproj
+++ b/Projects/UOContent/UOContent.csproj
@@ -41,9 +41,9 @@
-
-
-
+
+
+
diff --git a/README.md b/README.md
index 3f4af0244..b7a0230e7 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ ModernUO [](https://ubuntu.com/download/server)
[](https://linuxmint.com/download.php)
[](https://www.centos.org/download/)
-[](https://getfedora.org/en/server/download/)
+[](https://getfedora.org/en/server/download/)
[](https://access.redhat.com/downloads)
#### Running the server
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 8efb2abc9..51ad8fce0 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -40,15 +40,15 @@ jobs:
'Ubuntu 20':
containerImage: mcr.microsoft.com/dotnet/sdk:6.0-focal
os: ubuntu.20.04
- 'Fedora 32':
- containerImage: fedora:32
- os: fedora.32
- 'Fedora 33':
- containerImage: fedora:33
- os: fedora.33
'Fedora 34':
containerImage: fedora:34
os: fedora.34
+ 'Fedora 35':
+ containerImage: fedora:35
+ os: fedora.34
+ 'Fedora 36':
+ containerImage: fedora:36
+ os: fedora.34
displayName: Linux