2 references to ProjectNotCompatibleWithFrameworks
dotnet (1)
Commands\Reference\Add\ReferenceAddCommand.cs (1)
95sb.AppendLine(string.Format(CliStrings.ProjectNotCompatibleWithFrameworks, project.ProjectRootElement.FullPath));
dotnet.Tests (1)
CommandTests\Reference\Add\GivenDotnetAddReference.cs (1)
45static readonly string ProjectNotCompatibleErrorMessageRegEx = string.Format(CliStrings.ProjectNotCompatibleWithFrameworks, "[^`]*");