mirror of
https://github.com/jcreek/YouTubeChannelDownloader.git
synced 2026-07-15 12:13:45 +00:00
feat(*): Add package dependencies
This commit is contained in:
@@ -6,5 +6,14 @@
|
|||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
<PackageReference Include="Creek.HelpfulExtensions" Version="1.1.0" />
|
||||||
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="5.0.9">
|
||||||
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
||||||
|
<PrivateAssets>all</PrivateAssets>
|
||||||
|
</PackageReference>
|
||||||
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="5.0.9" />
|
||||||
|
<PackageReference Include="SSH.NET" Version="2020.0.1" />
|
||||||
|
<PackageReference Include="YoutubeExplode" Version="6.0.5" />
|
||||||
|
<PackageReference Include="YoutubeExplode.Converter" Version="2.1.0" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
||||||
|
|||||||
Reference in New Issue
Block a user