Files

20 lines
481 B
XML
Raw Permalink Normal View History

2022-02-16 17:07:30 +02:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AssemblyName>TelegramBot.ContentStore</AssemblyName>
<RootNamespace>West.TelegramBot.ContentStore</RootNamespace>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\Core\Core.csproj" />
</ItemGroup>
<ItemGroup>
<Folder Include="Handler\" />
</ItemGroup>
</Project>