dazinator/NetPack

Update NodeServices package

Closed this issue · 0 comments

Update NodeServices package to latest version.

As per: aspnet/JavaScriptServices#904 support for asp.net core 1.0.0 was dropped. So this also implies updating of solution to support .netstandard

Also change NetPack to use a non-shared INodeServices instance. Probably best to create an INetPackNodeServices interface to pass around instead, and wrap the INodeServices - as this will aid extensibility in future.