diff --git a/src/OrchardCore.Build/Dependencies.props b/src/OrchardCore.Build/Dependencies.props
index a4136c24293..edcdd73261a 100644
--- a/src/OrchardCore.Build/Dependencies.props
+++ b/src/OrchardCore.Build/Dependencies.props
@@ -21,12 +21,12 @@
-
+
-
-
-
+
+
+
diff --git a/src/docs/resources/libraries/README.md b/src/docs/resources/libraries/README.md
index 2abf015a640..f2eaeb288c3 100644
--- a/src/docs/resources/libraries/README.md
+++ b/src/docs/resources/libraries/README.md
@@ -12,17 +12,18 @@ The below table lists the different libraries used in Orchard Core:
| [Irony.Core](https://github.com/daxnet/irony) | A modified version of the Irony project with .NET Core support | 1.0.7 | [MIT](https://github.com/daxnet/irony/blob/master/LICENSE) |
| [Jint](https://github.com/sebastienros/jint) | Javascript Interpreter for .NET. | 3.0.0-beta-1914 | [MIT](https://github.com/sebastienros/jint/blob/dev/LICENSE) |
| [Lucene.Net](https://github.com/apache/lucenenet) | .NET full-text search engine. | 4.8.0-beta00013 | [Apache-2.0 License](https://github.com/apache/lucenenet/blob/master/LICENSE.txt) |
-| [MailKit & MimeKit](https://github.com/jstedfast/MailKit) | A cross-platform .NET library for IMAP, POP3, and SMTP. | 2.10.0 | [MIT](https://github.com/jstedfast/MailKit/blob/master/LICENSE) |
-| [Markdig](https://github.com/lunet-io/markdig) | .NET Liquid template engine. | 0.22.0 | [BSD-2-Clause License](https://github.com/lunet-io/markdig/blob/master/license.txt) |
+| [MailKit](https://github.com/jstedfast/MailKit) | A cross-platform .NET library for IMAP, POP3, and SMTP. | 2.10.0 | [MIT](https://github.com/jstedfast/MailKit/blob/master/LICENSE) |
+| [Markdig](https://github.com/lunet-io/markdig) | .NET Liquid template engine. | 0.22.1 | [BSD-2-Clause License](https://github.com/lunet-io/markdig/blob/master/license.txt) |
| [MessagePack](https://github.com/neuecc/MessagePack-CSharp) | Extremely Fast MessagePack Serializer for C# | 2.2.60 | [MIT](https://github.com/neuecc/MessagePack-CSharp/blob/master/LICENSE) |
-| [MiniProfiler](https://github.com/MiniProfiler/dotnet) | A simple but effective mini-profiler for ASP.NET (and Core) websites | 4.2.1 | [MIT](https://github.com/MiniProfiler/dotnet/blob/main/LICENSE.txt) |
-| [Moq](https://github.com/moq/moq) | The most popular and friendly mocking framework for .NET. | 4.15.1 | [MIT](https://github.com/moq/moq/blob/main/LICENSE) |
+| [MimeKit](https://github.com/jstedfast/MailKit) | A cross-platform .NET library for IMAP, POP3, and SMTP. | 2.10.1 | [MIT](https://github.com/jstedfast/MailKit/blob/master/LICENSE) |
+| [MiniProfiler](https://github.com/MiniProfiler/dotnet) | A simple but effective mini-profiler for ASP.NET (and Core) websites | 4.2.22 | [MIT](https://github.com/MiniProfiler/dotnet/blob/main/LICENSE.txt) |
+| [Moq](https://github.com/moq/moq) | The most popular and friendly mocking framework for .NET. | 4.15.2 | [MIT](https://github.com/moq/moq/blob/main/LICENSE) |
| [NCrontab](https://github.com/atifaziz/NCrontab) | Crontab for .NET | 3.3.1 | [Apache-2.0 License](https://github.com/atifaziz/NCrontab/blob/master/COPYING.txt) |
| [NLog.Web](https://github.com/NLog/NLog.Web) | NLog integration for ASP.NET. | 0.22.0 | [BSD-3-Clause License](https://github.com/NLog/NLog.Web/blob/master/LICENSE) |
| [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) | Json.NET is a popular high-performance JSON framework for .NET | 12.0.3 | [MIT](https://github.com/JamesNK/Newtonsoft.Json/blob/master/LICENSE.md) |
| [Noda Time](https://github.com/nodatime/nodatime) | A better date and time API for .NET. | 0.22.0 | [Apache-2.0 License](https://github.com/nodatime/nodatime/blob/master/LICENSE.txt) |
| [OpenIddict.Core](https://github.com/openiddict/openiddict-core) | Versatile OpenID Connect stack for ASP.NET Core. | 3.0.0-rc1.20567.82 | [Apache-2.0 License](https://github.com/openiddict/openiddict-core/blob/dev/LICENSE.md)) |
| [Serilog.AspNetCore](https://github.com/serilog/serilog-aspnetcore) | Serilog integration for ASP.NET Core. | 3.3.1 | [Apache-2.0 License](https://github.com/serilog/serilog-aspnetcore/blob/dev/LICENSE) |
-| [Shortcodes](https://github.com/sebastienros/shortcodes) | Shortcodes processor for .NET. | 4.8.0-beta00013 | [MIT](https://github.com/sebastienros/shortcodes/blob/dev/LICENSE) |
+| [Shortcodes](https://github.com/sebastienros/shortcodes) | Shortcodes processor for .NET. | 1.0.0-beta-175913881 | [MIT](https://github.com/sebastienros/shortcodes/blob/dev/LICENSE) |
| [xUnit](https://github.com/xunit/xunit/blob/main/LICENSE) | Free, open source, community-focused unit testing tool for the .NET Framework. | 2.3.1 | [MIT](https://github.com/xunit/xunit/blob/main/LICENSE) |
| [YesSql](https://github.com/sebastienros/yessql) | .NET document database working on any RDBMS. | 2.0.0-beta-1583 | [MIT](https://github.com/sebastienros/yessql/blob/dev/LICENSE) |