CommonBuildToolset / CBT.Modules

Modules for CBT
MIT License
9 stars 5 forks source link

Order packages in packages.config the same was as CoreXT #276

Closed jeffkl closed 5 years ago

jeffkl commented 5 years ago

If a user copy/pastes a list of packages from a corext.config, the properties are not generated the same. CoreXT sorts the packages so that the highest version of the package wins. We were respecting the order inside the packages.config but we don't really support multiple versions so the last declared package would win. This now sorts the packages so that the last one is the highest version which mirrors the functionality in CoreXT