Skip to content

Commit 6807ab2

Browse files
committed
Disable removal of Web.Spa 6.0 templates
1 parent fbe1288 commit 6807ab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ProjectTemplates/Shared/TemplatePackageInstaller.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ internal static class TemplatePackageInstaller
3838
"Microsoft.DotNet.Web.Spa.ProjectTemplates.3.0",
3939
"Microsoft.DotNet.Web.Spa.ProjectTemplates.3.1",
4040
"Microsoft.DotNet.Web.Spa.ProjectTemplates.5.0",
41-
"Microsoft.DotNet.Web.Spa.ProjectTemplates.6.0",
41+
// "Microsoft.DotNet.Web.Spa.ProjectTemplates.6.0",
4242
"Microsoft.DotNet.Web.Spa.ProjectTemplates",
4343
"Microsoft.AspNetCore.Blazor.Templates",
4444
};

0 commit comments

Comments
 (0)