diff --git a/example/Smartflow.Web.Mvc/Smartflow.Web.Mvc.csproj b/example/Smartflow.Web.Mvc/Smartflow.Web.Mvc.csproj index 4633704b..e0a8a068 100644 --- a/example/Smartflow.Web.Mvc/Smartflow.Web.Mvc.csproj +++ b/example/Smartflow.Web.Mvc/Smartflow.Web.Mvc.csproj @@ -40,6 +40,10 @@ + + ..\packages\Newtonsoft.Json.13.0.1\lib\net40\Newtonsoft.Json.dll + True + @@ -66,9 +70,6 @@ True ..\packages\Microsoft.AspNet.Mvc.FixedDisplayModes.1.0.0\lib\net40\Microsoft.Web.Mvc.FixedDisplayModes.dll - - ..\packages\Newtonsoft.Json.4.5.11\lib\net40\Newtonsoft.Json.dll - True ..\packages\Microsoft.Net.Http.2.0.30506.0\lib\net40\System.Net.Http.dll diff --git a/example/Smartflow.Web.Mvc/Web.config b/example/Smartflow.Web.Mvc/Web.config index 6a88ac00..995916b9 100644 --- a/example/Smartflow.Web.Mvc/Web.config +++ b/example/Smartflow.Web.Mvc/Web.config @@ -6,7 +6,7 @@ -
+
@@ -21,9 +21,7 @@ - + @@ -32,7 +30,7 @@ - + @@ -65,4 +63,13 @@ + + + + + + + + + diff --git a/example/Smartflow.Web.Mvc/packages.config b/example/Smartflow.Web.Mvc/packages.config index b62733f2..04db2640 100644 --- a/example/Smartflow.Web.Mvc/packages.config +++ b/example/Smartflow.Web.Mvc/packages.config @@ -17,5 +17,5 @@ - + \ No newline at end of file