Rebase cleanup

This commit is contained in:
Louis DeJardin 2014-08-15 16:08:47 -07:00
parent c720364d0e
commit 70972fb7a1
1 changed files with 2 additions and 10 deletions

View File

@ -26,20 +26,12 @@ namespace Microsoft.AspNet.TestHost
public string Configuration
{
get
{
return "debug";
}
get { return "Test"; }
}
public FrameworkName TargetFramework
{
get { return new FrameworkName(".NETFramework", new Version(4, 5)); }
}
public string Configuration
{
get { return "Test"; }
}
}
}