For "hosted" template, run "dotnet restore" on solution after project creation
This commit is contained in:
parent
f14c72bd9d
commit
04a69ed618
|
|
@ -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": [
|
||||
|
|
|
|||
Loading…
Reference in New Issue