Updating NuGet packages to latest minor/patch versions - #8856
Merged
Conversation
This reverts commit a393d90.
BenedekFarkas
commented
Oct 12, 2025
… to 5.6.0 and NHibernate.Caches.SysCache2 from 5.7.0 to 5.9.0
Higher versions would require Castle.Core 4.0.0, but we use 3.3.3
…Spec app's root web.config too
Microsoft.Azure.KeyVault.Core from 1.0.0 to 3.0.5 Microsoft.WindowsAzure.Caching from 2.4.0.0 to 2.9.5 Microsoft.WindowsAzure.ConfigurationManager from 3.1.0 to 3.2.3 WindowsAzure.Storage from 5.0.2 to 9.3.3
…t's not used anymore
…t can't start the storage emulator on its own anymore When running those tests, make sure the storage emulator is running: npm install azurite -g; azurite --blobHost 127.0.0.1
… Web.config files
Member
Author
|
@sebastienros regarding this change (see description):
Do I assume correctly that if I enable every feature and there are no assembly binding errors, then that completely verifies that all the assembly bindings are OK? |
domonkosgabor
approved these changes
Oct 27, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated NuGet packages
Castle.Core: Upgraded from 3.3.1 to 3.3.3. (0d3001a)DocumentFormat.OpenXmlandDocumentFormat.OpenXml.Framework: From 3.0.2 to 3.3.0 (latest). (1f20a4e)FluentNHibernate: From 3.1.0 to 3.4.1. (b469231)log4net: From 2.0.12 to 2.0.17 (latest 2.x). (e170d31)MailKit: From 4.9.0 and 4.14.0 (latest). (84dc53a)MimeKitfrom/to the same versions andBouncyCastle.Cryptographyfrom 2.5.0 to 2.6.1 (almost latest)MailKitsubsequently updated to 4.14.1. (cdf58c6)Markdig.Signed: From 0.22.1 to 0.42.0 (latest). (d46bf8f)Microsoft.AspNet.*packages from 5.2.7/3.2.7 to 5.3.0/3.3.0, exceptMicrosoft.AspNet.WebApi.Clientto 6.0.0. (3ca5dd3)Moq: From 4.2.1510.2205 to 4.5.30. Higher versions would require Castle.Core 4.0.0, but we use 3.3.3. (d020137)NHibernate: Updated from 5.5.2 to 5.6.0. (b469231)Iesi.Collectionsupdated as a dependency from 4.0.4 to 4.1.1 (latest).NHibernate.Caches.SysCache2: Updated from 5.7.0 to 5.9.0. (b469231)RestEase: From 1.4.9 to 1.6.4. (da9c4ee)Redis: From 1.0.481 to 1.2.6 (latest 1.x). (3291199)YamlDotNet: From 11.1.1 to 16.3.0 (latest). Only used by Orchard.Layouts. (9ee8217)These packages are all deprecated (but at least not vulnerable), a proper migration to the new Azure.* packages would be nice to have, but not a must.
Microsoft.Azure.KeyVault.Core: From 1.0.0 to 3.0.5.Microsoft.WindowsAzure.ConfigurationManager: From 3.1.0 to 3.2.3.WindowsAzure.Storage: From 5.0.2 to 9.3.3.Microsoft.Rest.ClientRuntime, also updated to 2.3.24 (latest).Microsoft.Rest.ClientRuntime.Azure, also updated to 3.3.19 (latest).npm install azurite -g; azurite --blobHost 127.0.0.1ordocker run -d --name azurite -p 10000:10000 mcr.microsoft.com/azure-storage/azuriteAssembly binding redirects
Removed NuGet packages
Microsoft.TypeScript.MSBuildwas only added to Orchard.DynamicForms, but not actually used. (eff88ce)Microsoft.WindowsAzure.Cachingwas removed on dev in c6c667d and then added back by mistake in ca86ec9. (de006d3)Orchard.WindowsAzure.ServiceRuntime(e3ea926)Already up-to-date
NUnitandNUnit.Runners: 2.7.1 is latest 2.x version, recently updated. (0e71cf3 and d66c6b8)SpecFlowandSpecFlow.Tools.MsBuild.Generation: 2.4.1 is latest 2.x version, recently updated (but the whole library is deprecated). (e42519c and 99a5003)Not updated intentionally
Autofac.*: Only major update is available (4.0.0) with breaking changes.BouncyCastle.Cryptography: SeeMailKitabove.HtmlAgilityPack: Can be upgraded from 1.4.9.5 to 1.12.4 (latest), but even some (not all!) of the close versions break tests in various ways that don't make sense. Maybe try AngleSharp instead?Microsoft.Data.Edm,Microsoft.Data.OData,Microsoft.Data.Services.ClientandSystem.Spatialare intertwined and cannot be upgraded from 5.8.4 to 5.8.5, becauseMicrosoft.Data.ODatabeing as marked as deprecated due to broken thread safety.Microsoft.IdentityModel.*: Upgrading to the nearest non-deprecated version would bring in a ton of other dependencies and they are only used by Orchard.OpenId.Microsoft.Web.Infrastructure: Upgrading from 1.0.0.0 to 2.0.0.0 (11 years between them!) breaks the Spec app, maybe worth investigating later.MySql.Data: DB server support is a can of worms I won't open now, maybe later.Newtonsoft.Json: Existing packages (e.g. MVC) depend on 13.0.3, no need to manually upgrade to 13.0.4.Newtonsoft.Json.Bson: Existing packages (MVC and friends) depend on 1.0.2, no need to manually upgrade to 1.0.3.Npgsql: SeeMySql.Data.System.Formats.Asn1: Dependency ofMailKitand nothing else uses it.System.IdentityModel.Tokens.Jwt: Nearest non-vulnerable/non-deprecated version is 7.7.1, but otherMicrosoft.IdentityModel.*packages are currently on the same version (5.7.0).System.ValueTuple: Dependency of multiple packages, no need to update directly.