Pfe.Microsoft.Xrm.CoreV9
9.0.8
dotnet add package Pfe.Microsoft.Xrm.CoreV9 --version 9.0.8
NuGet\Install-Package Pfe.Microsoft.Xrm.CoreV9 -Version 9.0.8
<PackageReference Include="Pfe.Microsoft.Xrm.CoreV9" Version="9.0.8" />
paket add Pfe.Microsoft.Xrm.CoreV9 --version 9.0.8
#r "nuget: Pfe.Microsoft.Xrm.CoreV9, 9.0.8"
// Install Pfe.Microsoft.Xrm.CoreV9 as a Cake Addin #addin nuget:?package=Pfe.Microsoft.Xrm.CoreV9&version=9.0.8 // Install Pfe.Microsoft.Xrm.CoreV9 as a Cake Tool #tool nuget:?package=Pfe.Microsoft.Xrm.CoreV9&version=9.0.8
Contains a set of common components for building solutions using the Dynamics 365 and Common Data Service (CDS) Software Development Kit (SDK). Authored in partnership between Microsoft Premier Field Engineering (PFE) and core engineering teams.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.6.2
- Microsoft.CrmSdk.CoreAssemblies (>= 9.0.2.42)
- Microsoft.CrmSdk.XrmTooling.CoreAssembly (>= 9.1.0.108)
- Microsoft.IdentityModel.Clients.ActiveDirectory (>= 3.19.8)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
9.0.8 | 9,373 | 3/11/2022 |
9.0.7 | 6,763 | 2/16/2021 |
9.0.6 | 19,855 | 12/18/2019 |
9.0.4-alpha | 430 | 7/23/2019 |
9.0.3-alpha | 407 | 7/17/2019 |
- Handling adal exception for web app deployments of the library
-----Previous changes-----
- Updated for Common Data Service (CDS)
- adding support for client secret
ADAL 3.19+ is now required for this library.
***ADAL 2.x clients will need to be updated to use ADAL 3.x+ ***
- This depends on service client using oAuth/Modern Authentication
- ServiceClient now does automatic retries to handle throttling
- Removed old constructors relying on organizationserviceproxy - we now 100% rely on CrmServiceClient
- For more flexible connections, create your own CrmServiceClient object, the core library will use this as the template object
- The project framework target has been increased to .NET version to 4.6.2 which is important to ensure TLS 1.2 functions by default without the need for other workarounds