Description
A paket pack command should create a nuget package that will enforce a certain minimum version (but not pinned) of a 3rd party dependency.
Repro steps
- Specify the 3rd party dependency with e.g. ~> 28.3 operator
- Do a paket pack without --lock-dependencies
Expected behavior
The resulting nuget package has a restriction to at e.g. >= 28.3.0 < 29.0.0
Actual behavior
The resulting package only specifies a restriction of ≥ 0.0.0
I did not remember to have this it with other constraint operators, maybe this is only happening with the twiddle wakka operator?
Description
A paket pack command should create a nuget package that will enforce a certain minimum version (but not pinned) of a 3rd party dependency.
Repro steps
Expected behavior
The resulting nuget package has a restriction to at e.g. >= 28.3.0 < 29.0.0
Actual behavior
The resulting package only specifies a restriction of ≥ 0.0.0
I did not remember to have this it with other constraint operators, maybe this is only happening with the twiddle wakka operator?