Skip to content

Commit

Permalink
Updated library
Browse files Browse the repository at this point in the history
  • Loading branch information
theasern committed Feb 12, 2019
1 parent 4358f81 commit beb4ac7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions YTDownloader/YTDownloader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@
<Reference Include="Google.Protobuf, Version=3.6.1.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">
<HintPath>..\packages\Google.Protobuf.3.6.1\lib\net45\Google.Protobuf.dll</HintPath>
</Reference>
<Reference Include="libvideo, Version=1.5.2.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\libvideoFIX.1.0.0\lib\libvideo.dll</HintPath>
<Reference Include="libvideo, Version=1.5.3.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\VideoLibraryHIG.1.5.3\lib\netstandard1.1\libvideo.dll</HintPath>
</Reference>
<Reference Include="MediaToolkit, Version=1.1.0.1, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\MediaToolkit.1.1.0.1\lib\net40\MediaToolkit.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion YTDownloader/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<package id="Costura.Fody" version="3.2.0" targetFramework="net451" />
<package id="Fody" version="3.3.2" targetFramework="net451" developmentDependency="true" />
<package id="Google.Protobuf" version="3.6.1" targetFramework="net451" />
<package id="libvideoFIX" version="1.0.0" targetFramework="net451" />
<package id="MediaToolkit" version="1.1.0.1" targetFramework="net45" />
<package id="Microsoft.NETCore.Platforms" version="2.1.2" targetFramework="net451" />
<package id="Mono.HttpUtility" version="1.0.0.1" targetFramework="net451" />
Expand Down Expand Up @@ -43,4 +42,5 @@
<package id="System.Threading.Timer" version="4.3.0" targetFramework="net451" />
<package id="System.Xml.ReaderWriter" version="4.3.1" targetFramework="net451" />
<package id="System.Xml.XDocument" version="4.3.0" targetFramework="net45" />
<package id="VideoLibraryHIG" version="1.5.3" targetFramework="net452" />
</packages>

0 comments on commit beb4ac7

Please sign in to comment.