mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-24 10:40:23 +00:00
Merge pull request #23 from henkmollema/projectjson
Target dotnet TFM's for class libraries
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user