Fixup default value for TemplateBlazorPackageVersion in server-side template
This commit is contained in:
parent
214598e579
commit
79c60c91af
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue