1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2024-12-26 01:38:24 +00:00
Radarr/IISExpress/IisExpressAdminCmd.exe.config

7 lines
225 B
Text
Raw Normal View History

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