File tree 1 file changed +2
-2
lines changed
src/ProjectTemplates/Shared
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ internal static class TemplatePackageInstaller
38
38
"Microsoft.DotNet.Web.Spa.ProjectTemplates.3.0" ,
39
39
"Microsoft.DotNet.Web.Spa.ProjectTemplates.3.1" ,
40
40
"Microsoft.DotNet.Web.Spa.ProjectTemplates.5.0" ,
41
- // "Microsoft.DotNet.Web.Spa.ProjectTemplates.6.0",
41
+ "Microsoft.DotNet.Web.Spa.ProjectTemplates.6.0" ,
42
42
"Microsoft.DotNet.Web.Spa.ProjectTemplates" ,
43
43
"Microsoft.AspNetCore.Blazor.Templates" ,
44
44
} ;
@@ -177,7 +177,7 @@ private static async Task VerifyCannotFindTemplateAsync(ITestOutputHelper output
177
177
{
178
178
var proc = await RunDotNetNew ( output , $ "\" { templateName } \" ") ;
179
179
180
- if ( ! proc . Output . Contains ( "Couldn't find an installed template that matches the input, searching online for one that does... " ) )
180
+ if ( ! proc . Output . Contains ( "No templates found matching: " ) )
181
181
{
182
182
throw new InvalidOperationException ( $ "Failed to uninstall previous templates. The template '{ templateName } ' could still be found.") ;
183
183
}
You can’t perform that action at this time.
0 commit comments