1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-12-12 11:15:43 +02:00
Sonarr/IISExpress/IisExpressAdminCmd.exe.config

7 lines
225 B
Plaintext
Raw Normal View History

2010-10-14 09:29:01 +03:00
<?xml version="1.0" encoding="UTF-8" ?>
2010-10-02 22:01:43 +03:00
<configuration>
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0" />
2010-10-14 09:29:01 +03:00
<supportedRuntime version="v2.0.50727" />
2010-10-02 22:01:43 +03:00
</startup>
</configuration>