Skip to content

Instantly share code, notes, and snippets.

@SimonCropp
Created August 21, 2015 03:42
Show Gist options
  • Save SimonCropp/0244a1e5849ac6180013 to your computer and use it in GitHub Desktop.
Save SimonCropp/0244a1e5849ac6180013 to your computer and use it in GitHub Desktop.
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