make things work again

fix

Tests Passing

cleanup

fix

fix
This commit is contained in:
Bryan Thornbury 2016-03-03 15:31:04 -08:00
parent 42cc39252e
commit b813e2b849
14 changed files with 163 additions and 635 deletions

View file

@ -15,6 +15,8 @@ namespace Microsoft.DotNet.Cli.Utils
public NuGetFramework Framework { get; set; }
public string OutputPath { get; set; }
public string ProjectDirectory { get; set; }
public string Configuration { get; set; }