Skip to content

Commit

Permalink
Fixed Ci Build
Browse files Browse the repository at this point in the history
  • Loading branch information
theasern committed Nov 12, 2018
1 parent ce59f84 commit 4e7e45b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions YTDownloader/YTDownloader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
<ApplicationIcon>icon.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="libvideo">
<HintPath>..\..\libvideo-master\src\libvideo\bin\Debug\netstandard1.1\libvideo.dll</HintPath>
<Reference Include="libvideo, Version=2.0.2.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\VideoLibrary.2.0.2\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
1 change: 1 addition & 0 deletions YTDownloader/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,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="VideoLibrary" version="2.0.2" targetFramework="net451" />
</packages>

0 comments on commit 4e7e45b

Please sign in to comment.