Skip to content

Commit

Permalink
Completely pin down all dependencies to versions as they build locally
Browse files Browse the repository at this point in the history
Using the Get-AssemblyName function from here: https://grahamthecoder.wordpress.com/2018/03/03/listing-net-assembly-versions-in-powershell/
(Get-AssemblyName -Recurse "Path\to\webapp\bin").BindingRedirect > out.txt
Then pasting that into the web config

The full solution I'll do sometime later is to use the new project format and .NET 4.7.1 with <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  • Loading branch information
GrahamTheCoder committed May 8, 2018
1 parent 563cb5c commit 5ab68b0
Showing 1 changed file with 838 additions and 38 deletions.
Loading

0 comments on commit 5ab68b0

Please sign in to comment.