Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Link against Cake 0.22.0 or later #10

Closed
ecampidoglio opened this issue Oct 24, 2017 · 1 comment
Closed

Link against Cake 0.22.0 or later #10

ecampidoglio opened this issue Oct 24, 2017 · 1 comment
Assignees
Milestone

Comments

@ecampidoglio
Copy link
Member

ecampidoglio commented Oct 24, 2017

The addin is still referencing Cake 0.17.0, which generates this error when using with the latest version of Cake (0.23.0, at this time):

Error: The assembly 'Cake.Curl, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'
is referencing an older version of Cake.Core (0.17.0).
This assembly need to reference at least Cake.Core version 0.22.0.
Another option is to downgrade Cake to an earlier version.
It's not recommended, but you can explicitly opt-out of assembly verification
by configuring the Skip Verification setting to true
(i.e. command line parameter "--settings_skipverification=true",
environment variable "CAKE_SETTINGS_SKIPVERIFICATION=true",
read more about configuration at https://cakebuild.net/docs/fundamentals/configuration)

Cake.Curl needs to link against the newer version of Cake. Note that this means dropping support for net45 (see cake-build/cake@4fbb422).

@ecampidoglio ecampidoglio self-assigned this Oct 24, 2017
@ecampidoglio ecampidoglio added this to the 1.1.0 milestone Oct 24, 2017
ecampidoglio added a commit that referenced this issue Oct 24, 2017
@ecampidoglio
Copy link
Member Author

Resolved in 2.0.0. 🎉

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant