简体   繁体   中英

Nuget package manager don't add any reference

I'm trying to Microsoft.Windows.Ocr from nuget package to my Project, it adds it, but there are no reference added.

I'm clueless of what the probleme is.

I'm using Visual Studio Community 2015

Probably, that's because your project is not UWP(Universal Windows Project).

You have to create from a project template named with (Universal Windows) .

Microsoft.Windows.Ocr package is UWP library so only runnable with UWP app. For this reason, your development environment would be Windows 10 also.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM