Merge pull request #23 from henkmollema/projectjson

Target dotnet TFM's for class libraries
This commit is contained in:
Steve Sanderson
2015-12-14 13:58:14 +00:00
8 changed files with 79 additions and 57 deletions

View File

@@ -66,7 +66,7 @@ namespace Microsoft.AspNet.NodeServices {
}
var nodePathValue = existingNodePath + Path.Combine(this._projectPath, "node_modules");
#if DNX451
#if NET451
startInfo.EnvironmentVariables.Add("NODE_PATH", nodePathValue);
#else
startInfo.Environment.Add("NODE_PATH", nodePathValue);