cake-contrib/Cake.Gulp

upgrade cake.Gulp to cake.core 0.26.0

Closed this issue · 0 comments

The current nuget available for Cake.Gulp is breaking after yesterday's Cake.Core upgrade to 0.26.0.
Getting the following error:

Error: The assembly 'Cake.Gulp, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null'
is referencing an older version of Cake.Core (0.22.0).
This assembly need to reference at least Cake.Core version 0.26.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)