22 lines
882 B
XML
22 lines
882 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<IsPackable>false</IsPackable>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="Insight.TelegramBot" />
|
|
<PackageReference Include="Insight.TelegramBot.Handling" />
|
|
<PackageReference Include="Microsoft.Extensions.Http" />
|
|
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" />
|
|
<PackageReference Include="Nocr.Users.Api.Contracts" />
|
|
<PackageReference Include="Rebus" />
|
|
<PackageReference Include="Rebus.ServiceProvider" />
|
|
<PackageReference Include="Nocr.TextMatcher.Async.Api.Contracts" />
|
|
<PackageReference Include="Nocr.TextMatcher.Api.Contracts" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Nocr.TelegramClient.Core\Nocr.TelegramClient.Core.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|