Files

16 lines
425 B
XML
Raw Permalink Normal View History

2024-05-29 00:28:17 +03:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AssemblyName>TelegramBot.CustomChatAddOns</AssemblyName>
<RootNamespace>Kruzya.TelegramBot.CustomChatAddOns</RootNamespace>
</PropertyGroup>
<ItemGroup>
2024-05-29 01:49:53 +03:00
<ProjectReference Include="..\..\Core\Core.csproj" />
2024-05-29 00:28:17 +03:00
</ItemGroup>
</Project>