File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
src/WebJobs.Script.WebHost Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 3535 <clear />
3636 </namespaces >
3737 </pages >
38- <httpRuntime targetFramework =" 4.7.1" maxRequestLength =" 102400" maxUrlLength =" 8192" maxQueryStringLength =" 4096" requestPathInvalidCharacters =" " enableVersionHeader =" false" />
38+ <!-- Do not change the targetFramework version to match the current framework target.
39+ Common customer dependencies (e.g. ADAL) rely on legacy framework behavior and changing
40+ this is a breaking change for them. Before making any changes, please make sure this is
41+ discussed and validated.
42+ -->
43+ <httpRuntime targetFramework =" 4.6.2" maxRequestLength =" 102400" maxUrlLength =" 8192" maxQueryStringLength =" 4096" requestPathInvalidCharacters =" " enableVersionHeader =" false" />
3944 </system .web>
4045 </location >
4146 <system .webServer>
You can’t perform that action at this time.
0 commit comments