Upgrading Cloud site to v13 - Umbraco.Deploy.Forms + Umbraco.Forms version conflict
c
Hey All. Attempting to upgrade our baseline project finally to 13. Got all of our other dependencies sorted however, when attempting to sort out Umbraco.Forms we are getting a version conflict error. Error is as follows:
Copy code
Version conflict detected for Umbraco.Forms.Core.Providers. Install/reference Umbraco.Forms.Core.Providers 13.1.1 directly to project 
 MyProject.Web -> Umbraco.Forms 13.1.1 -> Umbraco.Forms.Core.Providers (>= 13.1.1 && < 14.0.0) 
 MyProject.Web -> Umbraco.Deploy.Forms 12.2.0 -> Umbraco.Forms.Core.Providers (>= 12.0.0 && < 13.0.0)
As far as I can see on Nuget. Umbraco.Deploy.Forms only goes up to 12.2.0 which doesnt seem to allow for Umbraco.Forms's "Umbraco.Forms.Core.Providers" namespace. Any ideas how we can get past this?
r
Hey,
Umbraco.Deploy.Forms
has been renamed to
Umbraco.Forms.Deploy
from v13, see https://docs.umbraco.com/umbraco-forms/upgrading/version-specific. So removing the old dependency, upgrading Forms and then add the new package should work
c
Ah that'd explain it! Thank you @rasmusjp - Blindly followed the CMS docs for the upgrade and forgot to even check the forms section of the docs site 😅
16 Views