mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-22 17:47:53 +00:00
Change template description to be consistent with others in 2.0
This commit is contained in:
@@ -154,7 +154,7 @@ function buildDotNetNewNuGetPackage(packageId: string) {
|
||||
classifications: ['Web', 'MVC', 'SPA'],
|
||||
groupIdentity: `${packageId}.${templateConfig.dotNetNewId}`,
|
||||
identity: `${packageId}.${templateConfig.dotNetNewId}.CSharp`,
|
||||
name: `MVC ASP.NET Core with ${templateConfig.displayName}`,
|
||||
name: `ASP.NET Core with ${templateConfig.displayName}`,
|
||||
preferNameDirectory: true,
|
||||
primaryOutputs: [{ path: `${sourceProjectName}.csproj` }],
|
||||
shortName: `${templateConfig.dotNetNewId.toLowerCase()}`,
|
||||
|
||||
Reference in New Issue
Block a user