You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2019/02/18 22:36:04 UTC

[GitHub] shawnallen85 commented on issue #7: Can't send messages to kafka

shawnallen85 commented on issue #7: Can't send messages to kafka
URL: https://github.com/apache/incubator-openwhisk-runtime-dotnet/issues/7#issuecomment-464907228
 
 
   @Sshnyari The runtime itself is built on top of the microsoft/dotnet:2.2-runtime-alpine image. From what I could tell, the library you're using is compatible with .NETStandard 1.3, which means it should work with the .NET Core 2.2 runtime, you should just need to include all of the required libraries/references when building the zip file that is deployed. I believe running dotnet publish will do that for you.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services