Skip to content

Instantly share code, notes, and snippets.

@ericBG
ericBG / Hearthstone Deck Tracker.exe.config
Created October 26, 2015 07:16
All files related to the problem
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<runtime>
<loadFromRemoteSources enabled="true"/>
</runtime>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
</startup>
</configuration>