This repository was archived by the owner on May 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathKysect.BotFramework.csproj
More file actions
41 lines (36 loc) · 1.56 KB
/
Kysect.BotFramework.csproj
File metadata and controls
41 lines (36 loc) · 1.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>netstandard2.1</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>0.1.1</Version>
<Authors>Kysect</Authors>
<RootNamespace>Kysect.BotFramework</RootNamespace>
<AssemblyName>Kysect.BotFramework</AssemblyName>
<PackageLicenseExpression></PackageLicenseExpression>
<PackageLicenseFile></PackageLicenseFile>
<LangVersion>latest</LangVersion>
<Company>Kysect</Company>
<EnableNETAnalyzers>true</EnableNETAnalyzers>
<RepositoryUrl>https://github.com/kysect/BotFramework</RepositoryUrl>
<PackageProjectUrl>https://github.com/kysect/BotFramework</PackageProjectUrl>
</PropertyGroup>
<ItemGroup>
<None Remove="LICENSE.txt" />
<None Remove="LICENSE.txt" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Discord.Net" Version="2.3.1" />
<PackageReference Include="DSharpPlus" Version="4.1.0" />
<PackageReference Include="FluentResults" Version="2.3.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="5.0.1" />
<PackageReference Include="Serilog" Version="2.10.0" />
<PackageReference Include="Serilog.Sinks.Console" Version="3.1.1" />
<PackageReference Include="Serilog.Sinks.File" Version="4.1.0" />
<PackageReference Include="Telegram.Bot" Version="15.7.1" />
<PackageReference Include="VkApi.Wrapper" Version="1.2.5" />
</ItemGroup>
<ItemGroup>
<Folder Include="ApiProviders\Telegram\" />
</ItemGroup>
</Project>