add support for type: platform

also some refactoring of DependencyContext to properly handle
placeholders in 'runtimeTargets'.
This commit is contained in:
Andrew Stanton-Nurse 2016-03-17 11:56:57 -07:00
parent 39584c5612
commit 43512b8973
60 changed files with 870 additions and 572 deletions

View file

@ -12,7 +12,7 @@ namespace Microsoft.DotNet.Cli.Build.Framework
{
if (platforms == null)
{
throw new ArgumentNullException("platforms");
throw new ArgumentNullException(nameof(platforms));
}
_buildPlatforms = platforms;