Update known-issues.md

This commit is contained in:
Rahul Bhandari 2021-09-27 11:28:14 -07:00 committed by GitHub
parent 49599b1575
commit cae5691ee9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,15 @@
You may encounter the following known issues, which may include workarounds, mitigations or expected resolution timeframes.
## .NET SDK
.NET 6.0 only works with Visual Studio 2022 version 17.0 or later and MSBuild 17.0 or later.
If you try to build using a lower version of MSBuild say 16.11 you will get:
`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)