diff --git a/packages/Fody.1.25.0/Content/FodyWeavers.xml b/packages/Fody.1.25.0/Content/FodyWeavers.xml
deleted file mode 100644
index 0227a5d0e..000000000
--- a/packages/Fody.1.25.0/Content/FodyWeavers.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/packages/Fody.1.25.0/Fody.1.25.0.nupkg b/packages/Fody.1.25.0/Fody.1.25.0.nupkg
deleted file mode 100644
index 822c8843b..000000000
Binary files a/packages/Fody.1.25.0/Fody.1.25.0.nupkg and /dev/null differ
diff --git a/packages/Fody.1.25.0/Fody.dll b/packages/Fody.1.25.0/Fody.dll
deleted file mode 100644
index d41b3dd02..000000000
Binary files a/packages/Fody.1.25.0/Fody.dll and /dev/null differ
diff --git a/packages/Fody.1.25.0/Fody.pdb b/packages/Fody.1.25.0/Fody.pdb
deleted file mode 100644
index 538b00e7b..000000000
Binary files a/packages/Fody.1.25.0/Fody.pdb and /dev/null differ
diff --git a/packages/Fody.1.25.0/FodyCommon.dll b/packages/Fody.1.25.0/FodyCommon.dll
deleted file mode 100644
index 2e465a36b..000000000
Binary files a/packages/Fody.1.25.0/FodyCommon.dll and /dev/null differ
diff --git a/packages/Fody.1.25.0/FodyCommon.pdb b/packages/Fody.1.25.0/FodyCommon.pdb
deleted file mode 100644
index fc6c59239..000000000
Binary files a/packages/Fody.1.25.0/FodyCommon.pdb and /dev/null differ
diff --git a/packages/Fody.1.25.0/FodyIsolated.dll b/packages/Fody.1.25.0/FodyIsolated.dll
deleted file mode 100644
index 7cd9b7207..000000000
Binary files a/packages/Fody.1.25.0/FodyIsolated.dll and /dev/null differ
diff --git a/packages/Fody.1.25.0/FodyIsolated.pdb b/packages/Fody.1.25.0/FodyIsolated.pdb
deleted file mode 100644
index bc286dd9f..000000000
Binary files a/packages/Fody.1.25.0/FodyIsolated.pdb and /dev/null differ
diff --git a/packages/Fody.1.25.0/Mono.Cecil.Mdb.dll b/packages/Fody.1.25.0/Mono.Cecil.Mdb.dll
deleted file mode 100644
index 4dc32fc1c..000000000
Binary files a/packages/Fody.1.25.0/Mono.Cecil.Mdb.dll and /dev/null differ
diff --git a/packages/Fody.1.25.0/Mono.Cecil.Pdb.dll b/packages/Fody.1.25.0/Mono.Cecil.Pdb.dll
deleted file mode 100644
index d45496142..000000000
Binary files a/packages/Fody.1.25.0/Mono.Cecil.Pdb.dll and /dev/null differ
diff --git a/packages/Fody.1.25.0/Mono.Cecil.Rocks.dll b/packages/Fody.1.25.0/Mono.Cecil.Rocks.dll
deleted file mode 100644
index 42df84ee6..000000000
Binary files a/packages/Fody.1.25.0/Mono.Cecil.Rocks.dll and /dev/null differ
diff --git a/packages/Fody.1.25.0/Mono.Cecil.dll b/packages/Fody.1.25.0/Mono.Cecil.dll
deleted file mode 100644
index edaa088d5..000000000
Binary files a/packages/Fody.1.25.0/Mono.Cecil.dll and /dev/null differ
diff --git a/packages/Fody.1.25.0/Tools/install.ps1 b/packages/Fody.1.25.0/Tools/install.ps1
deleted file mode 100644
index bcef1ce8e..000000000
--- a/packages/Fody.1.25.0/Tools/install.ps1
+++ /dev/null
@@ -1,20 +0,0 @@
-param($installPath, $toolsPath, $package, $project)
-
-
-# Need to load MSBuild assembly if it's not loaded yet.
-Add-Type -AssemblyName 'Microsoft.Build, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
-
-# Grab the loaded MSBuild project for the project
-$buildProject = [Microsoft.Build.Evaluation.ProjectCollection]::GlobalProjectCollection.GetLoadedProjects($project.FullName) | Select-Object -First 1
-
-$fodyPathProperty = $buildProject.GetProperty("FodyPath")
-
-# Dont do a null check since is teems evaluating the value causes powershit to have a conniption
-try
-{
- $buildProject.RemoveProperty($fodyPathProperty);
-}
-catch{}
-
-$project.Save()
-
diff --git a/packages/Fody.1.25.0/Tools/uninstall.ps1 b/packages/Fody.1.25.0/Tools/uninstall.ps1
deleted file mode 100644
index e5af2107f..000000000
--- a/packages/Fody.1.25.0/Tools/uninstall.ps1
+++ /dev/null
@@ -1 +0,0 @@
-param($installPath, $toolsPath, $package, $project)
diff --git a/packages/Fody.1.25.0/build/Fody.targets b/packages/Fody.1.25.0/build/Fody.targets
deleted file mode 100644
index a8b23c653..000000000
--- a/packages/Fody.1.25.0/build/Fody.targets
+++ /dev/null
@@ -1,68 +0,0 @@
-
-
-
-
-
- $(NCrunchOriginalSolutionDir)
-
-
-
-
- $(SolutionDir)
-
-
-
-
- $(MSBuildProjectDirectory)..\..\..\
-
-
-
-
-
-
- $(KeyOriginatorFile)
-
-
-
-
- $(AssemblyOriginatorKeyFile)
-
-
-
-
-
-
-
-
-
- $(ProjectDir)$(IntermediateOutputPath)
- $(SignAssembly)
- $(MSBuildThisFileDirectory)..\
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/GitHub.App/GitHub.App.csproj b/src/GitHub.App/GitHub.App.csproj
index f7e0e507b..648390896 100644
--- a/src/GitHub.App/GitHub.App.csproj
+++ b/src/GitHub.App/GitHub.App.csproj
@@ -11,7 +11,7 @@
GitHub.App
v4.5
512
- ee7f8637
+ 9ddd2375
4
true
..\..\build\GitHubVS.ruleset
@@ -178,10 +178,10 @@
This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.
-
+
-
+