Added Configuration to TestApplicationEnvironment
This commit is contained in:
parent
6afcadd66a
commit
fbd2c4a08e
|
|
@ -38,6 +38,14 @@ namespace Microsoft.AspNet.TestHost.Tests
|
|||
get { return Environment.CurrentDirectory; }
|
||||
}
|
||||
|
||||
public string Configuration
|
||||
{
|
||||
get
|
||||
{
|
||||
return "debug";
|
||||
}
|
||||
}
|
||||
|
||||
public FrameworkName TargetFramework
|
||||
{
|
||||
get { return new FrameworkName(".NETFramework", new Version(4, 5)); }
|
||||
|
|
|
|||
Loading…
Reference in New Issue