Azure / azure-functions-vs-build-sdk

MSBuild task for Azure Functions
MIT License
95 stars 64 forks source link

Problem connecting to Dynamics 365 CRM using client secrets #497

Open IanM-SI opened 3 years ago

IanM-SI commented 3 years ago

We are using the latest NuGet versions of "XrmTooling.CoreAssembly" and "NET.Sdk.Functions" along with .NET framework v1 to connect and access Dynamics CRM 365. We authenticate using OAuth client secrets to give access to CRM. The NuGet "Functions" package requires Newtonsoft JSON version 9.0.1 but the NuGet "XrmTooling" package requires version >= 10.0.3. Will you be updating your NuGet package so that we can use both packages in the same Visual Studio solution? - if the update will happen later rather than sooner is there a short term workaround for the problem?

fowl2 commented 2 years ago

a workaround would be to upgrade/switch to https://github.com/microsoft/PowerPlatform-DataverseServiceClient and NET.Sdk.Functions v4, which have compatible Newtonsoft JSON dependencies