Skip to content

Instantly share code, notes, and snippets.

@kstrauss
Created July 11, 2017 21:13
Show Gist options
  • Select an option

  • Save kstrauss/5a7b982b1c963479fa088cb2b5847038 to your computer and use it in GitHub Desktop.

Select an option

Save kstrauss/5a7b982b1c963479fa088cb2b5847038 to your computer and use it in GitHub Desktop.
dir -recurse -filter *.csproj | %{
Edit-Reference -path $_.fullName -dllRef '$(SolutionDir)\packages\Realgy.ExternalIntegration.Infrastructure.GitHash.1.0.1\lib\net452\Realgy.ExternalIntegration.Infrastructure.GitHash.dll' -refName 'Realgy.ExternalIntegration.Infrastructure.GitHash, Version=1.0.1.0, Culture=neutral, processorArchitecture=MSIL'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment