Skip to content
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

Cannot use with AWS Lambda functions (netcore 1.0 apps) #199

Open
jake-householder opened this issue Oct 24, 2017 · 0 comments
Open

Cannot use with AWS Lambda functions (netcore 1.0 apps) #199

jake-householder opened this issue Oct 24, 2017 · 0 comments

Comments

@jake-householder
Copy link

AWS Lambda targets NetCore 1.0 (NetStandard 1.6.0), but Mandrill-dotnet says it depends on NetStandard >= 1.6.1. So even though you say you support NetCore, it really only supports 1.1+ because adding this package to a lambda function will not be allowed to publish to AWS Lambda.

following output on attempt to publish:
...

Error: Project is referencing NETStandard.Library version 1.6.1. Max version supported by netcoreapp1.0 is 1.6.0.
Error: NETStandard.Library 1.6.1 is used for target framework netcoreapp1.1.

Listed dependencies on most versions of Mandrill-dotnet package: NETStandard.Library (>= 1.6.1)

I can hackily change the package.json to 1.6.0 after importing the mandrill package and it seems to work, but this is not really supported.

Is there a reason for targeting NetStandard 1.6.1 instead of 1.6.0? It seems like this should be changed or the doc should be updated to say you support NetCore 1.1+ but not 1.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant