App.config
author moel.mich
Wed, 18 Jul 2012 22:47:30 +0000
changeset 368 1036b453f1f6
permissions -rw-r--r--
Added a missing default case in the mainboard specific configuration selection. The missing default case prevented sensor data from getting displayed on unknown Asus mainboards with NCT6779D super I/O.
moel@189
     1
<?xml version="1.0" encoding="utf-8"?>
moel@189
     2
<configuration>
moel@189
     3
  <startup>
moel@189
     4
    <supportedRuntime version="v4.0" />
moel@189
     5
    <supportedRuntime version="v2.0.50727"/>
moel@189
     6
  </startup>
moel@189
     7
</configuration>