|
7 | 7 | </sectionGroup> |
8 | 8 | </configSections> |
9 | 9 | <system.web.webPages.razor> |
10 | | - <host factoryType="System.Web.Mvc.MvcWebRazorHostFactory, System.Web.Mvc, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" /> |
| 10 | + <host factoryType="System.Web.Mvc.MvcWebRazorHostFactory, System.Web.Mvc, Version=5.2.9.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" /> |
11 | 11 | <pages pageBaseType="System.Web.Mvc.WebViewPage"> |
12 | 12 | <namespaces> |
13 | 13 | <add namespace="System.Web.Mvc" /> |
|
29 | 29 | </dependentAssembly> |
30 | 30 | <dependentAssembly xmlns="urn:schemas-microsoft-com:asm.v1"> |
31 | 31 | <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" /> |
32 | | - <bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" /> |
| 32 | + <bindingRedirect oldVersion="0.0.0.0-13.0.0.0" newVersion="13.0.0.0" /> |
33 | 33 | </dependentAssembly> |
34 | 34 | <dependentAssembly xmlns="urn:schemas-microsoft-com:asm.v1"> |
35 | 35 | <assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35" culture="neutral" /> |
36 | 36 | <bindingRedirect oldVersion="0.0.0.0-1.6.5135.21930" newVersion="1.6.5135.21930" /> |
37 | 37 | </dependentAssembly> |
38 | 38 | <dependentAssembly xmlns="urn:schemas-microsoft-com:asm.v1"> |
39 | 39 | <assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" culture="neutral" /> |
40 | | - <bindingRedirect oldVersion="0.0.0.0-5.2.7.0" newVersion="5.2.7.0" /> |
| 40 | + <bindingRedirect oldVersion="0.0.0.0-5.2.9.0" newVersion="5.2.9.0" /> |
41 | 41 | </dependentAssembly> |
42 | 42 | <dependentAssembly xmlns="urn:schemas-microsoft-com:asm.v1"> |
43 | 43 | <assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35" culture="neutral" /> |
|
54 | 54 | <system.web> |
55 | 55 | <compilation> |
56 | 56 | <assemblies> |
57 | | - <add assembly="System.Web.Mvc, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" /> |
| 57 | + <add assembly="System.Web.Mvc, Version=5.2.9.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" /> |
58 | 58 | </assemblies> |
59 | 59 | </compilation> |
60 | 60 | </system.web> |
|
0 commit comments