Apply suggestions from code review

Co-authored-by: Rich Lander <rlander@microsoft.com>
This commit is contained in:
Rahul Bhandari 2021-09-16 09:29:07 -07:00 committed by GitHub
parent a432ab4e82
commit 021d77c213
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,8 +39,10 @@ $ dotnet --version
### .NET 6.0 RC1 Support and Servicing
.NET 6 RC1 is supported for use in production, which means you can build an app using .NET 6 RC1, deploy this app to a production environment, and expect the level of support and servicing you would normally get for a stable (non-preview) release such as .NET 5. We will continue to support RC1 for 30 days after RC2 ships and support RC2 for 30 days after .NET 6 GA ships.
You can contact the team directly at dotnet@microsoft.com if you run into challenges in your production environment.
Any bug fixes including security fixes for RC1 and beyond will be handled similar to any other shipped product version like .NET 5.0. These servicing fixes will be made available as a monthly rollup in the next successive RC or GA release i.e. fixes for RC1 will be rolled up into RC2, and fixes for RC2 will be rolled up into .NET 6.0 GA.
.NET 6 RC1 will not be updated after it is released. You will need to update your environment to .NET 6 RC2 and the final .NET 6 stable release for future improvements, including security updates.
### .NET Multi-Platform App UI (MAUI) Workload Downloads