Hoping this is a relatively straight forward question. Can someone tell me what I need to do to get the Nuget Package for Umbraco.Core in to a standalone class library project?
When I look at the Umbraco Pre-release nuget feed, there is only Umbraco.Code and Umbraco.Build. Which one should I be using?
With the release of the RC the packages are actually on the main nuget source rather than the pre-release feed used for the betas. Took me a while to figure this out as still had the pre-release feed configured locally.
Class Library with Umbraco Core
Hi All,
Hoping this is a relatively straight forward question. Can someone tell me what I need to do to get the Nuget Package for Umbraco.Core in to a standalone class library project?
When I look at the Umbraco Pre-release nuget feed, there is only Umbraco.Code and Umbraco.Build. Which one should I be using?
Thanks
Hi Paul,
With the release of the RC the packages are actually on the main nuget source rather than the pre-release feed used for the betas. Took me a while to figure this out as still had the pre-release feed configured locally.
https://www.nuget.org/packages/Umbraco.Cms.Core/9.0.0-rc001
Hope that helps,
Matt
Thanks for this Matt, this is great
and what about umbraco.web in umbraco 9?
Depending on what you need, look at the following nuget packages:
https://www.nuget.org/packages/Umbraco.Cms.Web.Common/
https://www.nuget.org/packages/Umbraco.Cms.Infrastructure/
Hope that helps,
Matt
is working on a reply...