diff options
author | Arnavion <arnavion@gmail.com> | 2015-10-10 16:14:12 -0700 |
---|---|---|
committer | Arnavion <arnavion@gmail.com> | 2015-10-10 16:14:12 -0700 |
commit | f7e3d3f32c36140bf1838371b07d2052171f6758 (patch) | |
tree | 8d622821abf05ac0129a1059e48c327c4b26b237 /src/htm/app.config | |
parent | 671a838b52e75216a4c8389be2ca569488fea8ac (diff) |
Use VS 2015
Diffstat (limited to 'src/htm/app.config')
-rw-r--r-- | src/htm/app.config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/htm/app.config b/src/htm/app.config index 2f7cce78..ad1957f6 100644 --- a/src/htm/app.config +++ b/src/htm/app.config @@ -1,3 +1,3 @@ -<?xml version="1.0"?> -<configuration> -<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0,Profile=Client"/></startup></configuration> +<?xml version="1.0"?> +<configuration> +<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2"/></startup></configuration> |