-
-
+
+
diff --git a/Projects/UOContent/UOContent.csproj b/Projects/UOContent/UOContent.csproj
index c24f8732b..30b0b3fcf 100755
--- a/Projects/UOContent/UOContent.csproj
+++ b/Projects/UOContent/UOContent.csproj
@@ -30,7 +30,7 @@
false
-
+
diff --git a/README.md b/README.md
index f0c037e85..aecaa29f1 100644
--- a/README.md
+++ b/README.md
@@ -16,30 +16,30 @@ ModernUO [](https://www.microsoft.com/en-US/evalcenter/evaluate-windows-server-2022)
-
-[](https://www.debian.org/distrib/)
-[](https://ubuntu.com/download/server)
+
+[](https://www.debian.org/distrib/)
+[](https://ubuntu.com/download/server)
-[](https://alpinelinux.org/downloads/)
-[](https://getfedora.org/en/server/download/)
+[](https://alpinelinux.org/downloads/)
+[](https://getfedora.org/en/server/download/)
[](https://access.redhat.com/downloads)
[](https://www.centos.org/download/)
[](https://get.opensuse.org/)
[](https://www.suse.com/download/sles/)
-[](https://linuxmint.com/download.php)
+[](https://linuxmint.com/download.php)
[](https://archlinux.org/download/)
#### Running the server
-[](https://dotnet.microsoft.com/download/dotnet/7.0)
+[](https://dotnet.microsoft.com/download/dotnet/7.0)
#### Development
[](https://git-scm.com/downloads)
-[](https://dotnet.microsoft.com/download/dotnet/7.0)
+[](https://dotnet.microsoft.com/download/dotnet/7.0)
#### Supported IDEs
-![Jetbrains Rider 2022.2.3+ Jetbrains Rider 2022.2.3+]()


-Development Tools & Plugins provided with ♥ by
+
Development Tools & Plugins provided with ♥ by
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 7f4ad8f55..c362da5d8 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -18,9 +18,11 @@ jobs:
displayName: 'Install .NET 7'
inputs:
packageType: sdk
- version: 7.0.100
+ version: 7.0.101
- task: NuGetAuthenticate@1
- script: ./publish.cmd Release
displayName: 'Build'
+ - script: git diff --exit-code ./**/Migrations/*.v*.json
+ displayName: Migration Changes
- script: dotnet test --no-restore
displayName: 'Test'