@@ -134,7 +134,7 @@ function buildDotNetNewNuGetPackage() {
134
134
135
135
fs . writeFileSync ( path . join ( templateConfigDir , 'template.json' ) , JSON . stringify ( {
136
136
author : 'Microsoft' ,
137
- classifications : [ " Web" , " MVC" , " SPA" ] ,
137
+ classifications : [ ' Web' , ' MVC' , ' SPA' ] ,
138
138
groupIdentity : `Microsoft.AspNetCore.SpaTemplates.${ templateConfig . dotNetNewId } ` ,
139
139
identity : `Microsoft.AspNetCore.SpaTemplates.${ templateConfig . dotNetNewId } .CSharp` ,
140
140
name : `MVC ASP.NET Core with ${ templateConfig . displayName } ` ,
@@ -154,16 +154,16 @@ function buildDotNetNewNuGetPackage() {
154
154
replaces : 'sdkVersionInjectedHere'
155
155
} ,
156
156
Framework : {
157
- type : " parameter" ,
158
- description : " The target framework for the project." ,
159
- datatype : " choice" ,
157
+ type : ' parameter' ,
158
+ description : ' The target framework for the project.' ,
159
+ datatype : ' choice' ,
160
160
choices : [
161
161
{
162
- choice : " netcoreapp1.1" ,
163
- description : " Target netcoreapp1.1"
162
+ choice : ' netcoreapp1.1' ,
163
+ description : ' Target netcoreapp1.1'
164
164
}
165
165
] ,
166
- defaultValue : " netcoreapp1.1"
166
+ defaultValue : ' netcoreapp1.1'
167
167
}
168
168
} ,
169
169
tags : { language : 'C#' , type : 'project' } ,
0 commit comments