Skip to content

Files

Latest commit

 

History

History
21 lines (18 loc) · 667 Bytes

create-aspnet5-app.md

File metadata and controls

21 lines (18 loc) · 667 Bytes
title description services author ms.service ms.author ms.topic ms.date ms.custom
include file
include file
container-registry
mlearned
container-registry
mlearned
include
05/21/2018
include file
  1. From the Visual Studio menu, select File > New > Project.
  2. Under the Templates section of the New Project dialog box, select Visual C# > Web.
  3. Select ASP.NET Core Web Application.
  4. Give your new application a name (or take the default) and select OK.
  5. Select Web Application.
  6. Check the Enable Docker Support checkbox.
  7. Select the type of container you want (Windows or Linux) and click OK.