velddev / Cleverbot.Net

Asynchronous cleverbot.com wrapper for .NET
MIT License
5 stars 7 forks source link

Updte to work with dotnet core/netstandard 1.3 #5

Closed Cisien closed 7 years ago

Cisien commented 7 years ago

Other than targeting the new project system, the only code changes needed are to switch from WebClient to HttpClient, and to use GetTypeInfo() when looking up fields.

see https://github.com/Cisien/OniBot/commit/fee007424f

velddev commented 7 years ago

I'll look into it, I haven't worked with dotnet core yet.

SubZero0 commented 7 years ago

@velddev Solved with #6 since it's .NET Standard 1.1 now.

velddev commented 7 years ago

Yeah! i was about to mention this! Good job @SubZero0