delegateas/Daxif

Automatically update nuget packages to latest version on each release

Closed this issue · 0 comments

Is your feature request related to a problem? Please describe.
We do not remember to update the CrmSdk assemblies when releasing DAXIF (as of this writing the DLLs are approximately 1 year old).

Describe the solution you'd like
I propose automatically updating the nuget packages to the newest version on each release.
As far as I can see, we are currently using the old packages.config, which does not support automatically downloading the highest available version. This would thus be a good time to migrate to PackageReference which does support floating versions.

It should be easy to migrate to PackageReference, but I get an message that "Project is not eligible for migration" when trying to do so. Since I do not have time to fix this now, I am creating this issue to remember to do this at some point in the future :)