Files

20 lines
484 B
XML
Raw Permalink Normal View History

2023-07-21 17:14:11 +03:00
<Project Sdk="Microsoft.NET.Sdk">
2022-02-16 17:07:30 +02:00
<PropertyGroup>
2024-07-17 02:38:58 +03:00
<TargetFramework>net8.0</TargetFramework>
2022-02-16 17:07:30 +02:00
<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>