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

VS and MSBuild support update for .NET 6
This commit is contained in:
Rahul Bhandari 2021-09-27 12:59:07 -07:00 committed by GitHub
commit 2cc71ca710
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 deletions

View file

@ -3,6 +3,14 @@
You may encounter the following known issues, which may include workarounds, mitigations or expected resolution timeframes.
## .NET SDK
.NET 6 is supported with Visual Studio 2022 and MSBuild 17. It is not supported with Visual Studio 2019 and MSBuild 16.
If you build .NET 6 projects with MSBuild 16.11, for example, you will see the following error:
`warning NETSDK1182: Targeting .NET 6.0 in Visual Studio 2019 is not supported`
### RC 1
#### 1. Optional workloads on Windows (arm64)

View file

@ -92,7 +92,7 @@ The following repos have been updated.
## Visual Studio Compatibility
You need [Visual Studio 2022 version 17.0](https://visualstudio.microsoft.com) or later to use .NET 6.0 on Windows.
Visual Studio users must use [Visual Studio 2022](https://visualstudio.microsoft.com) and MSBuild 17 to use .NET 6. Visual Studio 2019 and MSBuild 16 are not supported with .NET 6.
## Feedback