Fixup default value for TemplateBlazorPackageVersion in server-side template
This commit is contained in:
parent
214598e579
commit
79c60c91af
|
|
@ -85,7 +85,7 @@
|
|||
"datatype": "string",
|
||||
"description": "Specifies which version of Blazor packages to use.",
|
||||
"replaces": "$(TemplateBlazorPackageVersion)",
|
||||
"defaultValue": "0.5.0-preview1-t000"
|
||||
"defaultValue": "${TemplateBlazorVersion}"
|
||||
},
|
||||
"skipRestore": {
|
||||
"type": "parameter",
|
||||
|
|
|
|||
Loading…
Reference in New Issue