Skip to content

Instantly share code, notes, and snippets.

@gshackles
Created December 7, 2013 18:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gshackles/7846925 to your computer and use it in GitHub Desktop.
Save gshackles/7846925 to your computer and use it in GitHub Desktop.
Package Manager Console Host Version 2.7.41101.299
Type 'get-help NuGet' to see all available NuGet commands.
PM> install-package Microsoft.AspNet.SignalR.Client
Attempting to resolve dependency 'Newtonsoft.Json (≥ 5.0.0)'.
Attempting to resolve dependency 'Microsoft.Net.Http (≥ 2.1.10)'.
Attempting to resolve dependency 'Microsoft.Bcl (≥ 1.0.19)'.
Attempting to resolve dependency 'Microsoft.Bcl.Build (≥ 1.0.4)'.
Installing 'Newtonsoft.Json 5.0.8'.
Successfully installed 'Newtonsoft.Json 5.0.8'.
Installing 'Microsoft.Bcl.Build 1.0.13'.
You are downloading Microsoft.Bcl.Build from Microsoft, the license agreement to which is available at http://go.microsoft.com/fwlink/?LinkId=329770. Check the package for additional dependencies, which may come with their own license agreement(s). Your use of the package and dependencies constitutes your acceptance of their license agreements. If you do not accept the license agreement(s), then delete the relevant components from your device.
Successfully installed 'Microsoft.Bcl.Build 1.0.13'.
Installing 'Microsoft.Bcl 1.0.19'.
You are downloading Microsoft.Bcl from Microsoft, the license agreement to which is available at http://go.microsoft.com/fwlink/?LinkID=296435. Check the package for additional dependencies, which may come with their own license agreement(s). Your use of the package and dependencies constitutes your acceptance of their license agreements. If you do not accept the license agreement(s), then delete the relevant components from your device.
Successfully installed 'Microsoft.Bcl 1.0.19'.
Installing 'Microsoft.Net.Http 2.1.10'.
You are downloading Microsoft.Net.Http from Microsoft, the license agreement to which is available at http://go.microsoft.com/fwlink/?LinkID=306162. Check the package for additional dependencies, which may come with their own license agreement(s). Your use of the package and dependencies constitutes your acceptance of their license agreements. If you do not accept the license agreement(s), then delete the relevant components from your device.
Successfully installed 'Microsoft.Net.Http 2.1.10'.
Installing 'Microsoft.AspNet.SignalR.Client 2.0.0'.
You are downloading Microsoft.AspNet.SignalR.Client from Microsoft, the license agreement to which is available at http://www.microsoft.com/web/webpi/eula/signalr_client_ENU.htm. Check the package for additional dependencies, which may come with their own license agreement(s). Your use of the package and dependencies constitutes your acceptance of their license agreements. If you do not accept the license agreement(s), then delete the relevant components from your device.
Successfully installed 'Microsoft.AspNet.SignalR.Client 2.0.0'.
Adding 'Newtonsoft.Json 5.0.8' to PortableClassLibrary4.
Successfully added 'Newtonsoft.Json 5.0.8' to PortableClassLibrary4.
Adding 'Microsoft.Bcl.Build 1.0.13' to PortableClassLibrary4.
Successfully added 'Microsoft.Bcl.Build 1.0.13' to PortableClassLibrary4.
Adding 'Microsoft.Bcl 1.0.19' to PortableClassLibrary4.
Successfully added 'Microsoft.Bcl 1.0.19' to PortableClassLibrary4.
Adding 'Microsoft.Net.Http 2.1.10' to PortableClassLibrary4.
Successfully added 'Microsoft.Net.Http 2.1.10' to PortableClassLibrary4.
Adding 'Microsoft.AspNet.SignalR.Client 2.0.0' to PortableClassLibrary4.
Successfully added 'Microsoft.AspNet.SignalR.Client 2.0.0' to PortableClassLibrary4.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment