microsoft / Cognitive-Face-Windows

Windows SDK for the Microsoft Face API, part of Cognitive Services
https://www.microsoft.com/cognitive-services/en-us/face-api
Other
177 stars 161 forks source link

Target .net standard 1.1 #43

Open danzel opened 6 years ago

danzel commented 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

danzel commented 6 years ago

This should also fix #25 AFAIK

ondravondra commented 6 years ago

Is there estimation when this will be merged and available on nuget?