15 lines
418 B
XML
15 lines
418 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net10.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\TelegramService.Entity\TelegramService.Entity.csproj" />
|
|
<ProjectReference Include="..\TelegramService.Help\TelegramService.Help.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|