Open danzel opened 6 years ago
Change the ClientLibrary to target .net standard 1.1 so it can be used in .net core projects as well as .net framework projects.
Currently we link in the one file from Cognitive-Common-Windows that is required. Once https://github.com/Microsoft/Cognitive-Common-Windows/pull/10 is merged and on nuget we can use that nuget package again.
Fixes #39
This should also fix #25 AFAIK
Is there estimation when this will be merged and available on nuget?
Change the ClientLibrary to target .net standard 1.1 so it can be used in .net core projects as well as .net framework projects.
Currently we link in the one file from Cognitive-Common-Windows that is required. Once https://github.com/Microsoft/Cognitive-Common-Windows/pull/10 is merged and on nuget we can use that nuget package again.
Fixes #39