summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/app.config
diff options
context:
space:
mode:
authorsr55 <[email protected]>2015-07-22 18:53:24 +0000
committersr55 <[email protected]>2015-07-22 18:53:24 +0000
commitb1e3d11e361b73a36a11f3f3462c75526fe100f2 (patch)
treea5250a8e4f690291b5c7cfde189aa59ed5ff7e04 /win/CS/HandBrakeWPF/app.config
parent06d3f871ff06643a673c0a6a2872bfa242623613 (diff)
WinGui: Migrate to the newly release .NET Framework 4.6. The installer will automatically offer to install this for most users. Visual Studio 2012 or later is now a requirement for developers. VS 2015 Community edition works fine.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7367 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/app.config')
-rw-r--r--win/CS/HandBrakeWPF/app.config6
1 files changed, 3 insertions, 3 deletions
diff --git a/win/CS/HandBrakeWPF/app.config b/win/CS/HandBrakeWPF/app.config
index fc4f3393f..5ea845f32 100644
--- a/win/CS/HandBrakeWPF/app.config
+++ b/win/CS/HandBrakeWPF/app.config
@@ -1,6 +1,6 @@
-<?xml version="1.0" encoding="utf-8" ?>
+<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
- <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0,Profile=Client"/>
+ <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6"/>
</startup>
-</configuration> \ No newline at end of file
+</configuration>