-
Notifications
You must be signed in to change notification settings - Fork 318
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade SA to 8LTS #732
Upgrade SA to 8LTS #732
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
line 505 and 517
az webapp create -g $ResourceGroupForDeployment -p $WebAppNameService -n $WebAppNameAdmin --runtime dotnet:6 --output $azCliOutput
update to dotnet:8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cc @msalemcode
Moving to PR #749 |
Description
This PR updates the SaaS Accelerator project to use .NET 8 LTS. This upgrade ensures that the project benefits from the latest features, performance improvements, and security updates provided by .NET 8 LTS.
Changes Made
Project File Updates:
net8.0
.Package Updates:
Code Adjustments:
Configuration Updates:
appsettings.json
andappsettings.test.json
, to align with .NET 8 LTS best practices.Impact
Testing
Conclusion
This PR upgrades the SaaS Accelerator to .NET 8 LTS, bringing in the latest improvements and ensuring long-term support. The update includes necessary code adjustments, package updates, and configuration changes to maintain compatibility and leverage the benefits of .NET 8 LTS.