diff --git a/Directory.Build.props b/Directory.Build.props
index c48855eab..aa4172a54 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;fedora.32-x64;fedora.33-x64;rhel.7-x64;rhel.8-x64;osx-x64
+ win-x64;debian.9-x64;debian.10-x64;debian.11-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;fedora.34-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 2a47a0de7..6536e8cab 100644
--- a/Projects/Server.Tests/Server.Tests.csproj
+++ b/Projects/Server.Tests/Server.Tests.csproj
@@ -7,7 +7,7 @@
-
+
diff --git a/Projects/Server/Server.csproj b/Projects/Server/Server.csproj
index 5694a4e65..4efc9e1a9 100755
--- a/Projects/Server/Server.csproj
+++ b/Projects/Server/Server.csproj
@@ -36,7 +36,7 @@
-
+
diff --git a/Projects/UOContent/UOContent.csproj b/Projects/UOContent/UOContent.csproj
index a6094ec12..c5561de3d 100755
--- a/Projects/UOContent/UOContent.csproj
+++ b/Projects/UOContent/UOContent.csproj
@@ -41,9 +41,9 @@
-
-
-
+
+
+
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 01b7d413d..38df04622 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -34,12 +34,9 @@ jobs:
'CentOS 7':
containerImage: centos:7
os: centos.7
- 'Debian 10':
- containerImage: mcr.microsoft.com/dotnet/sdk:5.0-buster-slim
- os: debian.10
- # 'Debian 11':
- # containerImage: amd64/buildpack-deps:bullseye
- # os: debian.11-x64
+ 'Debian 11':
+ containerImage: mcr.microsoft.com/dotnet/sdk:6.0-bullseye-slim
+ os: debian.11
'Ubuntu 20':
containerImage: mcr.microsoft.com/dotnet/sdk:6.0-focal
os: ubuntu.20.04
@@ -49,6 +46,9 @@ jobs:
'Fedora 33':
containerImage: fedora:33
os: fedora.33
+ 'Fedora 34':
+ containerImage: fedora:34
+ os: fedora.34
displayName: Linux