2 references to OutOfSupportMessage
dotnet (2)
Commands\Sdk\Check\RuntimeOutputWriter.cs (1)
39return string.Format(CliCommandStrings.OutOfSupportMessage, $"{runtime.Version.Major}.{runtime.Version.Minor}");
Commands\Sdk\Check\SdkOutputWriter.cs (1)
43return string.Format(CliCommandStrings.OutOfSupportMessage, $"{sdk.Version.Major}.{sdk.Version.Minor}");