tytdarchive/removed/removed.csproj

16 lines
429 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Tesses.YouTubeDownloader" Version="2.0.2.4" />
<PackageReference Include="YouTubeExplode" Version="6.3.12" />
</ItemGroup>
</Project>