Skip to content

Nuget says no dependencies, but I get an error on dependency check #118

@balexandre

Description

@balexandre
PM> install-Package Nustache
Attempting to gather dependency information for package 'Nustache.1.16.0.1' with respect to project 'Admin\webfront', targeting '.NETFramework,Version=v4.5'
Attempting to resolve dependencies for package 'Nustache.1.16.0.1' with DependencyBehavior 'Lowest'
install-Package : Unable to resolve dependencies. 'Microsoft.AspNet.Razor 3.0.0' is not compatible with 'Microsoft.AspNet.Mvc 5.2.3 constraint: Microsoft.AspNet.Razor (>= 3.2.3 && < 3.3.0)', 'Microsoft.AspNet.WebPages 3.2.3 constraint: Microsoft.AspNet.Razor (>= 3.2.3 && < 3.3.0)', 'RazorEngine 3.7.7 constraint: Microsoft.AspNet.Razor (>= 3.0.0)'.
At line:1 char:1
+ install-Package Nustache
+ ~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [Install-Package], Exception
    + FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand

in Nuget info:

shouldn't this just install "anywhere"?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions