-
-
Notifications
You must be signed in to change notification settings - Fork 741
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cake running on Mono can't load netstandard 2.0 assembly #2063
Comments
- Adds integration test for loading netstandard2 addin.
- Adds netstandard 2.0.0.0 to default assemblies in ScriptConventions - Fixes cake-build#2063
- Adds netstandard 2.0.0.0 to default assemblies in ScriptConventions - Fixes cake-build#2063
- Adds integration test for loading netstandard2 addin.
- Adds netstandard 2.0.0.0 to default assemblies in ScriptConventions - Fixes cake-build#2063
I am hitting what I beleive is this same issue at the moment, after updating cake to 0.26.1 which I had hoped might fix it: https://travis-ci.org/GitTools/GitVersion/jobs/362700883#L1944 |
Which version of mono is used? .NET Standard support was introduced first as preview in like 5.2 and stable in 5.4. |
In the travis.yml file is:
Should I specify something else? |
Will try specifying |
Travis doesn't seem to recognise |
@dazinator I've submitted a suggestion on your Stackoverflow question. |
Currently getting
You must add a reference to assembly 'netstandard, Version=2.0.0.0
Minimal repro:
Gives:
The text was updated successfully, but these errors were encountered: