I have just added a package 'WebHelpers.Mvc5' to my Umbraco 7 project and for some reason it has decided to upgrade my Umbraco to version 8 leaving my project in a big mess!!
I did not choose to update anything, any ideas what's gone wrong? Initial lines from package manager below.
Thanks
Attempting to gather dependency information for package 'WebHelpers.Mvc5.2.1.0' with respect to project 'xxxxxxxxxxx', targeting '.NETFramework,Version=v4.6.1'
Gathering dependency information took 26.53 sec
Attempting to resolve dependencies for package 'WebHelpers.Mvc5.2.1.0' with DependencyBehavior 'Lowest'
Resolving dependency information took 0 ms
Resolving actions to install package 'WebHelpers.Mvc5.2.1.0'
Resolved actions to install package 'WebHelpers.Mvc5.2.1.0'
Retrieving package 'Newtonsoft.Json 11.0.2' from 'nuget.org'.
GET https://api.nuget.org/v3-flatcontainer/umbracocms.core/8.0.0/umbracocms.core.8.0.0.nupkg
Retrieving package 'UmbracoCms 8.0.0' from 'nuget.org'.
Retrieving package 'UmbracoCms.Core 8.0.0' from 'nuget.org'.
Retrieving package 'WebHelpers.Mvc5 2.1.0' from 'nuget.org'.
GET https://api.nuget.org/v3-flatcontainer/umbracocms/8.0.0/umbracocms.8.0.0.nupkg
Removed package 'Newtonsoft.Json.10.0.2' from 'packages.config'
OK https://api.nuget.org/v3-flatcontainer/umbracocms/8.0.0/umbracocms.8.0.0.nupkg 124ms
Successfully uninstalled 'Newtonsoft.Json.10.0.2' from CoastalCottagesUmbraco
Installing UmbracoCms 8.0.0.
Removed package 'UmbracoCms.7.7.1' from 'packages.config'
OK https://api.nuget.org/v3-flatcontainer/umbracocms.core/8.0.0/umbracocms.core.8.0.0.nupkg 431ms
Installing UmbracoCms.Core 8.0.0.
NuGet Package Manager Error?
Hi,
I have just added a package 'WebHelpers.Mvc5' to my Umbraco 7 project and for some reason it has decided to upgrade my Umbraco to version 8 leaving my project in a big mess!!
I did not choose to update anything, any ideas what's gone wrong? Initial lines from package manager below.
Thanks
Attempting to gather dependency information for package 'WebHelpers.Mvc5.2.1.0' with respect to project 'xxxxxxxxxxx', targeting '.NETFramework,Version=v4.6.1' Gathering dependency information took 26.53 sec Attempting to resolve dependencies for package 'WebHelpers.Mvc5.2.1.0' with DependencyBehavior 'Lowest' Resolving dependency information took 0 ms Resolving actions to install package 'WebHelpers.Mvc5.2.1.0' Resolved actions to install package 'WebHelpers.Mvc5.2.1.0' Retrieving package 'Newtonsoft.Json 11.0.2' from 'nuget.org'. GET https://api.nuget.org/v3-flatcontainer/umbracocms.core/8.0.0/umbracocms.core.8.0.0.nupkg Retrieving package 'UmbracoCms 8.0.0' from 'nuget.org'. Retrieving package 'UmbracoCms.Core 8.0.0' from 'nuget.org'. Retrieving package 'WebHelpers.Mvc5 2.1.0' from 'nuget.org'. GET https://api.nuget.org/v3-flatcontainer/umbracocms/8.0.0/umbracocms.8.0.0.nupkg Removed package 'Newtonsoft.Json.10.0.2' from 'packages.config' OK https://api.nuget.org/v3-flatcontainer/umbracocms/8.0.0/umbracocms.8.0.0.nupkg 124ms Successfully uninstalled 'Newtonsoft.Json.10.0.2' from CoastalCottagesUmbraco Installing UmbracoCms 8.0.0. Removed package 'UmbracoCms.7.7.1' from 'packages.config' OK https://api.nuget.org/v3-flatcontainer/umbracocms.core/8.0.0/umbracocms.core.8.0.0.nupkg 431ms Installing UmbracoCms.Core 8.0.0.
Is there anyone can help with this?
Is it a NuGet error? Why is it updating the Umbraco version when installing a package that has nothing to do with Umbraco?
Thanks
is working on a reply...