Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem to install package #1547

Open
tanure opened this issue Oct 24, 2016 · 1 comment
Open

Problem to install package #1547

tanure opened this issue Oct 24, 2016 · 1 comment

Comments

@tanure
Copy link

tanure commented Oct 24, 2016

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants