diff options
author | sr55 <[email protected]> | 2020-11-29 22:47:22 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2020-11-29 22:47:22 +0000 |
commit | 567ab02957498f8efa10334cd6d0be9fee16bd3c (patch) | |
tree | aaf9dcba2fa05fd9d5acd6cb7d51a91b8381acd8 /win/CS/HandBrakeWPF | |
parent | b04881d49aa9ceb369a663761eb5caae012d8c75 (diff) |
WinGui: Add dependency to System.Security.Permissions Fixes #3253
Diffstat (limited to 'win/CS/HandBrakeWPF')
-rw-r--r-- | win/CS/HandBrakeWPF/HandBrakeWPF.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/HandBrakeWPF.csproj b/win/CS/HandBrakeWPF/HandBrakeWPF.csproj index 3cffd379c..9b5c4c0ec 100644 --- a/win/CS/HandBrakeWPF/HandBrakeWPF.csproj +++ b/win/CS/HandBrakeWPF/HandBrakeWPF.csproj @@ -45,6 +45,7 @@ <PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="Ookii.Dialogs.Wpf" Version="3.0.1" />
<PackageReference Include="System.Management" Version="5.0.0" />
+ <PackageReference Include="System.Security.Permissions" Version="5.0.0" />
</ItemGroup>
<ItemGroup>
|