diff --git a/paket.dependencies b/paket.dependencies
index 49df6d9..2793777 100644
--- a/paket.dependencies
+++ b/paket.dependencies
@@ -6,6 +6,9 @@ redirects: on
nuget FSharp.Core ~> 4
nuget Microsoft.CodeAnalysis.CSharp.Workspaces ~> 1
+// IL-Repack doesn't like asssembly redirects
+nuget Microsoft.Composition 1.0.27
+
// Unit tests
nuget NUnit ~> 3.0.1
nuget NFluent ~> 1.3
diff --git a/paket.lock b/paket.lock
index 328d28c..7a531b4 100644
--- a/paket.lock
+++ b/paket.lock
@@ -23,15 +23,13 @@ NUGET
Microsoft.CodeAnalysis.Workspaces.Common (1.1.1)
Microsoft.CodeAnalysis.Common (1.1.1)
Microsoft.Composition (>= 1.0.27)
- Microsoft.Composition (1.0.30)
+ Microsoft.Composition (1.0.27)
Microsoft.Net.Http (2.2.29)
Microsoft.Bcl (>= 1.1.10)
Microsoft.Bcl.Build (>= 1.0.14)
NFluent (1.3.1)
NUnit (3.0.1)
NUnit.Console (3.0.1)
- NUnit.Runners (3.0.1)
- NUnit.Console (3.0.1)
Octokit (0.18.0)
Microsoft.Net.Http
SourceLink.Fake (1.1.0)
@@ -145,5 +143,5 @@ NUGET
GITHUB
remote: fsharp/FAKE
specs:
- modules/Octokit/Octokit.fsx (43c4800c5f132d2c2d6832a3a59232a64d83d4c0)
+ modules/Octokit/Octokit.fsx (04cbee92aa24a1f22bb4987b5cabb524e782cac0)
Octokit
\ No newline at end of file
diff --git a/src/BlackFox.Stidgen/App.config b/src/BlackFox.Stidgen/App.config
index 46f6077..47c79ad 100644
--- a/src/BlackFox.Stidgen/App.config
+++ b/src/BlackFox.Stidgen/App.config
@@ -3,25 +3,4 @@
-
-
- True
-
-
-
-
- True
-
-
-
-
- True
-
-
-
-
- True
-
-
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/tests/BlackFox.Stidgen.Tests/App.config b/tests/BlackFox.Stidgen.Tests/App.config
index bc263b3..f6fba63 100644
--- a/tests/BlackFox.Stidgen.Tests/App.config
+++ b/tests/BlackFox.Stidgen.Tests/App.config
@@ -9,24 +9,4 @@
-
- True
-
-
-
-
- True
-
-
-
-
- True
-
-
-
-
- True
-
-
-
\ No newline at end of file