CommunityToolkit / CommunityToolkit/WindowsCommunityToolkit-wiki
Quick Start guide missing .NET 5 / fails to find SDKs
- Dominant language
- No language data
- Stars
- 8
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
## Describe the issue
Missing .NET 5 SDK / alternate installation details for Quick Start setup on a fresh machine.
---
On a fresh Windows 11 machine with a new installation of Visual Studio 2022, after following the [Quick Start](https://github.com/CommunityToolkit/WindowsCommunityToolkit/wiki/Quick-Start) guide:
- Project may still fail to build, citing a missing SDKs for .NET Core 2.1 / .NET Framework 4.2.6
- Unit test will fail to run, citing that 'Microsoft.NETCore.App', version '5.0.0' is missing.
## Expected behavior
To work around these issues, the user must
- Install .NET 5, .NET Core 2.1 and .NET Framework 4.2.6 from the Visual Studio Installer, under "individual components".
This information should be mentioned in the quick start guide.
## Additional context
n/a
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.