Bump dependencies#6350
Conversation
|
Comparing this upgrade package with the 10.0.0 RC1 package, this adds Similarly, there are a number of DLLs which are included in the
There's also Ultimately, this all points to the need to have a more robust upgrade process, but that'll have to be tackled separately. |
168cda3 to
ac42050
Compare
|
I was able to run an upgrade from a totally clean DNN 9.13.7 to this build without any major failures. |
|
I've also tested import/export, sending email via MailKit, and JWT auth. I've also started a Google SMTP OAuth flow and that looks right, but I've never been able to get the full connection working there. |
Is removing these packaged assemblies from the install & upgrade package just as simple as adding them to the |
ac42050 to
20d3462
Compare
|
I've pushed a new commit which should remove those conflicting DLLs from the install and upgrade packages, allowing us to also upgrade Microsoft.Bcl.AsyncInterfaces to the latest. |
20d3462 to
019213a
Compare
I think so |
I've done that |
2f1a60f to
c255ae1
Compare
- Microsoft.Bcl.AsyncInterfaces - Microsoft.Bcl.Memory - Microsoft.Bcl.TimeProvider - System.Formats.Asn1 - System.Diagnostics.DiagnosticSource - System.IO.Pipelines - System.Text.Encodings.Web - System.Text.Json
Also Microsoft.Identity.Client from 4.67.2 to 4.68.0
586e076 to
59197ac
Compare
59197ac to
955586e
Compare
Include downgrade of MailKit from 4.10.0 to 4.8.0
|
@valadas I had to downgrade both Microsoft.Bcl.AsyncInterfaces and System.Threading.Tasks.Extensions (and all packages that depend on them), but now I get both a successful install and upgrade. |
|
Awesome, install worked fine for me but then after upgrading from 9.13.7 to this one, I always get redirected to the now missing UpgradeWizard.aspx after the upgrade is finished. It appears the database Versions table did not receive a new row after the upgrade. I should have cleared my logs between the v9 install and the upgrade, but I think this could potentially be the relevant part: |
|
Could there have been database connectivity issues which would be why that stored procedure wasn't found? I was able to upgrade from 9.13.7 (with Telerik & FAQ module) without any issue… |
david-poindexter
left a comment
There was a problem hiding this comment.
I am good with this in principal - we can always address any potential fallout in another RC (if necessary). Thank you @bdukes 🎉

Summary
Try #6330 again.
I removed the bump of Microsoft.Bcl.AsynInterfaces