- From the Visual Studio menu, select File > New > Project.
- Under the Templates section of the New Project dialog box, select Visual C# > .NET Core.
- Select ASP.NET Core Web Application (.NET Core).
- Give your new application a name (or take the default) and Tap OK.
- Under ASP.NET Core Templates, select .NET Core.
- Deselect Host in the cloud as you'll be using Docker as your deployment solution.