Skip to content

Commit d184b97

Browse files
Update SDK (#43802)
1 parent 5eabf19 commit d184b97

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"sdk": {
3-
"version": "7.0.100-rc.2.22426.5"
3+
"version": "7.0.100-rc.2.22457.6"
44
},
55
"tools": {
6-
"dotnet": "7.0.100-rc.2.22426.5",
6+
"dotnet": "7.0.100-rc.2.22457.6",
77
"runtimes": {
88
"dotnet/x86": [
99
"$(MicrosoftNETCoreBrowserDebugHostTransportVersion)"

src/ProjectTemplates/Shared/TemplatePackageInstaller.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ private static async Task VerifyCannotFindTemplateAsync(ITestOutputHelper output
141141
{
142142
var proc = await RunDotNetNew(output, $"\"{templateName}\"");
143143

144-
if (!proc.Error.Contains("No templates found matching:"))
144+
if (!proc.Error.Contains("No templates or subcommands found matching:"))
145145
{
146146
throw new InvalidOperationException($"Failed to uninstall previous templates. The template '{templateName}' could still be found.");
147147
}

0 commit comments

Comments
 (0)