1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 22:47:25 +08:00
osu-lazer/osu.Game.Modes.Osu/app.config

16 lines
676 B
Plaintext
Raw Normal View History

2017-02-27 19:38:30 +08:00
<?xml version="1.0" encoding="utf-8"?>
2016-12-06 17:56:20 +08:00
<!--
2017-02-14 15:13:25 +08:00
Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>.
2016-12-06 17:56:20 +08:00
Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
-->
2016-11-14 17:54:24 +08:00
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
2017-02-27 19:38:30 +08: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 17:54:24 +08:00
</dependentAssembly>
</assemblyBinding>
</runtime>
2017-02-27 19:38:30 +08:00
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" /></startup></configuration>