Files
UnrealEngineUWP/Engine/Source/Programs/IOS/DeploymentServer/app.config
jeff williams b500894fca Bumped DeploymentServer to Net 4.6.2 for compatibility with MDI
#rb andrew.grant

#ROBOMERGE-OWNER: lina.halper
#ROBOMERGE-AUTHOR: jeff.williams
#ROBOMERGE-SOURCE: CL 6599617 in //UE4/Main/...
#ROBOMERGE-BOT: ANIM (Main -> Dev-Anim) (v363-6677109)

[CL 6710181 by jeff williams in Dev-Anim branch]
2019-05-31 13:57:06 -04:00

11 lines
271 B
XML

<?xml version="1.0"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2"/>
</startup>
<runtime>
<NetFx40_PInvokeStackResilience enabled="1"/>
<generatePublisherEvidence enabled="false"/>
</runtime>
</configuration>