When you fork/clone the project from GitHub there are a number of packages that are not referenced in the BundlerMinifierVsix project.
I've included the missing ones (listed below) which means a simple NuGet Restore after an initial clone gets the project to buildable status much easier.
I've also migrated the BundlerMinifierVsix project to Package References which cleans up the project nicely by only showing the necessary packages rather than all their dependants as well. The migration was done via the option in Visual Studio 2017.
It looks like migrating to Package References caused a couple of issues with the appveyor build process, the two extra commits seem to sort out the issues.
When you fork/clone the project from GitHub there are a number of packages that are not referenced in the BundlerMinifierVsix project.
I've included the missing ones (listed below) which means a simple NuGet Restore after an initial clone gets the project to buildable status much easier.
I've also migrated the BundlerMinifierVsix project to Package References which cleans up the project nicely by only showing the necessary packages rather than all their dependants as well. The migration was done via the option in Visual Studio 2017.
I hope folks find this helpful.