Merge pull request #6704 from dotnet/rbhanda-patch-2

Update 6.0.0-rc.1.md with support and servicing details
This commit is contained in:
Rahul Bhandari 2021-09-16 14:30:54 -07:00 committed by GitHub
commit 32810d15be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 2 deletions

View file

@ -1,7 +1,5 @@
# .NET 6
> Note: .NET 6 is currently in `Preview` and is currently not supported.
[.NET 6](https://devblogs.microsoft.com/dotnet/announcing-net-6-rc1/) will be an [LTS release](../../release-policies.md) and will be supported for three years, from November 2021 to November 2024. It is [supported by Microsoft](../../microsoft-support.md) on [multiple operating systems](supported-os.md).
- [Downloads](https://dotnet.microsoft.com/download/dotnet/6.0) (also see [Releases](#releases))

View file

@ -36,6 +36,14 @@ You can check your .NET SDK version by running the following command. The exampl
$ dotnet --version
6.0.100-rc.1.21458.32
```
### .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.
.NET 6 RC1 will not be updated after it is released. You will need to update your environment to .NET 6 RC2 and .NET 6 GA for future improvements, including security updates.
### .NET Multi-Platform App UI (MAUI) Workload Downloads