Skip to content

Commit 5a1c67b

Browse files
committed
Changing targetFramework to 4.6.1
1 parent c82ff5c commit 5a1c67b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eFormAPI/eFormAPI/Web.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
-->
4949
<system.web>
5050
<compilation debug="true" targetFramework="4.6.1" />
51-
<httpRuntime targetFramework="4.6" maxRequestLength="1024000" />
51+
<httpRuntime targetFramework="4.6.1" maxRequestLength="1024000" />
5252
<httpModules />
5353
</system.web>
5454
<system.webServer>

0 commit comments

Comments
 (0)