diff options
author | Ian C <ianc@noddybox.co.uk> | 2017-06-06 11:35:55 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2017-06-06 11:35:55 +0000 |
commit | c339f69055655290d57432940d3db9d88d9a0897 (patch) | |
tree | de29b3c28862a8c341a0088a664e4f8f40b9d832 /App.config | |
parent | a1a2c114dec908650ed4bca33846375e58fffeca (diff) |
Diffstat (limited to 'App.config')
-rw-r--r-- | App.config | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/App.config b/App.config new file mode 100644 index 0000000..fad249e --- /dev/null +++ b/App.config @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8" ?>
+<configuration>
+ <startup>
+ <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
+ </startup>
+</configuration>
\ No newline at end of file |