Subscribe to SDK assembly updates using NuGet

 

Applies To: Dynamics CRM 2015

Microsoft Dynamics CRM SDK assemblies and some command-line tools are available through a software distribution website called nuget.org. Use of NuGet packages in your application project enables you to keep your project up-to-date with the latest releases of the SDK assemblies and tools. Microsoft Visual Studio has supported this capability since version 2010 and there is even a standalone NuGet client for those developers that don’t develop in Visual Studio. Another advantage of using NuGet packages in your projects is that assembly references and dependencies are automatically taken care of for you. NuGet packages are available for the Microsoft Dynamics CRM 2015 SDK as well as for the previous versions – 2011 and 2013.

Where to find the NuGet SDK packages

The CRM SDK packages can be found by searching the NuGet website for Microsoft.CrmSdk. The search results in a list of available CRM SDK packages. Select any package in the list to navigate to the package details page.

CRM 2015

On the package details page, select any package with a version number starting with 7.x. The package title indicates that the version of the package is for the CRM 2015 SDK. The package targets .NET Framework 4.5.2.

CRM 2013

On the package details page, select any package with a version number starting with 6.x. The package title indicates that the version of the package is for the CRM 2013 SDK. The package targets .NET Framework 4. Beginning with package version 6.1.1, the package also targets .NET Framework 4.5.

CRM 2011

On the package details page, select any package with a version number starting with 5.x. The package title indicates that the version of the package is for the CRM 2011 SDK. The package targets .NET Framework 4.

How to install a package in your project

For information about installing NuGet packages into your project, see Managing NuGet Packages Using the Dialog.

See Also

Developer overview
nuget DOCS
Installing NuGet
Manage Project Libraries with NuGet

© 2016 Microsoft. All rights reserved. Copyright