1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-03-04 02:18:06 +00:00
Lidarr/IISExpress/IisExpressAdminCmd.exe.config

7 lines
225 B
Text
Raw Normal View History

2010-10-13 23:29:01 -07:00
<?xml version="1.0" encoding="UTF-8" ?>
2010-10-02 12:01:43 -07:00
<configuration>
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0" />
2010-10-13 23:29:01 -07:00
<supportedRuntime version="v2.0.50727" />
2010-10-02 12:01:43 -07:00
</startup>
</configuration>