summaryrefslogtreecommitdiff
path: root/Project-Unite/Web.config
diff options
context:
space:
mode:
Diffstat (limited to 'Project-Unite/Web.config')
-rw-r--r--Project-Unite/Web.config4
1 files changed, 2 insertions, 2 deletions
diff --git a/Project-Unite/Web.config b/Project-Unite/Web.config
index 47723e0..e1184a5 100644
--- a/Project-Unite/Web.config
+++ b/Project-Unite/Web.config
@@ -18,7 +18,7 @@
<add key="UnobtrusiveJavaScriptEnabled" value="true" />
</appSettings>
<system.web>
- <customErrors mode="Off"/>
+ <customErrors mode="Off" />
<authentication mode="None" />
<compilation debug="true" targetFramework="4.5.2" />
<httpRuntime targetFramework="4.5.2" />
@@ -54,7 +54,7 @@
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" culture="neutral" publicKeyToken="30ad4fe6b2a6aeed" />
- <bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
+ <bindingRedirect oldVersion="0.0.0.0-8.0.0.0" newVersion="8.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Web.Optimization" publicKeyToken="31bf3856ad364e35" />