diff options
author | sr55 <[email protected]> | 2020-06-30 21:25:24 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2020-06-30 21:25:24 +0100 |
commit | c3e2d6b5dd1071476de70443f0cf7e8a3b3aa373 (patch) | |
tree | a9f0d5ffbeeb7c88a541a312cfd453279fce4907 /win/CS/HandBrake.Interop | |
parent | 4d5798c812a1caa4d3fdf0f6c505a9d612d33837 (diff) |
WinGui: General Package Maintenance
- Switch "HandBrake.Worker" over to the new SDK format cproj file.
- Update Newtonsoft Json to 12.0.3
- Remove old HandBrakeTools Project. It's no longer used.
Diffstat (limited to 'win/CS/HandBrake.Interop')
-rw-r--r-- | win/CS/HandBrake.Interop/HandBrake.Interop.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrake.Interop/HandBrake.Interop.csproj b/win/CS/HandBrake.Interop/HandBrake.Interop.csproj index 077e37504..4034d02c7 100644 --- a/win/CS/HandBrake.Interop/HandBrake.Interop.csproj +++ b/win/CS/HandBrake.Interop/HandBrake.Interop.csproj @@ -19,7 +19,7 @@ </PropertyGroup> <ItemGroup> - <PackageReference Include="Newtonsoft.Json" Version="12.0.2" /> + <PackageReference Include="Newtonsoft.Json" Version="12.0.3" /> </ItemGroup> </Project> |