Skip to content

Instantly share code, notes, and snippets.

@llaughlin
Created November 30, 2021 23:15
Show Gist options
  • Save llaughlin/ecb533734f3ff329078b75cf2ae8710a to your computer and use it in GitHub Desktop.
Save llaughlin/ecb533734f3ff329078b75cf2ae8710a to your computer and use it in GitHub Desktop.
Nuget Cheatsheet
# Quickly re-create all binding redirects in all projects
Get-Project -All | Add-BindingRedirect | Out-Null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment