We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Flurl.* versions the project refers to are unlisted.
openstack.net/paket.dependencies
Line 4 in c338e6b
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
paket update
rebuild,
fix possible incompatibility errors with Flurl versions (likely trivial?)
commit, push, tag, and publish nuget.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 update
and
rebuild,
fix possible incompatibility errors with Flurl versions (likely trivial?)
commit, push, tag, and publish nuget.
The text was updated successfully, but these errors were encountered: