|
6 | 6 | <configuration> |
7 | 7 | <configSections> |
8 | 8 | <!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 --> |
9 | | - <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" /> |
| 9 | + <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/> |
10 | 10 | </configSections> |
11 | 11 | <connectionStrings> |
12 | | - <add name="DefaultConnection" connectionString="Data Source=(LocalDb)\MSSQLLocalDB;AttachDbFilename=|DataDirectory|\aspnet-MvcApp-20220502113315.mdf;Initial Catalog=aspnet-MvcApp-20220502113315;Integrated Security=True" providerName="System.Data.SqlClient" /> |
| 12 | + <add name="DefaultConnection" connectionString="Data Source=(LocalDb)\MSSQLLocalDB;AttachDbFilename=|DataDirectory|\aspnet-MvcApp-20220502113315.mdf;Initial Catalog=aspnet-MvcApp-20220502113315;Integrated Security=True" providerName="System.Data.SqlClient"/> |
13 | 13 | </connectionStrings> |
14 | 14 | <appSettings> |
15 | | - <add key="webpages:Version" value="3.0.0.0" /> |
16 | | - <add key="webpages:Enabled" value="false" /> |
17 | | - <add key="ClientValidationEnabled" value="true" /> |
18 | | - <add key="UnobtrusiveJavaScriptEnabled" value="true" /> |
| 15 | + <add key="webpages:Version" value="3.0.0.0"/> |
| 16 | + <add key="webpages:Enabled" value="false"/> |
| 17 | + <add key="ClientValidationEnabled" value="true"/> |
| 18 | + <add key="UnobtrusiveJavaScriptEnabled" value="true"/> |
19 | 19 | </appSettings> |
20 | 20 | <!-- |
21 | 21 | For a description of web.config changes see http://go.microsoft.com/fwlink/?LinkId=235367. |
|
28 | 28 | <system.web> |
29 | 29 | <compilation debug="true" targetFramework="4.7.2"> |
30 | 30 | <assemblies> |
31 | | - <add assembly="netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51" /> |
| 31 | + <add assembly="netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51"/> |
32 | 32 | </assemblies> |
33 | 33 | </compilation> |
34 | | - <httpRuntime targetFramework="4.7.2" /> |
| 34 | + <httpRuntime targetFramework="4.7.2"/> |
35 | 35 | </system.web> |
36 | 36 | <runtime> |
37 | 37 | <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> |
| 38 | + <dependentAssembly> |
| 39 | + <assemblyIdentity name="Microsoft.Extensions.Logging.Abstractions" publicKeyToken="ADB9793829DDAE60" culture="neutral"/> |
| 40 | + <bindingRedirect oldVersion="0.0.0.0-6.0.0.1" newVersion="6.0.0.1"/> |
| 41 | + </dependentAssembly> |
38 | 42 | <dependentAssembly> |
39 | 43 | <assemblyIdentity name="System.Text.Encodings.Web" publicKeyToken="CC7B13FFCD2DDD51" culture="neutral"/> |
40 | 44 | <bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0"/> |
|
44 | 48 | <bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0"/> |
45 | 49 | </dependentAssembly> |
46 | 50 | <dependentAssembly> |
47 | | - <assemblyIdentity name="System.ComponentModel.Annotations" publicKeyToken="B03F5F7F11D50A3A" culture="neutral" /> |
48 | | - <bindingRedirect oldVersion="0.0.0.0-4.2.1.0" newVersion="4.2.1.0" /> |
| 51 | + <assemblyIdentity name="System.ComponentModel.Annotations" publicKeyToken="B03F5F7F11D50A3A" culture="neutral"/> |
| 52 | + <bindingRedirect oldVersion="0.0.0.0-4.2.1.0" newVersion="4.2.1.0"/> |
49 | 53 | </dependentAssembly> |
50 | 54 | <dependentAssembly> |
51 | | - <assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="B03F5F7F11D50A3A" culture="neutral" /> |
52 | | - <bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" /> |
| 55 | + <assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="B03F5F7F11D50A3A" culture="neutral"/> |
| 56 | + <bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0"/> |
53 | 57 | </dependentAssembly> |
54 | 58 | <dependentAssembly> |
55 | | - <assemblyIdentity name="Antlr3.Runtime" publicKeyToken="eb42632606e9261f" /> |
56 | | - <bindingRedirect oldVersion="0.0.0.0-3.5.0.2" newVersion="3.5.0.2" /> |
| 59 | + <assemblyIdentity name="Antlr3.Runtime" publicKeyToken="eb42632606e9261f"/> |
| 60 | + <bindingRedirect oldVersion="0.0.0.0-3.5.0.2" newVersion="3.5.0.2"/> |
57 | 61 | </dependentAssembly> |
58 | 62 | <dependentAssembly> |
59 | | - <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" /> |
60 | | - <bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" /> |
| 63 | + <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed"/> |
| 64 | + <bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0"/> |
61 | 65 | </dependentAssembly> |
62 | 66 | <dependentAssembly> |
63 | | - <assemblyIdentity name="System.Web.Optimization" publicKeyToken="31bf3856ad364e35" /> |
64 | | - <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="1.1.0.0" /> |
| 67 | + <assemblyIdentity name="System.Web.Optimization" publicKeyToken="31bf3856ad364e35"/> |
| 68 | + <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="1.1.0.0"/> |
65 | 69 | </dependentAssembly> |
66 | 70 | <dependentAssembly> |
67 | | - <assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35" /> |
68 | | - <bindingRedirect oldVersion="0.0.0.0-1.6.5135.21930" newVersion="1.6.5135.21930" /> |
| 71 | + <assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35"/> |
| 72 | + <bindingRedirect oldVersion="0.0.0.0-1.6.5135.21930" newVersion="1.6.5135.21930"/> |
69 | 73 | </dependentAssembly> |
70 | 74 | <dependentAssembly> |
71 | | - <assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35" /> |
72 | | - <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" /> |
| 75 | + <assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35"/> |
| 76 | + <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0"/> |
73 | 77 | </dependentAssembly> |
74 | 78 | <dependentAssembly> |
75 | | - <assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35" /> |
76 | | - <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" /> |
| 79 | + <assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35"/> |
| 80 | + <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0"/> |
77 | 81 | </dependentAssembly> |
78 | 82 | <dependentAssembly> |
79 | | - <assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" /> |
80 | | - <bindingRedirect oldVersion="1.0.0.0-5.2.7.0" newVersion="5.2.7.0" /> |
| 83 | + <assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35"/> |
| 84 | + <bindingRedirect oldVersion="1.0.0.0-5.2.7.0" newVersion="5.2.7.0"/> |
81 | 85 | </dependentAssembly> |
82 | 86 | <dependentAssembly> |
83 | | - <assemblyIdentity name="Microsoft.Owin" publicKeyToken="31bf3856ad364e35" culture="neutral" /> |
84 | | - <bindingRedirect oldVersion="0.0.0.0-4.2.1.0" newVersion="4.2.1.0" /> |
| 87 | + <assemblyIdentity name="Microsoft.Owin" publicKeyToken="31bf3856ad364e35" culture="neutral"/> |
| 88 | + <bindingRedirect oldVersion="0.0.0.0-4.2.1.0" newVersion="4.2.1.0"/> |
85 | 89 | </dependentAssembly> |
86 | 90 | <dependentAssembly> |
87 | | - <assemblyIdentity name="Microsoft.Owin.Security" publicKeyToken="31bf3856ad364e35" culture="neutral" /> |
88 | | - <bindingRedirect oldVersion="0.0.0.0-4.2.1.0" newVersion="4.2.1.0" /> |
| 91 | + <assemblyIdentity name="Microsoft.Owin.Security" publicKeyToken="31bf3856ad364e35" culture="neutral"/> |
| 92 | + <bindingRedirect oldVersion="0.0.0.0-4.2.1.0" newVersion="4.2.1.0"/> |
89 | 93 | </dependentAssembly> |
90 | 94 | <dependentAssembly> |
91 | | - <assemblyIdentity name="Microsoft.Owin.Security.OAuth" publicKeyToken="31bf3856ad364e35" culture="neutral" /> |
92 | | - <bindingRedirect oldVersion="0.0.0.0-4.2.1.0" newVersion="4.2.1.0" /> |
| 95 | + <assemblyIdentity name="Microsoft.Owin.Security.OAuth" publicKeyToken="31bf3856ad364e35" culture="neutral"/> |
| 96 | + <bindingRedirect oldVersion="0.0.0.0-4.2.1.0" newVersion="4.2.1.0"/> |
93 | 97 | </dependentAssembly> |
94 | 98 | <dependentAssembly> |
95 | | - <assemblyIdentity name="Microsoft.Owin.Security.Cookies" publicKeyToken="31bf3856ad364e35" culture="neutral" /> |
96 | | - <bindingRedirect oldVersion="0.0.0.0-4.2.1.0" newVersion="4.2.1.0" /> |
| 99 | + <assemblyIdentity name="Microsoft.Owin.Security.Cookies" publicKeyToken="31bf3856ad364e35" culture="neutral"/> |
| 100 | + <bindingRedirect oldVersion="0.0.0.0-4.2.1.0" newVersion="4.2.1.0"/> |
97 | 101 | </dependentAssembly> |
98 | 102 | <dependentAssembly> |
99 | | - <assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" /> |
100 | | - <bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" /> |
| 103 | + <assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/> |
| 104 | + <bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0"/> |
101 | 105 | </dependentAssembly> |
102 | 106 | <dependentAssembly> |
103 | | - <assemblyIdentity name="Microsoft.Extensions.Primitives" publicKeyToken="adb9793829ddae60" culture="neutral" /> |
104 | | - <bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" /> |
| 107 | + <assemblyIdentity name="Microsoft.Extensions.Primitives" publicKeyToken="adb9793829ddae60" culture="neutral"/> |
| 108 | + <bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0"/> |
105 | 109 | </dependentAssembly> |
106 | 110 | <dependentAssembly> |
107 | | - <assemblyIdentity name="Microsoft.Extensions.Configuration.Abstractions" publicKeyToken="adb9793829ddae60" culture="neutral" /> |
108 | | - <bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" /> |
| 111 | + <assemblyIdentity name="Microsoft.Extensions.Configuration.Abstractions" publicKeyToken="adb9793829ddae60" culture="neutral"/> |
| 112 | + <bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0"/> |
109 | 113 | </dependentAssembly> |
110 | 114 | <dependentAssembly> |
111 | | - <assemblyIdentity name="Microsoft.Extensions.DependencyInjection.Abstractions" publicKeyToken="adb9793829ddae60" culture="neutral" /> |
112 | | - <bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" /> |
| 115 | + <assemblyIdentity name="Microsoft.Extensions.DependencyInjection.Abstractions" publicKeyToken="adb9793829ddae60" culture="neutral"/> |
| 116 | + <bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0"/> |
113 | 117 | </dependentAssembly> |
114 | 118 | <dependentAssembly> |
115 | | - <assemblyIdentity name="Microsoft.Extensions.FileProviders.Abstractions" publicKeyToken="adb9793829ddae60" culture="neutral" /> |
116 | | - <bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" /> |
| 119 | + <assemblyIdentity name="Microsoft.Extensions.FileProviders.Abstractions" publicKeyToken="adb9793829ddae60" culture="neutral"/> |
| 120 | + <bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0"/> |
117 | 121 | </dependentAssembly> |
118 | 122 | <dependentAssembly> |
119 | | - <assemblyIdentity name="Microsoft.AspNetCore.DataProtection.Abstractions" publicKeyToken="adb9793829ddae60" culture="neutral" /> |
120 | | - <bindingRedirect oldVersion="0.0.0.0-6.0.7.0" newVersion="6.0.7.0" /> |
| 123 | + <assemblyIdentity name="Microsoft.AspNetCore.DataProtection.Abstractions" publicKeyToken="adb9793829ddae60" culture="neutral"/> |
| 124 | + <bindingRedirect oldVersion="0.0.0.0-6.0.7.0" newVersion="6.0.7.0"/> |
121 | 125 | </dependentAssembly> |
122 | 126 | </assemblyBinding> |
123 | 127 | </runtime> |
124 | 128 | <system.codedom> |
125 | 129 | <compilers> |
126 | | - <compiler extension=".cs" language="c#;cs;csharp" warningLevel="4" compilerOptions="/langversion:7.3 /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" /> |
127 | | - <compiler extension=".vb" language="vb;vbs;visualbasic;vbscript" warningLevel="4" compilerOptions="/langversion:default /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" /> |
| 130 | + <compiler extension=".cs" language="c#;cs;csharp" warningLevel="4" compilerOptions="/langversion:7.3 /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"/> |
| 131 | + <compiler extension=".vb" language="vb;vbs;visualbasic;vbscript" warningLevel="4" compilerOptions="/langversion:default /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"/> |
128 | 132 | </compilers> |
129 | 133 | </system.codedom> |
130 | 134 | <system.webServer> |
131 | 135 | <modules> |
132 | | - <remove name="SystemWebAdapterModule" /> |
133 | | - <add name="SystemWebAdapterModule" type="Microsoft.AspNetCore.SystemWebAdapters.SystemWebAdapterModule, Microsoft.AspNetCore.SystemWebAdapters.FrameworkServices" preCondition="managedHandler" /> |
| 136 | + <remove name="SystemWebAdapterModule"/> |
| 137 | + <add name="SystemWebAdapterModule" type="Microsoft.AspNetCore.SystemWebAdapters.SystemWebAdapterModule, Microsoft.AspNetCore.SystemWebAdapters.FrameworkServices" preCondition="managedHandler"/> |
134 | 138 | </modules> |
135 | 139 | <handlers> |
136 | | - <remove name="ExtensionlessUrlHandler-Integrated-4.0" /> |
137 | | - <remove name="OPTIONSVerbHandler" /> |
138 | | - <remove name="TRACEVerbHandler" /> |
139 | | - <add name="ExtensionlessUrlHandler-Integrated-4.0" path="*." verb="*" type="System.Web.Handlers.TransferRequestHandler" preCondition="integratedMode,runtimeVersionv4.0" /> |
| 140 | + <remove name="ExtensionlessUrlHandler-Integrated-4.0"/> |
| 141 | + <remove name="OPTIONSVerbHandler"/> |
| 142 | + <remove name="TRACEVerbHandler"/> |
| 143 | + <add name="ExtensionlessUrlHandler-Integrated-4.0" path="*." verb="*" type="System.Web.Handlers.TransferRequestHandler" preCondition="integratedMode,runtimeVersionv4.0"/> |
140 | 144 | </handlers> |
141 | 145 | </system.webServer> |
142 | 146 | <entityFramework> |
143 | | - <defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework" /> |
| 147 | + <defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework"/> |
144 | 148 | <providers> |
145 | | - <provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" /> |
| 149 | + <provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer"/> |
146 | 150 | </providers> |
147 | 151 | </entityFramework> |
148 | 152 | </configuration> |
0 commit comments