1
0
mirror of https://github.com/ppy/osu.git synced 2024-10-01 16:37:26 +08:00
osu-lazer/osu.Game.Tests/app.config

15 lines
671 B
Plaintext
Raw Normal View History

2017-09-25 11:52:01 +08:00
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-10.0.0.0" newVersion="10.0.0.0" />
</dependentAssembly>
2017-10-05 03:52:12 +08:00
<dependentAssembly>
<assemblyIdentity name="SharpCompress" publicKeyToken="afb0a02973931d96" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-0.18.1.0" newVersion="0.18.1.0" />
</dependentAssembly>
2017-09-25 11:52:01 +08:00
</assemblyBinding>
</runtime>
</configuration>