* Fix #1478 - Razor.Design not getting replaced in templates
This commit is contained in:
parent
6f383a0f0f
commit
959b45f4e6
|
|
@ -95,6 +95,13 @@
|
|||
"replaces": "$(TemplateBlazorPackageVersion)",
|
||||
"defaultValue": "${TemplateBlazorVersion}"
|
||||
},
|
||||
"TemplateRazorDesignPackageVersionSymbol": {
|
||||
"type": "parameter",
|
||||
"datatype": "string",
|
||||
"description": "Specifies which version of the Razor.Design package to use.",
|
||||
"replaces": "$(TemplateRazorDesignPackageVersion)",
|
||||
"defaultValue": "${TemplateRazorDesignPackageVersion}"
|
||||
},
|
||||
"skipRestore": {
|
||||
"type": "parameter",
|
||||
"datatype": "bool",
|
||||
|
|
|
|||
|
|
@ -87,6 +87,13 @@
|
|||
"replaces": "$(TemplateBlazorPackageVersion)",
|
||||
"defaultValue": "${TemplateBlazorVersion}"
|
||||
},
|
||||
"TemplateRazorDesignPackageVersionSymbol": {
|
||||
"type": "parameter",
|
||||
"datatype": "string",
|
||||
"description": "Specifies which version of the Razor.Design package to use.",
|
||||
"replaces": "$(TemplateRazorDesignPackageVersion)",
|
||||
"defaultValue": "${TemplateRazorDesignPackageVersion}"
|
||||
},
|
||||
"skipRestore": {
|
||||
"type": "parameter",
|
||||
"datatype": "bool",
|
||||
|
|
|
|||
Loading…
Reference in New Issue