devbridge / BetterCMS

A publishing focused and developer friendly .NET Open Source CMS.
GNU Lesser General Public License v3.0
375 stars 151 forks source link

Problem to install package #1547

Open tanure opened 8 years ago

tanure commented 8 years ago

Hello.

I'm trying to install de BetterCMS package with this command:

Install-Package BetterCMS

But, the nuget packge console returns the following error:

Install-Package : Already referencing a newer version of 'NHibernate'.
At line:1 char:16
+ Install-Package <<<<  BetterCMS -Version 2.0.7
    + CategoryInfo          : NotSpecified: (:) [Install-Package], InvalidOperationException
    + FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand

In the console log I see the differents Nhibernate references:

Attempting to resolve dependency 'BetterCms.Core (= 2.0.6)'. Attempting to resolve dependency 'Autofac (≥ 3.1.5)'. Attempting to resolve dependency 'BetterModules.Core (≥ 1.0.1)'. Attempting to resolve dependency 'Common.Logging (≥ 2.1.2)'. Attempting to resolve dependency 'FluentMigrator (= 1.0.6)'. Attempting to resolve dependency 'FluentMigrator.Tools (= 1.0.6)'. Attempting to resolve dependency 'FluentNHibernate (= 1.3.0.733)'. Attempting to resolve dependency 'NHibernate (≥ 3.3.1.4000)' . Attempting to resolve dependency 'Iesi.Collections (≥ 3.2 && < 4.0)'. Attempting to resolve dependency 'Iesi.Collections (≥ 3.3.1.4000)'. Attempting to resolve dependency 'NHibernate (= 3.3.3.4001)'.

Can I help me?

alesdvorakcz commented 8 years ago

maybe try it again? There is 2.0.7v on nuget now. I wonder whats new, here on github last commit is 4months old...