Skip to content

Instantly share code, notes, and snippets.

@jongio
Last active November 15, 2015 03:50
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 jongio/793c29a3511e9ebe56f3 to your computer and use it in GitHub Desktop.
Save jongio/793c29a3511e9ebe56f3 to your computer and use it in GitHub Desktop.
PowerShell script to install nuget packages needed for ASP.NET WebHooks preview
Install-Package Microsoft.AspNet.DataProtection -Pre
Install-Package Microsoft.AspNet.WebHooks.Custom -Pre
Install-Package Microsoft.AspNet.WebHooks.Custom.AzureStorage -Pre
Install-Package Microsoft.AspNet.WebHooks.Custom.Mvc -Pre
Install-Package Microsoft.AspNet.WebHooks.Custom.Api -Pre
Install-Package Microsoft.AspNet.WebHooks.Receivers.Custom -Pre
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment