Skip to content

Problem to install package #1547

@tanure

Description

@tanure

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions