PR Feedback and nearly full test coverage for resolvers

fix

resolve rebase issues
This commit is contained in:
Bryan Thornbury 2016-03-07 11:50:52 -08:00
parent b813e2b849
commit 9f58651b6c
21 changed files with 726 additions and 97 deletions

View file

@ -22,7 +22,5 @@ namespace Microsoft.DotNet.Cli.Utils
public string Configuration { get; set; }
public IEnumerable<string> InferredExtensions { get; set; }
public IEnvironmentProvider Environment { get; set; }
}
}