Created
August 21, 2015 03:42
-
-
Save SimonCropp/0244a1e5849ac6180013 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 NServiceBus -Version 4.7.6 | |
Install-Package : Unable to find version '4.7.6' of package 'NServiceBus'. | |
At line:1 char:2 | |
+ Install-Package NServiceBus -Version 4.7.6 | |
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
+ CategoryInfo : NotSpecified: (:) [Install-Package], InvalidOperatio | |
nException | |
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Comma | |
nds.InstallPackageCommand | |
PM> Install-Package NServiceBus -Version 4.7.6 | |
Install-Package : Unable to find version '4.7.6' of package 'NServiceBus'. | |
At line:1 char:2 | |
+ Install-Package NServiceBus -Version 4.7.6 | |
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
+ CategoryInfo : NotSpecified: (:) [Install-Package], InvalidOperationException | |
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand | |
PM> Install-Package NServiceBus -Version 4.7.6 | |
Attempting to resolve dependency 'NServiceBus.Interfaces (≥ 4.7.6 && < 5.0.0.0)'. | |
Installing 'NServiceBus.Interfaces 4.7.6'. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment