tytd_proxy/TYTDProxy/TYTDProxy.csproj

16 lines
417 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Tesses.WebServer" Version="1.0.3.3" />
<PackageReference Include="YouTubeExplode" Version="6.1.2" />
</ItemGroup>
</Project>