Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Difference between Umbraco NuGet Packages

I was wondering if someone could explain the differences between the Umbraco Cms Core Binaries Package and Umbraco Cms NuGet Package?

like image 878
John Churchley Avatar asked May 22 '13 10:05

John Churchley


1 Answers

A good question. First I would recommend the Umbraco community site for questions and answers over at http://our.umbraco.org

The main Umbraco.Cms NuGet package includes the main Umbraco CMS for it to run and has a dependendcy on the Umbraco.Cms.Core Binaries Nuget package for it to work.

If you were to build a custom extenion or package for Umbraco, you may not need the main CMS but just the need that DLLs that ship with Umbraco so you can develop against the API.

I hope this helps.

Thanks, Warren :)

like image 197
Warren Buckley Avatar answered Sep 19 '22 18:09

Warren Buckley