Files
osu-framework/SampleGame.Android/app.config
tangalbert919 213c70d4fe Add code from target-android branch
Some changes to the added code were made so it would work with this structure.
2018-12-26 10:55:13 -06:00

11 lines
419 B
XML

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>