When I use the dotnet package to create nuget packages, it creates package dependencies for project references.
It seems that they always create them with a constraint that is "greater than or equal to the current version of the project"
Is there a way to control the version limit that the dotnet package creates?
I am using VS2017 and csproj files for netstandard1.6 projects; net461.
source
share