I am trying to publish a .NET Core 1.0 web application (.NET Framework) and getting the error "No executable found matching command "dotnet-bundle"". I know the problem is with "prepublish": [ "bower install", "dotnet bundle" ] in project.json. This seems to be related to BundlerMinifier.Core":"2.0.238", but when I try to install it, I get the error Package BundlerMinifier.Core 2.0.238 is not compatible with net461. What can I do to resolve this?
↧