BetterCMS
BetterCMS copied to clipboard
Problem to install package
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?
maybe try it again? There is 2.0.7v on nuget now. I wonder whats new, here on github last commit is 4months old...