Created
July 11, 2017 21:13
-
-
Save kstrauss/5a7b982b1c963479fa088cb2b5847038 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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