During installation, the installer sets up Nuget feeds back to the project. This eliminates the copy-dependencies and copy-package tasks, buts requires read rights to the project directory.
Inside a .nupkg, the project is now located in the /project directory instead of /content to be compatible with VS.
Heavy refactoring of Nuget packages.
During installation, the installer sets up Nuget feeds back to the project. This eliminates the copy-dependencies and copy-package tasks, buts requires read rights to the project directory.
Inside a .nupkg, the project is now located in the /project directory instead of /content to be compatible with VS.
Binaries are located in /lib/net40.
Extension can be loaded as NuGet packages.