Skip to content
New issue

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

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

Already on GitHub? # to your account

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

Open
balexandre opened this issue May 26, 2016 · 1 comment
Open

Comments

@balexandre
Copy link

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"?

@Romanx
Copy link
Collaborator

Romanx commented May 26, 2016

It should indeed, the only package with Nustache that requires MVC is Nustache.Mvc3

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

No branches or pull requests

2 participants