|
1 |
| -<?xml version="1.0"?> |
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <!--
|
3 | 3 | 有关如何配置 ASP.NET 应用程序的详细信息,请访问
|
4 | 4 | http://go.microsoft.com/fwlink/?LinkId=169433
|
|
13 | 13 | </system.Web>
|
14 | 14 | -->
|
15 | 15 | <system.web>
|
16 |
| - <compilation debug="true" targetFramework="4.7.2"/> |
17 |
| - <pages controlRenderingCompatibilityVersion="4.0"/> |
| 16 | + <compilation debug="true" targetFramework="4.7.2" /> |
| 17 | + <pages controlRenderingCompatibilityVersion="4.0" /> |
18 | 18 | </system.web>
|
19 | 19 | <runtime>
|
20 | 20 | <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
21 | 21 | <dependentAssembly>
|
22 |
| - <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral"/> |
23 |
| - <bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0"/> |
| 22 | + <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" /> |
| 23 | + <bindingRedirect oldVersion="0.0.0.0-13.0.0.0" newVersion="13.0.0.0" /> |
24 | 24 | </dependentAssembly>
|
25 | 25 | <dependentAssembly>
|
26 |
| - <assemblyIdentity name="Microsoft.AspNet.SignalR.Core" publicKeyToken="31bf3856ad364e35" culture="neutral"/> |
27 |
| - <bindingRedirect oldVersion="0.0.0.0-2.2.1.0" newVersion="2.2.1.0"/> |
| 26 | + <assemblyIdentity name="Microsoft.AspNet.SignalR.Core" publicKeyToken="31bf3856ad364e35" culture="neutral" /> |
| 27 | + <bindingRedirect oldVersion="0.0.0.0-2.2.1.0" newVersion="2.2.1.0" /> |
28 | 28 | </dependentAssembly>
|
29 | 29 | <dependentAssembly>
|
30 |
| - <assemblyIdentity name="Microsoft.Owin" publicKeyToken="31bf3856ad364e35" culture="neutral"/> |
31 |
| - <bindingRedirect oldVersion="0.0.0.0-4.1.1.0" newVersion="4.1.1.0"/> |
| 30 | + <assemblyIdentity name="Microsoft.Owin" publicKeyToken="31bf3856ad364e35" culture="neutral" /> |
| 31 | + <bindingRedirect oldVersion="0.0.0.0-4.1.1.0" newVersion="4.1.1.0" /> |
32 | 32 | </dependentAssembly>
|
33 | 33 | <dependentAssembly>
|
34 |
| - <assemblyIdentity name="Microsoft.Owin.Security" publicKeyToken="31bf3856ad364e35" culture="neutral"/> |
35 |
| - <bindingRedirect oldVersion="0.0.0.0-4.1.1.0" newVersion="4.1.1.0"/> |
| 34 | + <assemblyIdentity name="Microsoft.Owin.Security" publicKeyToken="31bf3856ad364e35" culture="neutral" /> |
| 35 | + <bindingRedirect oldVersion="0.0.0.0-4.1.1.0" newVersion="4.1.1.0" /> |
36 | 36 | </dependentAssembly>
|
37 | 37 | </assemblyBinding>
|
38 | 38 | </runtime>
|
|
0 commit comments