-
Notifications
You must be signed in to change notification settings - Fork 50
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
.NET Core support #6
Comments
Hi, @francnuec 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?
The text was updated successfully, but these errors were encountered: