Nustache icon indicating copy to clipboard operation
Nustache copied to clipboard

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

Open balexandre opened this issue 8 years ago • 1 comments

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

balexandre avatar May 26 '16 12:05 balexandre

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

Romanx avatar May 26 '16 12:05 Romanx