3 references to FormatVersionIsHigher
dotnet (1)
ToolPackage\ToolConfigurationDeserializer.cs (1)
108warnings.Add(CliStrings.FormatVersionIsHigher);
dotnet.Tests (1)
CommandTests\Tool\Install\ToolInstallGlobalOrToolPathCommandTests.cs (1)
259_reporter.Lines.First().Should().Be(CliStrings.FormatVersionIsHigher.Yellow());
Microsoft.DotNet.PackageInstall.Tests (1)
ToolConfigurationDeserializerTests.cs (1)
51toolConfiguration.Warnings.First().Should().Be(CliStrings.FormatVersionIsHigher);