Skip to content

Commit d82e861

Browse files
dougbuwtgodbeBrennanConroy
authored
[release/7.0] Move to an RTM SDK (#44233)
* [release/7.0] Move to an RTM SDK * Update global.json * Update global.json * Grab part of #43802 - `cherry-pick`ed from d184b97 Co-authored-by: William Godbe <wigodbe@microsoft.com> Co-authored-by: Brennan <brecon@microsoft.com>
1 parent 11c390d commit d82e861

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.1.22431.12"
3+
"version": "7.0.100-rtm.22478.12"
44
},
55
"tools": {
6-
"dotnet": "7.0.100-rc.1.22431.12",
6+
"dotnet": "7.0.100-rtm.22478.12",
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
@@ -139,7 +139,7 @@ private static async Task VerifyCannotFindTemplateAsync(ITestOutputHelper output
139139
{
140140
var proc = await RunDotNetNew(output, $"\"{templateName}\"");
141141

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

0 commit comments

Comments
 (0)