Microsoft.Pfe.Xrm.CoreV6 6.1.1502

Suggested Alternatives

Pfe.Microsoft.Xrm.CoreV9

There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.Pfe.Xrm.CoreV6 --version 6.1.1502
NuGet\Install-Package Microsoft.Pfe.Xrm.CoreV6 -Version 6.1.1502
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.Pfe.Xrm.CoreV6" Version="6.1.1502" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.Pfe.Xrm.CoreV6 --version 6.1.1502
#r "nuget: Microsoft.Pfe.Xrm.CoreV6, 6.1.1502"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Microsoft.Pfe.Xrm.CoreV6 as a Cake Addin
#addin nuget:?package=Microsoft.Pfe.Xrm.CoreV6&version=6.1.1502

// Install Microsoft.Pfe.Xrm.CoreV6 as a Cake Tool
#tool nuget:?package=Microsoft.Pfe.Xrm.CoreV6&version=6.1.1502

Contains a set of common components for building solutions using the Dynamics CRM 2013 SDK. Authored by the Microsoft Premier Field Engineering (PFE) Dynamics team.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
6.1.1612.1 1,505 12/2/2016
6.1.1611.1 1,489 11/3/2016
6.1.1603.1 1,285 3/25/2016
6.1.1602 1,536 2/24/2016
6.1.1506 1,796 6/11/2015
6.1.1504 1,523 4/24/2015
6.1.1503 1,765 2/24/2015
6.1.1502 1,373 1/30/2015
6.0.1409.1 1,362 9/8/2014
6.0.1409 1,259 9/8/2014
6.0.1407 1,398 7/8/2014
6.0.1405.2 1,352 5/9/2014

#1559 Added utility class to create XRM service endpoint Uri instances

Changed:
- Moved remaining service uri string constants to XrmServiceUriFactory class
- Moved static discovery.svc Uri fields to XrmServiceUriFactory class
- ParallelServiceProxy methods that returned IList<T> now return IEnumerable<T>

Removed:
- Unnecessary XrmServiceManager uri format string constants
- IList<QueryBase> RetrieveMultiple methods
- XmlDocument GetXml(this FetchExpression fe) method
- ThreadLocalServiceProxy class
- OrganizationDataServiceManager class