jellyfin/Emby.Server.Core/app.config

12 lines
501 B
Text
Raw Normal View History

2017-05-24 22:45:49 +02:00
<?xml version="1.0" encoding="utf-8"?>
2016-10-25 21:02:04 +02:00
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
2017-05-24 22:45:49 +02:00
<assemblyIdentity name="SimpleInjector" publicKeyToken="984cb50dea722e99" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-4.0.7.0" newVersion="4.0.7.0"/>
2016-10-25 21:02:04 +02:00
</dependentAssembly>
</assemblyBinding>
</runtime>
2017-05-24 22:45:49 +02:00
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6"/></startup></configuration>