Reacting to CoreCLR package changes

This commit is contained in:
Pranav K 2016-03-20 20:17:19 -07:00
parent 0852883133
commit 3af7a96c78
2 changed files with 4 additions and 5 deletions

View File

@ -124,7 +124,7 @@ namespace Microsoft.AspNetCore.Server.Testing
var environment =
#if NET451
startInfo.EnvironmentVariables;
#elif NETSTANDARDAPP1_5
#else
startInfo.Environment;
#endif
@ -139,7 +139,7 @@ namespace Microsoft.AspNetCore.Server.Testing
#if NET451
protected void SetEnvironmentVariable(System.Collections.Specialized.StringDictionary environment, string name, string value)
{
#elif NETSTANDARDAPP1_5
#else
protected void SetEnvironmentVariable(System.Collections.Generic.IDictionary<string, string> environment, string name, string value)
{
#endif

View File

@ -20,8 +20,7 @@
"Microsoft.Extensions.Process.Sources": {
"type": "build",
"version": "1.0.0-*"
},
"Microsoft.NETCore.Platforms": "1.0.1-*"
}
},
"frameworks": {
"net451": {
@ -33,7 +32,7 @@
"System.Runtime": { "type": "build" }
}
},
"netstandardapp1.5": {
"netstandard1.3": {
"dependencies": {
"System.Diagnostics.Process": "4.1.0-*",
"System.IO.FileSystem": "4.0.1-*",