The Flurl.* versions the project refers to are unlisted.
|
nuget Flurl.Http.Signed ~> 0.7.0 |
(current master) refers to
nuget Flurl.Http.Signed ~> 0.7.0
nuget Flurl.Signed ~> 1.0.10
Which means practically Flurl.Http.Signed [0.7.0,1.0.0) and Flurl.Signed [1.0.10,1.1.0)
Suggestion:
-
could you modify these deps to be to more recent, supported, non-unlisted versions
nuget Flurl.Http.Signed ~> 2.8.0
nuget Flurl.Signed ~> 2.3.2
-
then do
paket update
and
-
rebuild,
-
fix possible incompatibility errors with Flurl versions (likely trivial?)
-
commit, push, tag, and publish nuget.
The Flurl.* versions the project refers to are unlisted.
openstack.net/paket.dependencies
Line 4 in c338e6b
nuget Flurl.Http.Signed ~> 0.7.0
nuget Flurl.Signed ~> 1.0.10
Which means practically Flurl.Http.Signed [0.7.0,1.0.0) and Flurl.Signed [1.0.10,1.1.0)
Suggestion:
could you modify these deps to be to more recent, supported, non-unlisted versions
nuget Flurl.Http.Signed ~> 2.8.0
nuget Flurl.Signed ~> 2.3.2
then do
paket updateand
rebuild,
fix possible incompatibility errors with Flurl versions (likely trivial?)
commit, push, tag, and publish nuget.