diff options
author | sr55 <[email protected]> | 2019-12-18 16:15:38 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2019-12-18 16:15:38 +0000 |
commit | 76300a6996a06e86a3dee29f26f605d8a5d1ff67 (patch) | |
tree | 88f621f84214d6e2e9464e2790f2d2ee1fcda5c7 /win/CS/HandBrake.Interop | |
parent | b936532f359d1925294cb657046258f5cbc9fac4 (diff) |
WinGui: Switch all projects to use PackageReferences.
Diffstat (limited to 'win/CS/HandBrake.Interop')
-rw-r--r-- | win/CS/HandBrake.Interop/HandBrake.Interop.csproj | 16 | ||||
-rw-r--r-- | win/CS/HandBrake.Interop/packages.config | 5 |
2 files changed, 8 insertions, 13 deletions
diff --git a/win/CS/HandBrake.Interop/HandBrake.Interop.csproj b/win/CS/HandBrake.Interop/HandBrake.Interop.csproj index e6f5b4769..a549e2434 100644 --- a/win/CS/HandBrake.Interop/HandBrake.Interop.csproj +++ b/win/CS/HandBrake.Interop/HandBrake.Interop.csproj @@ -35,12 +35,6 @@ <Prefer32Bit>false</Prefer32Bit> </PropertyGroup> <ItemGroup> - <Reference Include="GongSolutions.WPF.DragDrop, Version=2.0.0.0, Culture=neutral, PublicKeyToken=91f1945125b7a587, processorArchitecture=MSIL"> - <HintPath>..\packages\gong-wpf-dragdrop.2.0.1\lib\net47\GongSolutions.WPF.DragDrop.dll</HintPath> - </Reference> - <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> - <HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath> - </Reference> <Reference Include="System" /> <Reference Include="System.Core"> <RequiredTargetFramework>3.5</RequiredTargetFramework> @@ -178,7 +172,6 @@ <Link>stylecop.json</Link> </AdditionalFiles> <None Include="app.config" /> - <None Include="packages.config" /> </ItemGroup> <ItemGroup> <None Include="HandBrake.Interop.nuspec" /> @@ -190,7 +183,14 @@ <SubType>Designer</SubType> </EmbeddedResource> </ItemGroup> - <ItemGroup /> + <ItemGroup> + <PackageReference Include="gong-wpf-dragdrop"> + <Version>2.0.1</Version> + </PackageReference> + <PackageReference Include="Newtonsoft.Json"> + <Version>12.0.2</Version> + </PackageReference> + </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <PropertyGroup> <TargetFrameworkSDKToolsDirectory Condition=" '$(Platform)' == 'x64'">$(TargetFrameworkSDKToolsDirectory)$(Platform)\</TargetFrameworkSDKToolsDirectory> diff --git a/win/CS/HandBrake.Interop/packages.config b/win/CS/HandBrake.Interop/packages.config deleted file mode 100644 index b63f76225..000000000 --- a/win/CS/HandBrake.Interop/packages.config +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<packages> - <package id="gong-wpf-dragdrop" version="2.0.1" targetFramework="net471" /> - <package id="Newtonsoft.Json" version="12.0.2" targetFramework="net471" /> -</packages>
\ No newline at end of file |