I started working on a new Umbraco cloud project today and I'm trying to find the best way to keep the web and core projects in sync.
What I expect is that the core project refers the dll's in the web project so if Umbraco Cloud updates and I pull in the latest code and a breaking change happened in the Umbraco version I get a build error.
The issue is I can't make a relative dll reference in the solution so it doesn't seem to be the correct way.
Another option would be to lock the version of shared nuget packages between the core and web project? But is that even possible?
Keep umbraco versions in sync
Hi all,
I started working on a new Umbraco cloud project today and I'm trying to find the best way to keep the web and core projects in sync.
What I expect is that the core project refers the dll's in the web project so if Umbraco Cloud updates and I pull in the latest code and a breaking change happened in the Umbraco version I get a build error.
The issue is I can't make a relative dll reference in the solution so it doesn't seem to be the correct way.
Another option would be to lock the version of shared nuget packages between the core and web project? But is that even possible?
How do you do this?
Thanks, Frans
Never mind... I found the documentation here: https://our.umbraco.com/documentation/Umbraco-Cloud/Set-Up/Working-With-Visual-Studio/
is working on a reply...