Open
Description
Some projects might want to always build with the latest version of a nuget package. This needs to be researched and documented.
- it looks like nuget has an option to do that (mentioned in NuGet 2.8 Release Notes)
- another option might be to use the alternative package manager
Paket
IMO doing it directly with nuget would be the preferred way because of the integration in the IDEs and tools, which makes it easier to use and less maintenance with new versions.