When I'm using dotnet pack to create nuget packages, it creates package dependencies for project references.
It seems to always create these with the constraint being "greater than or equal to the current project version"
Is there any way to control the version constraint that dotnet pack produces?
I'm using VS2017 and csproj files for netstandard1.6;net461 projects.