diff --git a/NzbDrone.Integration.Test/NzbDrone.Integration.Test.csproj b/NzbDrone.Integration.Test/NzbDrone.Integration.Test.csproj
index 3392b77fa..1c443051a 100644
--- a/NzbDrone.Integration.Test/NzbDrone.Integration.Test.csproj
+++ b/NzbDrone.Integration.Test/NzbDrone.Integration.Test.csproj
@@ -52,9 +52,8 @@
..\packages\Nancy.Hosting.Self.0.16.1\lib\net40\Nancy.Hosting.Self.dll
-
- False
- ..\packages\Newtonsoft.Json.5.0.3\lib\net40\Newtonsoft.Json.dll
+
+ ..\packages\Newtonsoft.Json.5.0.3\lib\net35\Newtonsoft.Json.dll
..\packages\NLog.2.0.1.2\lib\net40\NLog.dll
diff --git a/NzbDrone.Update.Test/UpdateProviderStartFixture.cs b/NzbDrone.Update.Test/UpdateProviderStartFixture.cs
index 343ecd1e4..1ac8ad4a6 100644
--- a/NzbDrone.Update.Test/UpdateProviderStartFixture.cs
+++ b/NzbDrone.Update.Test/UpdateProviderStartFixture.cs
@@ -120,15 +120,6 @@ namespace NzbDrone.Update.Test
Mocker.GetMock().Verify(c => c.Kill(It.IsAny()), Times.Never());
}
- [Test]
- public void should_stop_orphan_iisexpress_instances()
- {
- Mocker.Resolve().Start(TARGET_FOLDER);
-
-
- Mocker.GetMock().Verify(c => c.StopServer(), Times.Once());
- }
-
[Test]
public void should_create_backup_of_current_installation()
{
diff --git a/NzbDrone.sln.DotSettings b/NzbDrone.sln.DotSettings
index a85dee74c..d322e75d3 100644
--- a/NzbDrone.sln.DotSettings
+++ b/NzbDrone.sln.DotSettings
@@ -11,6 +11,7 @@
<Policy Inspect="True" Prefix="" Suffix="" Style="aaBb"><ExtraRule Prefix="" Suffix="" Style="AaBb" /></Policy>
BOTH_SIDES
OUTLINE
+ SOLUTION_FOLDER
True
C:\Dropbox\Git\NzbDrone\NzbDrone.sln.DotSettings
True