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
<connectionStrings >
8
- <add name =" DefaultConnection" connectionString =" Data Source=(LocalDb)\v11.0;Integrated Security=SSPI;AttachDBFilename=|DataDirectory|\Hangfire.MvcApplication.mdf" providerName =" System.Data.SqlClient" />
8
+ <add name =" DefaultConnection" connectionString =" Data Source=(LocalDb)\v11.0;Integrated Security=SSPI;AttachDBFilename=|DataDirectory|\Hangfire.MvcApplication.mdf" providerName =" System.Data.SqlClient" />
9
9
</connectionStrings >
10
10
<appSettings >
11
- <add key =" webpages:Version" value =" 3.0.0.0" />
12
- <add key =" webpages:Enabled" value =" false" />
13
- <add key =" ClientValidationEnabled" value =" true" />
14
- <add key =" UnobtrusiveJavaScriptEnabled" value =" true" />
11
+ <add key =" webpages:Version" value =" 3.0.0.0" />
12
+ <add key =" webpages:Enabled" value =" false" />
13
+ <add key =" ClientValidationEnabled" value =" true" />
14
+ <add key =" UnobtrusiveJavaScriptEnabled" value =" true" />
15
15
</appSettings >
16
+ <!--
17
+ For a description of web.config changes see http://go.microsoft.com/fwlink/?LinkId=235367.
18
+
19
+ The following attributes can be set on the <httpRuntime> tag.
20
+ <system.Web>
21
+ <httpRuntime targetFramework="4.8" />
22
+ </system.Web>
23
+ -->
16
24
<system .web>
17
- <compilation debug =" true" targetFramework =" 4.5.1 " />
18
- <httpRuntime targetFramework =" 4.5.1" />
25
+ <compilation debug =" true" targetFramework =" 4.8 " />
26
+ <httpRuntime targetFramework =" 4.5.1" />
19
27
</system .web>
20
28
<runtime >
21
29
<assemblyBinding xmlns =" urn:schemas-microsoft-com:asm.v1" >
22
30
<dependentAssembly >
23
- <assemblyIdentity name =" Microsoft.Owin" publicKeyToken =" 31bf3856ad364e35" />
24
- <bindingRedirect oldVersion =" 0.0.0.0-3.0.0.0" newVersion =" 3.0.0.0" />
31
+ <assemblyIdentity name =" Microsoft.Owin" publicKeyToken =" 31bf3856ad364e35" />
32
+ <bindingRedirect oldVersion =" 0.0.0.0-3.0.0.0" newVersion =" 3.0.0.0" />
25
33
</dependentAssembly >
26
34
<dependentAssembly >
27
- <assemblyIdentity name =" Microsoft.Owin.Security.OAuth" publicKeyToken =" 31bf3856ad364e35" />
28
- <bindingRedirect oldVersion =" 1.0.0.0-3.0.0.0" newVersion =" 3.0.0.0" />
35
+ <assemblyIdentity name =" Microsoft.Owin.Security.OAuth" publicKeyToken =" 31bf3856ad364e35" />
36
+ <bindingRedirect oldVersion =" 1.0.0.0-3.0.0.0" newVersion =" 3.0.0.0" />
29
37
</dependentAssembly >
30
38
<dependentAssembly >
31
- <assemblyIdentity name =" Microsoft.Owin.Security.Cookies" publicKeyToken =" 31bf3856ad364e35" />
32
- <bindingRedirect oldVersion =" 1.0.0.0-3.0.0.0" newVersion =" 3.0.0.0" />
39
+ <assemblyIdentity name =" Microsoft.Owin.Security.Cookies" publicKeyToken =" 31bf3856ad364e35" />
40
+ <bindingRedirect oldVersion =" 1.0.0.0-3.0.0.0" newVersion =" 3.0.0.0" />
33
41
</dependentAssembly >
34
42
<dependentAssembly >
35
- <assemblyIdentity name =" Microsoft.Owin.Security" publicKeyToken =" 31bf3856ad364e35" />
36
- <bindingRedirect oldVersion =" 0.0.0.0-3.0.0.0" newVersion =" 3.0.0.0" />
43
+ <assemblyIdentity name =" Microsoft.Owin.Security" publicKeyToken =" 31bf3856ad364e35" />
44
+ <bindingRedirect oldVersion =" 0.0.0.0-3.0.0.0" newVersion =" 3.0.0.0" />
37
45
</dependentAssembly >
38
46
<dependentAssembly >
39
- <assemblyIdentity name =" Newtonsoft.Json" culture =" neutral" publicKeyToken =" 30ad4fe6b2a6aeed" />
40
- <bindingRedirect oldVersion =" 0.0.0.0-9.0.0.0" newVersion =" 9.0.0.0" />
47
+ <assemblyIdentity name =" Newtonsoft.Json" culture =" neutral" publicKeyToken =" 30ad4fe6b2a6aeed" />
48
+ <bindingRedirect oldVersion =" 0.0.0.0-9.0.0.0" newVersion =" 9.0.0.0" />
41
49
</dependentAssembly >
42
50
<dependentAssembly >
43
- <assemblyIdentity name =" System.Web.Optimization" publicKeyToken =" 31bf3856ad364e35" />
44
- <bindingRedirect oldVersion =" 1.0.0.0-1.1.0.0" newVersion =" 1.1.0.0" />
51
+ <assemblyIdentity name =" System.Web.Optimization" publicKeyToken =" 31bf3856ad364e35" />
52
+ <bindingRedirect oldVersion =" 1.0.0.0-1.1.0.0" newVersion =" 1.1.0.0" />
45
53
</dependentAssembly >
46
54
<dependentAssembly >
47
- <assemblyIdentity name =" WebGrease" publicKeyToken =" 31bf3856ad364e35" />
48
- <bindingRedirect oldVersion =" 1.0.0.0-1.5.2.14234" newVersion =" 1.5.2.14234" />
55
+ <assemblyIdentity name =" WebGrease" publicKeyToken =" 31bf3856ad364e35" />
56
+ <bindingRedirect oldVersion =" 1.0.0.0-1.5.2.14234" newVersion =" 1.5.2.14234" />
49
57
</dependentAssembly >
50
58
<dependentAssembly >
51
- <assemblyIdentity name =" System.Web.Helpers" publicKeyToken =" 31bf3856ad364e35" />
52
- <bindingRedirect oldVersion =" 1.0.0.0-3.0.0.0" newVersion =" 3.0.0.0" />
59
+ <assemblyIdentity name =" System.Web.Helpers" publicKeyToken =" 31bf3856ad364e35" />
60
+ <bindingRedirect oldVersion =" 1.0.0.0-3.0.0.0" newVersion =" 3.0.0.0" />
53
61
</dependentAssembly >
54
62
<dependentAssembly >
55
- <assemblyIdentity name =" System.Web.WebPages" publicKeyToken =" 31bf3856ad364e35" />
56
- <bindingRedirect oldVersion =" 1.0.0.0-3.0.0.0" newVersion =" 3.0.0.0" />
63
+ <assemblyIdentity name =" System.Web.WebPages" publicKeyToken =" 31bf3856ad364e35" />
64
+ <bindingRedirect oldVersion =" 1.0.0.0-3.0.0.0" newVersion =" 3.0.0.0" />
57
65
</dependentAssembly >
58
66
<dependentAssembly >
59
- <assemblyIdentity name =" System.Web.Mvc" publicKeyToken =" 31bf3856ad364e35" />
60
- <bindingRedirect oldVersion =" 1.0.0.0-5.2.3.0" newVersion =" 5.2.3.0" />
67
+ <assemblyIdentity name =" System.Web.Mvc" publicKeyToken =" 31bf3856ad364e35" />
68
+ <bindingRedirect oldVersion =" 1.0.0.0-5.2.3.0" newVersion =" 5.2.3.0" />
61
69
</dependentAssembly >
62
70
</assemblyBinding >
63
71
</runtime >
64
- </configuration >
72
+ </configuration >
0 commit comments