Could not load file or assembly 'netstandard, Version=2.0.0.0

I am referencing a project that targets .net standard 2.0, when I try to run the code on the meadow I get the following error:

Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly ‘netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51’ or one of its dependencies.
File name: ‘netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51’

did you ever find the solution to this problem? I am just getting started and get this error when I deploy and run the code.

Thanks