diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-02-14 20:42:43 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-02-14 20:42:43 -0500 |
| commit | 4dc8c65daf3f2d17d32d2ad1bc2ee60108e3094b (patch) | |
| tree | 6b6fb7e139a2cbc452ec579d96039bd0d4e38caf /HTML Editor/App.config | |
| download | html-editor-master.tar.gz html-editor-master.tar.bz2 html-editor-master.zip | |
Diffstat (limited to 'HTML Editor/App.config')
| -rw-r--r-- | HTML Editor/App.config | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/HTML Editor/App.config b/HTML Editor/App.config new file mode 100644 index 0000000..6c57b2e --- /dev/null +++ b/HTML Editor/App.config @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8" ?> +<configuration> + <startup> + <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6" /> + </startup> +</configuration>
\ No newline at end of file |
