Hello everyone, I want to use one Umbraco.Cms package from several projects. I created UmbracoPackage.csproj where I've installed Umbraco.Cms. To other projects I add reference to UmbracoPackage.csproj. The solution can start but in every project automatically being added "umbraco" and "wwwroot" folders. I think I'm doing something wrong.
P.S. I know that I can add ref to .dll but if I would update the version I need to update all references so that is a bad way too.
Umbraco 9. One package in several projects.
Hello everyone, I want to use one Umbraco.Cms package from several projects. I created UmbracoPackage.csproj where I've installed Umbraco.Cms. To other projects I add reference to UmbracoPackage.csproj. The solution can start but in every project automatically being added "umbraco" and "wwwroot" folders. I think I'm doing something wrong.
P.S. I know that I can add ref to .dll but if I would update the version I need to update all references so that is a bad way too.
Hi try referencing the library like this instead https://github.com/prjseal/Portfolio-Starter-Kit-fo-Umbraco/blob/2d115d4ed0f2b244350601735a036cddd24b2bcb/Portfolio.Core/Portfolio.Core.csproj#L25
is working on a reply...