WTelegramClient/src/WTelegramClient.csproj

23 lines
649 B
XML
Raw Normal View History

2021-08-04 00:40:09 +02:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>net5.0</TargetFramework>
<RootNamespace>WTelegram</RootNamespace>
2021-08-06 01:54:29 +02:00
<Description>Telegram client library written 100% in C# and .NET Core</Description>
2021-08-04 10:17:09 +02:00
<Authors>Wizou</Authors>
<PackageProjectUrl>https://github.com/wiz0u/WTelegramClient</PackageProjectUrl>
2021-08-04 00:40:09 +02:00
</PropertyGroup>
2021-08-04 10:11:07 +02:00
<ItemGroup>
<None Remove=".gitattributes" />
<None Remove=".gitignore" />
2021-08-04 10:17:09 +02:00
<None Remove="azure-pipelines.yml" />
2021-08-04 10:11:07 +02:00
</ItemGroup>
2021-08-04 00:40:09 +02:00
<ItemGroup>
<PackageReference Include="Crc32.NET" Version="1.2.0" />
</ItemGroup>
</Project>