Fixup default value for TemplateBlazorPackageVersion in server-side template

This commit is contained in:
Daniel Roth 2018-07-23 23:10:14 -07:00
parent 214598e579
commit 79c60c91af
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@
"datatype": "string", "datatype": "string",
"description": "Specifies which version of Blazor packages to use.", "description": "Specifies which version of Blazor packages to use.",
"replaces": "$(TemplateBlazorPackageVersion)", "replaces": "$(TemplateBlazorPackageVersion)",
"defaultValue": "0.5.0-preview1-t000" "defaultValue": "${TemplateBlazorVersion}"
}, },
"skipRestore": { "skipRestore": {
"type": "parameter", "type": "parameter",