Files
UnrealEngineUWP/Engine/Source/Programs/AutomationTool/app.config
Andrew Grant d2326e7dd5 Fix assembly version error that was occurring on some builders
Better reporting of this in OrionTestFramework should it occur again
Duplicated fix from //Orion/Dev-General where AI in tests were not being forced to the desired hero.
#lockdown Nick.Penwarden

[CL 3342043 by Andrew Grant in Main branch]
2017-03-10 16:19:34 -05:00

15 lines
495 B
XML

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
</startup>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-9.0.0.0" newVersion="9.0.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>