Azure / azure-kusto-dotnet

Azure Data Explorer (Kusto) SDK for .NET
MIT License
6 stars 3 forks source link

[Microsoft.Azure.Kusto.Ingest/ Microsoft.Azure.Kusto.Data] Please upgrade Microsoft.Identity.Client to 4.61.3 #32

Open arsamigullin opened 3 weeks ago

arsamigullin commented 3 weeks ago

Both Microsoft.Azure.Kusto.Ingest and Microsoft.Azure.Kusto.Data of latest version (12.2.3) are referring to Microsoft.Identity.Client of 4.60.3 package. Our system is required to use Microsoft.Identity.Client of 4.61.3, so we are now getting package downgrade error

AsafMah commented 3 weeks ago

Is there a typo here perhaps? You wrote 4.60.3 twice

arsamigullin commented 3 weeks ago

Thank you just updated. So, I meant update to Microsoft.Identity.Client of 4.61.3

AsafMah commented 2 weeks ago

We will probably upgrade it in the next minor version.

As a temporary workaround, you can try adding 'NoWarn' as follows:

And then add a binding redirect in his application project App.config file, from range 0.0.0.0-4.61.3 to version 4.60.3.