Created
March 29, 2011 03:28
-
-
Save hyrmn/891759 to your computer and use it in GitHub Desktop.
This doesn't work for some reason
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PM> install-package mvcturbine.structuremap | |
Install-Package : Unable to find package 'mvcturbine.structuremap'. | |
At line:1 char:16 | |
+ install-package <<<< mvcturbine.structuremap | |
+ CategoryInfo : NotSpecified: (:) [Install-Package], InvalidOperationException | |
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.Cmdlets.InstallPackageCmdlet | |
PM> install-package mvcturbine -version 3.0 | |
Install-Package : Unable to find package 'mvcturbine'. | |
At line:1 char:16 | |
+ install-package <<<< mvcturbine -version 3.0 | |
+ CategoryInfo : NotSpecified: (:) [Install-Package], InvalidOperationException | |
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.Cmdlets.InstallPackageCmdlet | |
As does install-package mvcturbine-unity
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Note, install-package mvcturbine -version 2.1 works, as does install-package mvcturbine-windsor