Replies: 1 comment 6 replies
-
For those of you hosting your Oqtane sites in Microsoft Azure... You most likely installed a .NET 8 SDK patch version sometime in the past year using the Development Tools / Extensions to ensure that your Azure App Service was running the latest version of .NET 8. When you want to upgrade to Oqtane 6.0 on .NET 9 you will need to do 2 things:
Then Restart your App Service. If you do not follow these steps you will get a "HTTP Error 500.31 - Failed to load ASP.NET Core runtime" error when you browse to the site Once you have upgraded you will see "Runtime Stack: Dotnet - v9.0" on the main Overview page: And Oqtane reports in System Info |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The 6.0 release is a major release and represents the official migration from .NET 8 to .NET 9 which includes usability, security and performance improvements.
With the release of 6.0, Oqtane is fully transitioning its development efforts to .NET 9. And in alignment with our philosophy, there is a seamless and automated upgrade path from all prior Oqtane releases to the 6.0 release. In addition, Oqtane modules and themes that were created for prior versions will continue to function properly on 6.0 as the framework remains fully backward compatible.
To date, the open source project has recorded over 2685 pull requests from 57 contributors and has published 50 official releases, which ranks it among the most active open source projects within the .NET Foundation. The Oqtane framework continues to evolve at a rapid pace to meet the needs of the .NET community.
https://github.com/oqtane/oqtane.framework/releases/tag/v6.0.0
Beta Was this translation helpful? Give feedback.
All reactions