ttrss-co-pilot/ttrss-co-client.csproj

17 lines
471 B
XML
Raw Permalink Normal View History

2023-04-02 23:32:03 -04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<RootNamespace>ttrss_co_client</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>disable</Nullable>
</PropertyGroup>
2023-04-05 01:44:46 -04:00
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="youtubedlsharp" Version="0.4.3" />
2023-04-02 23:32:03 -04:00
</ItemGroup>
</Project>