Skip to content

Instantly share code, notes, and snippets.

@rossipedia
Last active January 5, 2016 06:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save rossipedia/1a9e9a56d3223f3927c4 to your computer and use it in GitHub Desktop.
Save rossipedia/1a9e9a56d3223f3927c4 to your computer and use it in GitHub Desktop.
packages.config -> project.json dependencies
(Select-xml '//package' -Path "packages.config" | % { """{0}"": ""{1}""" -f $_.Node.id,$_.Node.version }) -join ",`n"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment