简体   繁体   English

Microsoft .net core 2.0 Azure数据湖和Azure Active Directory

[英]Microsoft .net core 2.0 Azure Data Lake and Azure Active Directory

Anyone out there have a work around for including Microsoft.Rest.ClientRuntime.Azure.Authentication version v2.3.1 library with Active Directory in .Net Core 2.0 任何人都可以解决此问题,以在.Net Core 2.0中将Microsoft.Rest.ClientRuntime.Azure.Authentication版本v2.3.1库与Active Directory包括在内

There seems to be a version issue with the current Active Directory Library going back to version before version 14 当前的Active Directory库似乎回到版本14之前的版本,似乎存在版本问题。

If I understand correctly, you mean that the SDK Microsoft.IdentityModel.Clients.ActiveDirectory < 3.1.4 is conflicted with Microsoft.Rest.ClientRuntime.Azure.Authentication in your case. 如果我理解正确,则表示您的情况下,SDK Microsoft.IdentityModel.Clients.ActiveDirectory <3.1.4与Microsoft.Rest.ClientRuntime.Azure.Authentication冲突。

According to the Microsoft.IdentityModel.Clients.ActiveDirectory Dependencies, we could know that this SDK requires the sepicial version Microsoft.IdentityModel.Clients.ActiveDirectory ( = 3.13.9 ) in the standard platform. 根据Microsoft.IdentityModel.Clients.ActiveDirectory依赖关系,我们可以知道该SDK在标准平台中需要单独的版本Microsoft.IdentityModel.Clients.ActiveDirectory= 3.13.9 )。

So if there is a Microsoft.IdentityModel.Clients.ActiveDirectory ( not equals 3.13.9 ) then should be not compatible. 因此,如果存在Microsoft.IdentityModel.Clients.ActiveDirectory不等于3.13.9 ),则应该不兼容。 We could get that information from the Microsoft.Rest.ClientRuntime.Azure.Authentication . 我们可以从Microsoft.Rest.ClientRuntime.Azure.Authentication中获取该信息。

在此处输入图片说明

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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