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",
|
"identity": "Microsoft.Web.Blazor.Hosted.CSharp",
|
||||||
"name": "Blazor (hosted in ASP.NET server)",
|
"name": "Blazor (hosted in ASP.NET server)",
|
||||||
"preferNameDirectory": true,
|
"preferNameDirectory": true,
|
||||||
|
"primaryOutputs": [
|
||||||
|
{
|
||||||
|
"path": "BlazorHosted.sln"
|
||||||
|
}
|
||||||
|
],
|
||||||
"shortName": "blazorhosted",
|
"shortName": "blazorhosted",
|
||||||
"sourceName": "BlazorHosted",
|
"sourceName": "BlazorHosted",
|
||||||
"sources": [
|
"sources": [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue