Microsoft.Pfe.Xrm.CoreV6 6.1.1502

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.
<PackageVersion Include="Microsoft.Pfe.Xrm.CoreV6" Version="6.1.1502" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.Pfe.Xrm.CoreV6" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#:package Microsoft.Pfe.Xrm.CoreV6@6.1.1502
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Microsoft.Pfe.Xrm.CoreV6&version=6.1.1502
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.Pfe.Xrm.CoreV6&version=6.1.1502
                    
Install as a Cake Tool

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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
6.1.1504 130 4/24/2015
6.1.1503 121 2/24/2015
6.1.1502 114 1/30/2015
6.0.1409.1 176 9/8/2014
6.0.1409 69 9/8/2014
6.0.1407 107 7/8/2014
6.0.1405.2 67 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