This commit is contained in:
2019-02-14 19:21:03 +00:00
parent 70e8bfdb7e
commit 9dc8bbaf1b
9 changed files with 90 additions and 26 deletions

View File

@@ -2,6 +2,7 @@
<!-- For more information on how toconfigure your ASP.NET application, please visit
http://go.microsoft.com/fwlink/?LinkId=169433
-->
<!-- AyaNova RI CONFIG file version 2019-02-14 -->
<configuration>
<configSections></configSections>
<appSettings>
@@ -48,6 +49,10 @@
</system.webServer>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-9.0.0.0" newVersion="9.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35" />
<bindingRedirect oldVersion="1.0.0.0-2.0.0.0" newVersion="2.0.0.0" />