diff --git a/tests/Check.ServiceInterface/Check.ServiceInterface.csproj b/tests/Check.ServiceInterface/Check.ServiceInterface.csproj index 7d8ffefb358..02b45e1b3a2 100644 --- a/tests/Check.ServiceInterface/Check.ServiceInterface.csproj +++ b/tests/Check.ServiceInterface/Check.ServiceInterface.csproj @@ -31,14 +31,6 @@ 4 - - ..\..\src\packages\ServiceStack.Common.5.4.1\lib\net45\ServiceStack.Common.dll - True - - - ..\..\src\packages\ServiceStack.Interfaces.5.4.1\lib\net45\ServiceStack.Interfaces.dll - True - ..\..\src\packages\ServiceStack.OrmLite.5.4.1\lib\net45\ServiceStack.OrmLite.dll True diff --git a/tests/CheckWebCore/Startup.cs b/tests/CheckWebCore/Startup.cs index ea130d257fb..0a987ca50ec 100644 --- a/tests/CheckWebCore/Startup.cs +++ b/tests/CheckWebCore/Startup.cs @@ -50,7 +50,8 @@ public class AppHost : AppHostBase // Configure your AppHost with the necessary configuration and dependencies your App needs public override void Configure(Container container) { - Plugins.Add(new TemplatePagesFeature()); // enable server-side rendering, see: http://templates.servicestack.net + // enable server-side rendering, see: http://templates.servicestack.net + Plugins.Add(new TemplatePagesFeature()); if (Config.DebugMode) {