diff options
| author | Michael <[email protected]> | 2017-03-25 08:51:22 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-03-25 08:51:22 -0400 |
| commit | f65f8a3c553dc0c15d707a26b23cdbf09b04ba7d (patch) | |
| tree | 64988689f58d7ad1464e772211a4ba4271ca3ea0 /Project-Unite/Web.config | |
| parent | 38640e179bc8f16348befdb9e117e057e8dbc29c (diff) | |
| download | project-unite-f65f8a3c553dc0c15d707a26b23cdbf09b04ba7d.tar.gz project-unite-f65f8a3c553dc0c15d707a26b23cdbf09b04ba7d.tar.bz2 project-unite-f65f8a3c553dc0c15d707a26b23cdbf09b04ba7d.zip | |
Allow broadcast notifications to be fired to Discord.
Diffstat (limited to 'Project-Unite/Web.config')
| -rw-r--r-- | Project-Unite/Web.config | 4 |
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" /> |
