Bump NuGet dependencies - #7498
Conversation
298e1c3 to
50d05f2
Compare
- AngleSharp from 1.5.2 to 1.7.2 - AngleSharp.Css from 1.0.0-beta.224 to 1.0.2 - HtmlSanitizer from 9.1.968-beta to 9.2.1039
- NUnit from 4.5.0 to 4.6.1 - NUnit.Analyzers from 4.11.2 to 4.14.0 - NUnit3TestAdapter from 6.1.0 to 6.3.0 - Microsoft.NET.Test.Sdk from 18.0.1 to 18.9.0 - Verify.NUnit from 31.13.2 to 32.0.0 - coverlet.collector from 8.0.0 to 10.0.1
- MailKit from 4.16.0 to 4.17.0 - MimeKit from 4.16.0 to 4.17.0 - BouncyCastle.Cryptography from 2.6.2 to 2.7.0
ea8e9e6 to
87cc37d
Compare
Referencing DotNetNuke.Instrumentation as net48 was causing problems Platform/DotNetNuke.ContentSecurityPolicy/DotNetNuke.ContentSecurityPolicy.csproj Platform/DotNetNuke.DependencyInjection/DotNetNuke.DependencyInjection.csproj Platform/DotNetNuke.Web.Client.ResourceManager/DotNetNuke.Web.Client.ResourceManager.csproj
87cc37d to
57eb8a8
Compare
57eb8a8 to
f6777d3
Compare
|
Hmm… built successfully via GitHub Actions, still failed on Azure Pipelines |
|
Soo, is this when we disconnect azure ;) |
|
I've successfully installed the artifact from the GitHub Actions build and done an upgrade from 10.3.3 after installing 2sxc. I'd be good with removing the connection to Azure Pipelines. |
|
After this is merged, the following NuGet packages are still behind their latest version: Spectre
Spectre is used by Cake, and also used by the Bulk Install Deploy Client. A version bump does require code changes in the Deploy Client. I've had issues with the version of Spectre cause problems running Cake, even when I'm trying to configure things so that the Deploy Client shouldn't affect the Cake version. Cake
The Cake.Issues bump from 5.x to 6.x does require code changes and bringing in additional NuGet packages. The other libraries can be bumped without code changes, but any time I touch Cake things, I get conflicts with Spectre. Bumping Cake.Frosting from 6.1.0 to 6.2.0 also bumps Spectre.Console. XUnit
Bulk Install uses XUnit, while the rest of the project uses NUnit. I have a PR which migrates from XUnit to NUnit, so I did not bother dealing with this major version bump. FWIW, I believe the XUnit tests are not currently being run in CI, so that's another benefit of the switch. QuickIO
QuickIO 3.x supports .NET 7+, so we are stuck on 2.x (2.6.2 is the latest 2.x version). |
2294388 to
f6777d3
Compare
donker
left a comment
There was a problem hiding this comment.
I've managed to build in VS locally and I've managed to build and deploy packages with this. So green light from me.
c5fc79a
Summary
This PR bumps NuGet dependencies. There are more to bump, but my local environment is not happy with me and I can't see what's working and what's not, so I'll need to do some experimentation via this branch.