-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
documentation 📃Improvements or additions to documentationImprovements or additions to documentationgood first issue 👌Good for newcomersGood for newcomers
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 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
michael-hawker
Metadata
Metadata
Assignees
Labels
documentation 📃Improvements or additions to documentationImprovements or additions to documentationgood first issue 👌Good for newcomersGood for newcomers