2 references to CannotSpecifyBothRuntimeAndOsOptions
dotnet (1)
CommonOptions.cs (1)
425
throw new GracefulException(CliStrings.
CannotSpecifyBothRuntimeAndOsOptions
);
dotnet.Tests (1)
CommandTests\MSBuild\GivenDotnetOsArchOptions.cs (1)
96
exceptionThrown.Message.Should().Be(CliStrings.
CannotSpecifyBothRuntimeAndOsOptions
);