dotnet-installer/TestAssets/TestProjects/ProjectJsonWebTemplate/Views/_ViewImports.cshtml
Piotr Puszkiewicz 02a19aff56 dotnet-new csproj templates (#4382)
Make csproj templates first-class in dotnet-new.
2016-10-14 00:06:35 -07:00

6 lines
234 B
Text

@using WebApplication
@using WebApplication.Models
@using WebApplication.Models.AccountViewModels
@using WebApplication.Models.ManageViewModels
@using Microsoft.AspNetCore.Identity
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers