We are looking to use ranges as dependencies. If when we upload we select a range of 1.0.1 or newer how can we update it if the end range now has a cap.
For example, product A version 1.0.0 works with all versions of product B after 1.1.0. We then release product A version 2.0.0 and it works with all version of product B after 2.0.0, but Product A does not work with product B 1.1.0. We now need to add an end range on the dependency of product B to be 1.1.0 thru 1.9.0.
I did see a previous discussion, but I don't think our use case was addressed Update Dependencies for older version of NuGet package in ProGet