Skip to content

Instantly share code, notes, and snippets.

@qbikez
Forked from rossipedia/convert.ps1
Last active January 13, 2016 04:55
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 qbikez/a61513ae7667d7ed9212 to your computer and use it in GitHub Desktop.
Save qbikez/a61513ae7667d7ed9212 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