Open francnuec opened 8 years ago
Hi, @francnuec I think yes, but first I have to check our library works on .NET Core... So I will try to check it in the nearest time.
Thanks.
Also very interested in this.
Same here
Hi Guys
I've added experimental support for the .NET Core, but into the dev branch https://github.com/api-ai/api-ai-net/tree/dev. Please take a look at the ApiAiSDK.NETCore folder.
You could build it with Visual Studio 2015 or with command line tool:
cd ApiAiSDK.NETCore
dotnet restore
dotnet build
But sorry, it could be rather unstable now. Any suggestions are welcome.
Thanks!
I think it should be easy to support .net core since from nuget, the only dependency for this library seems to be Json.Net, which also available in .net core.
Can you please make that happen?