Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Rich Lander <rlander@microsoft.com>
  • Loading branch information
rbhanda and richlander authored Sep 27, 2021
1 parent cae5691 commit 822b987
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions release-notes/6.0/known-issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@ You may encounter the following known issues, which may include workarounds, mit

## .NET SDK

.NET 6.0 only works with Visual Studio 2022 version 17.0 or later and MSBuild 17.0 or later.
.NET 6 is supported with Visual Studio 2022 and MSBuild 17. It is not supported with Visual Studio 2019 and MSBuild 16.

If you try to build using a lower version of MSBuild say 16.11 you will get:
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`

We recommend to upgrade to MSBuild 17 in such cases.

### RC 1
#### 1. Optional workloads on Windows (arm64)
Expand Down
2 changes: 1 addition & 1 deletion release-notes/6.0/preview/6.0.0-rc.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 and MSBuild 17 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
Expand Down

0 comments on commit 822b987

Please sign in to comment.