02a19aff56
Make csproj templates first-class in dotnet-new.
6 lines
234 B
Text
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
|