|
1 | | -<?xml version="1.0" encoding="utf-8"?> |
| 1 | +<?xml version="1.0"?> |
2 | 2 | <!-- |
3 | 3 | For more information on how to configure your ASP.NET application, please visit |
4 | 4 | http://go.microsoft.com/fwlink/?LinkId=301880 |
5 | 5 | --> |
6 | 6 | <configuration> |
7 | 7 | <appSettings file="Local.config"> |
8 | | - <add key="webpages:Version" value="3.0.0.0" /> |
9 | | - <add key="webpages:Enabled" value="false" /> |
10 | | - <add key="ClientValidationEnabled" value="true" /> |
11 | | - <add key="UnobtrusiveJavaScriptEnabled" value="true" /> |
| 8 | + <add key="webpages:Version" value="3.0.0.0"/> |
| 9 | + <add key="webpages:Enabled" value="false"/> |
| 10 | + <add key="ClientValidationEnabled" value="true"/> |
| 11 | + <add key="UnobtrusiveJavaScriptEnabled" value="true"/> |
12 | 12 | </appSettings> |
| 13 | + <!-- |
| 14 | + For a description of web.config changes see http://go.microsoft.com/fwlink/?LinkId=235367. |
| 15 | +
|
| 16 | + The following attributes can be set on the <httpRuntime> tag. |
| 17 | + <system.Web> |
| 18 | + <httpRuntime targetFramework="4.7.2" /> |
| 19 | + </system.Web> |
| 20 | + --> |
13 | 21 | <system.web> |
14 | | - <compilation debug="true" targetFramework="4.5.2" /> |
15 | | - <httpRuntime targetFramework="4.5.2" /> |
| 22 | + <compilation debug="true" targetFramework="4.7.2"/> |
| 23 | + <httpRuntime targetFramework="4.5.2"/> |
16 | 24 | </system.web> |
17 | 25 | <runtime> |
18 | 26 | <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> |
19 | 27 | <dependentAssembly> |
20 | | - <assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35" /> |
21 | | - <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" /> |
| 28 | + <assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35"/> |
| 29 | + <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0"/> |
22 | 30 | </dependentAssembly> |
23 | 31 | <dependentAssembly> |
24 | | - <assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35" /> |
25 | | - <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" /> |
| 32 | + <assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35"/> |
| 33 | + <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0"/> |
26 | 34 | </dependentAssembly> |
27 | 35 | <dependentAssembly> |
28 | | - <assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" /> |
29 | | - <bindingRedirect oldVersion="1.0.0.0-5.2.7.0" newVersion="5.2.7.0" /> |
| 36 | + <assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35"/> |
| 37 | + <bindingRedirect oldVersion="1.0.0.0-5.2.7.0" newVersion="5.2.7.0"/> |
30 | 38 | </dependentAssembly> |
31 | 39 | <dependentAssembly> |
32 | | - <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" /> |
33 | | - <bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" /> |
| 40 | + <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral"/> |
| 41 | + <bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0"/> |
34 | 42 | </dependentAssembly> |
35 | 43 | <dependentAssembly> |
36 | | - <assemblyIdentity name="System.IdentityModel.Tokens.Jwt" publicKeyToken="31bf3856ad364e35" culture="neutral" /> |
37 | | - <bindingRedirect oldVersion="0.0.0.0-6.8.0.0" newVersion="6.8.0.0" /> |
| 44 | + <assemblyIdentity name="System.IdentityModel.Tokens.Jwt" publicKeyToken="31bf3856ad364e35" culture="neutral"/> |
| 45 | + <bindingRedirect oldVersion="0.0.0.0-6.8.0.0" newVersion="6.8.0.0"/> |
38 | 46 | </dependentAssembly> |
39 | 47 | <dependentAssembly> |
40 | | - <assemblyIdentity name="Microsoft.IdentityModel.Tokens" publicKeyToken="31bf3856ad364e35" culture="neutral" /> |
41 | | - <bindingRedirect oldVersion="0.0.0.0-6.8.0.0" newVersion="6.8.0.0" /> |
| 48 | + <assemblyIdentity name="Microsoft.IdentityModel.Tokens" publicKeyToken="31bf3856ad364e35" culture="neutral"/> |
| 49 | + <bindingRedirect oldVersion="0.0.0.0-6.8.0.0" newVersion="6.8.0.0"/> |
42 | 50 | </dependentAssembly> |
43 | 51 | </assemblyBinding> |
44 | 52 | </runtime> |
45 | 53 | <system.codedom> |
46 | 54 | <compilers> |
47 | | - <compiler extension=".cs" language="c#;cs;csharp" warningLevel="4" compilerOptions="/langversion:6 /nowarn:1659;1699;1701;612;618" type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" /> |
48 | | - <compiler extension=".vb" language="vb;vbs;visualbasic;vbscript" warningLevel="4" compilerOptions="/langversion:14 /nowarn:41008,40000,40008 /define:_MYTYPE=\"Web\" /optionInfer+" type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.VBCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" /> |
| 55 | + <compiler extension=".cs" language="c#;cs;csharp" warningLevel="4" compilerOptions="/langversion:6 /nowarn:1659;1699;1701;612;618" type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/> |
| 56 | + <compiler extension=".vb" language="vb;vbs;visualbasic;vbscript" warningLevel="4" compilerOptions="/langversion:14 /nowarn:41008,40000,40008 /define:_MYTYPE=\"Web\" /optionInfer+" type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.VBCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/> |
49 | 57 | </compilers> |
50 | 58 | </system.codedom> |
51 | 59 | </configuration> |
0 commit comments