I'm trying to run a script with Docker tasks on MacOS. I'm getting several errors like the following:
(2555,31): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'.
Hi
I'm trying to run a script with Docker tasks on
MacOS
. I'm getting several errors like the following:My script uses the following addins:
My
packages.config
explicitely references Cake0.26.0
.I'm running cake through a standard
./build.sh
script.