Skip to content

Commit 7addbee

Browse files
committed
Changing httpRuntime targetFramework to 4.6.2
1 parent 0dcf607 commit 7addbee

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/WebJobs.Script.WebHost/Web.config

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,12 @@
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>

0 commit comments

Comments
 (0)