When Installing MvcScaffolding via NuGet package command line I get the following error and the MvcScaffolding does not complete successfully: I do have the latest nuget
Successfully installed 'T4Scaffolding 1.0.2'.
Install-Package : T4Scaffolding requires NuGet (Package Manager Console) 1.4 or later
At line:1 char:16
-
Install-Package <<<< MvcScaffolding
- CategoryInfo : NotSpecified: (:) [Install-Package], RuntimeException
- FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand