SharpeRAD/Cake.Services

Warning about older version of Cake.Core (0.29.0)

Opened this issue · 0 comments

I added this to the top of my build.cake:
#addin "Cake.Services"

Now I get a warning:

The assembly 'Cake.Services, Version=0.3.5.0, Culture=neutral, PublicKeyToken=null'
is referencing an older version of Cake.Core (0.29.0).
For best compatibility it should target Cake.Core version 0.33.0.

Am I doing something wrong?