Skip to content

Commit

Permalink
Fix supportedRuntimes
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin committed Mar 29, 2019
1 parent ef564e1 commit 6dad5ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Licor4300_Collect/App.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
<supportedRuntime version="v2.0.50727"/>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />

</startup>
</configuration>

0 comments on commit 6dad5ce

Please sign in to comment.