We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 970dc6c commit b86e9f9Copy full SHA for b86e9f9
templates/package-builder/src/build/build.ts
@@ -154,7 +154,7 @@ function buildDotNetNewNuGetPackage(packageId: string) {
154
classifications: ['Web', 'MVC', 'SPA'],
155
groupIdentity: `${packageId}.${templateConfig.dotNetNewId}`,
156
identity: `${packageId}.${templateConfig.dotNetNewId}.CSharp`,
157
- name: `MVC ASP.NET Core with ${templateConfig.displayName}`,
+ name: `ASP.NET Core with ${templateConfig.displayName}`,
158
preferNameDirectory: true,
159
primaryOutputs: [{ path: `${sourceProjectName}.csproj` }],
160
shortName: `${templateConfig.dotNetNewId.toLowerCase()}`,
0 commit comments