Visual Studio Support
The table below describes the minimum required version of Visual Studio based on the target .NET Core SDK
version.
.NET CORE SDK | VISUAL STUDIO |
---|---|
5.0 | Visual Studio 2019 version 16.8 or higher. |
3.1 | Visual Studio 2019 version 16.4 or higher. |
3.0 | Visual Studio 2019 version 16.3 or higher. |
2.2 | Visual Studio 2017 version 15.9 or higher. |
2.1 | Visual Studio 2017 version 15.7 or higher. |
Dependencies and Requirements
To create .NET Core applications, you need to install the .NET Core SDK
. Follow the instructions from the official .NET Core documentation site.
For a full list of the .NET Core
requirements, see .NET Core dependencies and requirements.