Subscribe to SDK assembly updates using NuGet

 

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online

Microsoft Dynamics 365 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 365 SDK as well as for the previous versions – 2011 , 2013, and 2015.

Where to find the NuGet SDK packages

The Dynamics 365 SDK packages are found under the crmsdk profile. These are the official Dynamics 365 SDK packages. Select any package in the list to navigate to the package details page.

Dynamics 365

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

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

nuget DOCS
Installing NuGet
Manage Project Libraries with NuGet

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright