diff options
author | sr55 <[email protected]> | 2019-06-15 19:42:57 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2019-06-15 19:43:14 +0100 |
commit | 297d4abbeca9a580ba3701bc34b016ec3d57c44e (patch) | |
tree | b9014a7dafa8c6ec5ac9be2c2e37eb1a6473e392 /win/CS/HandBrake.Worker/HandBrake.Worker.csproj | |
parent | e07238956990c9c37858dc6c308a69f99a7400c2 (diff) |
WinGui: Move the UI to .NET Framework 4.8 to see if this helps with any of the user reports that the UI isn't launching.
Diffstat (limited to 'win/CS/HandBrake.Worker/HandBrake.Worker.csproj')
-rw-r--r-- | win/CS/HandBrake.Worker/HandBrake.Worker.csproj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/win/CS/HandBrake.Worker/HandBrake.Worker.csproj b/win/CS/HandBrake.Worker/HandBrake.Worker.csproj index 506e37245..38d794a5a 100644 --- a/win/CS/HandBrake.Worker/HandBrake.Worker.csproj +++ b/win/CS/HandBrake.Worker/HandBrake.Worker.csproj @@ -8,9 +8,10 @@ <OutputType>Exe</OutputType> <RootNamespace>HandBrake.Worker</RootNamespace> <AssemblyName>HandBrake.Worker</AssemblyName> - <TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion> + <TargetFrameworkVersion>v4.8</TargetFrameworkVersion> <FileAlignment>512</FileAlignment> <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> + <TargetFrameworkProfile /> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> <DebugSymbols>true</DebugSymbols> |