We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
maybe try it again? There is 2.0.7v on nuget now. I wonder whats new, here on github last commit is 4months old...
Sorry, something went wrong.
No branches or pull requests
Hello.
I'm trying to install de BetterCMS package with this command:
But, the nuget packge console returns the following error:
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?
The text was updated successfully, but these errors were encountered: