1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-07 02:37:19 +08:00

16 lines
676 B
Plaintext
Raw Permalink Normal View History

2017-02-27 20:38:30 +09:00
<?xml version="1.0" encoding="utf-8"?>
2016-12-06 18:56:20 +09:00
<!--
2017-02-14 16:13:25 +09:00
Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>.
2016-12-06 18:56:20 +09:00
Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
-->
2016-11-14 18:54:24 +09:00
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
2017-02-27 20:38:30 +09:00
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-9.0.0.0" newVersion="9.0.0.0" />
2016-11-14 18:54:24 +09:00
</dependentAssembly>
</assemblyBinding>
</runtime>
2017-02-27 20:38:30 +09:00
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" /></startup></configuration>