diff --git a/docs/en/Migration-Guides/OpenIddict-Angular.md b/docs/en/Migration-Guides/OpenIddict-Angular.md
index 77fb7f1447..c3ca6a7fbb 100644
--- a/docs/en/Migration-Guides/OpenIddict-Angular.md
+++ b/docs/en/Migration-Guides/OpenIddict-Angular.md
@@ -16,14 +16,14 @@
- In **MyApplication.HttpApi.Host.csproj** replace **project references**:
```csharp
-
-
+
+
```
with
```csharp
-
+
```
- In the **MyApplicationHttpApiHostModule.cs** replace usings and **module dependencies**:
@@ -117,13 +117,13 @@ This project is renamed to **AuthServer** after v6.0.0-rc1. You can also refacto
- In **MyApplication.IdentityServer.csproj** replace **project references**:
```csharp
-
+
```
with
```csharp
-
+
```
- In the **MyApplicationIdentityServerModule.cs** replace usings and **module dependencies**:
diff --git a/docs/en/Migration-Guides/OpenIddict-Blazor-Server.md b/docs/en/Migration-Guides/OpenIddict-Blazor-Server.md
index 8a8f25e9dc..65011f6124 100644
--- a/docs/en/Migration-Guides/OpenIddict-Blazor-Server.md
+++ b/docs/en/Migration-Guides/OpenIddict-Blazor-Server.md
@@ -5,14 +5,14 @@
- In the **MyApplication.Blazor.csproj** replace **project references**:
```csharp
-
-
+
+
```
with
```csharp
-
+
```
- In the **MyApplicationBlazorModule.cs** replace usings and **module dependencies**:
@@ -108,13 +108,13 @@ This project is renamed to **AuthServer** after v6.0.0-rc1. You can also refacto
- In **MyApplication.IdentityServer.csproj** replace **project references**:
```csharp
-
+
```
with
```csharp
-
+
```
- In **MyApplicationIdentityServerModule.cs** replace usings and **module dependencies**:
diff --git a/docs/en/Migration-Guides/OpenIddict-Blazor.md b/docs/en/Migration-Guides/OpenIddict-Blazor.md
index 7fefae2f74..4a3e166cb9 100644
--- a/docs/en/Migration-Guides/OpenIddict-Blazor.md
+++ b/docs/en/Migration-Guides/OpenIddict-Blazor.md
@@ -34,14 +34,14 @@
- In the **MyApplication.HttpApi.Host.csproj** replace **project references**:
```csharp
-
-
+
+
```
with
```csharp
-
+
```
- In the **MyApplicationHttpApiHostModule.cs** replace usings and **module dependencies**:
@@ -136,13 +136,13 @@ This project is renamed to **AuthServer** after v6.0.0-rc1. You can also refacto
- In **MyApplication.IdentityServer.csproj** replace **project references**:
```csharp
-
+
```
with
```csharp
-
+
```
- In the **MyApplicationIdentityServerModule.cs** replace usings and **module dependencies**:
diff --git a/docs/en/Migration-Guides/OpenIddict-Mvc.md b/docs/en/Migration-Guides/OpenIddict-Mvc.md
index fc69f7d417..ee7cb6b08a 100644
--- a/docs/en/Migration-Guides/OpenIddict-Mvc.md
+++ b/docs/en/Migration-Guides/OpenIddict-Mvc.md
@@ -5,14 +5,14 @@
- In **MyApplication.Web.csproj** replace **project references**:
```csharp
-
-
+
+
```
with
```csharp
-
+
```
- In **MyApplicationWebModule.cs** replace usings and **module dependencies**:
@@ -116,13 +116,13 @@ This project is renamed to **AuthServer** after v6.0.0-rc1. You can also refacto
- In **MyApplication.IdentityServer.csproj** replace **project references**:
```csharp
-
+
```
with
```csharp
-
+
```
- In **MyApplicationIdentityServerModule.cs** replace usings and **module dependencies**:
diff --git a/docs/en/Migration-Guides/OpenIddict-Step-by-Step.md b/docs/en/Migration-Guides/OpenIddict-Step-by-Step.md
index ff9d25b80b..ba6b264758 100644
--- a/docs/en/Migration-Guides/OpenIddict-Step-by-Step.md
+++ b/docs/en/Migration-Guides/OpenIddict-Step-by-Step.md
@@ -20,11 +20,11 @@ Use the `abp update` command to update your existing application. See [Upgrading
- In **MyApplication.Domain.Shared.csproj** replace **project reference**:
```csharp
-
+
```
with
```csharp
-
+
```
- In **MyApplicationDomainSharedModule.cs** replace usings and **module dependencies:**
@@ -45,15 +45,15 @@ Use the `abp update` command to update your existing application. See [Upgrading
- In **MyApplication.Domain.csproj** replace **project references**:
```csharp
-
-
+
+
```
with
```csharp
-
-
+
+
```
- In **MyApplicationDomainModule.cs** replace usings and **module dependencies**:
@@ -90,13 +90,13 @@ If you are using MongoDB, skip this step and check the *MongoDB* layer section.
- In **MyApplication.EntityFrameworkCore.csproj** replace **project reference**:
```csharp
-
+
```
with
```csharp
-
+
```
- In **MyApplicationEntityFrameworkCoreModule.cs** replace usings and **module dependencies**:
@@ -154,13 +154,13 @@ If you are using EntityFrameworkCore, skip this step and check the *EntityFramew
- In **MyApplication.MongoDB.csproj** replace **project reference**:
```csharp
-
+
```
with
```csharp
-
+
```
- In **MyApplicationMongoDbModule.cs** replace usings and **module dependencies**: