Fix #1478 - Razor.Design not getting replaced in templates (#1479)

* Fix #1478 - Razor.Design not getting replaced in templates
This commit is contained in:
Ryan Nowak 2018-09-25 01:27:28 -07:00 committed by Steve Sanderson
parent 6f383a0f0f
commit 959b45f4e6
2 changed files with 14 additions and 0 deletions

View File

@ -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",

View File

@ -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",