madskristensen / BundlerMinifier

Visual Studio extension
Other
616 stars 173 forks source link

Include required packages from NuGet and migrate to PackageReferences. #548

Closed aderrose closed 3 years ago

aderrose commented 3 years ago

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.

aderrose commented 3 years ago

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.