File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/ProjectTemplates/Shared Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"sdk" : {
3
- "version" : " 7.0.100-rc.2.22426.5 "
3
+ "version" : " 7.0.100-rc.2.22457.6 "
4
4
},
5
5
"tools" : {
6
- "dotnet" : " 7.0.100-rc.2.22426.5 " ,
6
+ "dotnet" : " 7.0.100-rc.2.22457.6 " ,
7
7
"runtimes" : {
8
8
"dotnet/x86" : [
9
9
" $(MicrosoftNETCoreBrowserDebugHostTransportVersion)"
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ private static async Task VerifyCannotFindTemplateAsync(ITestOutputHelper output
141
141
{
142
142
var proc = await RunDotNetNew ( output , $ "\" { templateName } \" ") ;
143
143
144
- if ( ! proc . Error . Contains ( "No templates found matching:" ) )
144
+ if ( ! proc . Error . Contains ( "No templates or subcommands found matching:" ) )
145
145
{
146
146
throw new InvalidOperationException ( $ "Failed to uninstall previous templates. The template '{ templateName } ' could still be found.") ;
147
147
}
You can’t perform that action at this time.
0 commit comments