Allow multiple .net framework versions.
v4.5, v4, v3.5, v3, v2
158
votes

1 comment
-
Dennis V McEnaney commented
It doesn't seem clear how I'd set this:
<httpRuntime targetFramework="4.5" />
Or this even:
<add key="aspnet:UseTaskFriendlySynchronizationContext" value="true" />
?