I have a custom command-project for asp.net 5, such as the entity framework commands.
When port all projects to aspnetcore rc2, try to replace "commands" section of project.json to "tools", but when run cucstom tool in "dotnet-" get "Unhandled Exception: System.IO.DirectoryNotFoundException: Could not find a part of the path '...nuget\packages.tools\MyProject.Tools'."
what am I doing wrong?
Update: I create nuget pkg, local storage for my pkg and install my "tools project" to my solution via nuget. Now my tools work fine. But is there an easier way?