.Net Core 1.1 with ADAL: The dependency NetStandard.Library >= 1.6.0 could not be resolved
问题 I'm trying to use ActiveDirectory client on my NetCore 1.1 project. Project restores fine, but doesn't build. When building I get an error The dependency NetStandard.Library >= 1.6.0 could not be resolved that points to Microsoft.IdentityModel.Clients.ActiveDirectory Why can't this dependency be satisfied? Library used to work before upgrading from NetCore 1.0.1 Here is my project.json (which contains lot's of extra stuff trying to resolve the problem): { "dependencies": { "Microsoft