.NET: specify constraints for NuGet package versions
A typical reference to a NuGet package in your project might look like In the above example, we can see that we reference a package Newtonsoft.Json in a specific version, 11.0.1. We don’t specify any constraints for a person or a tool that would like to update the version in reference. Now, let’s take a … Read more