For "hosted" template, run "dotnet restore" on solution after project creation

This commit is contained in:
Steve Sanderson 2018-02-27 22:39:48 +00:00
parent f14c72bd9d
commit 04a69ed618
1 changed files with 5 additions and 0 deletions

View File

@ -14,6 +14,11 @@
"identity": "Microsoft.Web.Blazor.Hosted.CSharp",
"name": "Blazor (hosted in ASP.NET server)",
"preferNameDirectory": true,
"primaryOutputs": [
{
"path": "BlazorHosted.sln"
}
],
"shortName": "blazorhosted",
"sourceName": "BlazorHosted",
"sources": [