|
@@ -0,0 +1,21 @@
|
|
|
+<Project Sdk="Microsoft.NET.Sdk">
|
|
|
+
|
|
|
+ <PropertyGroup>
|
|
|
+ <OutputType>Exe</OutputType>
|
|
|
+ <TargetFramework>net5.0</TargetFramework>
|
|
|
+ <RuntimeIdentifiers>win10-x64;linux-x64</RuntimeIdentifiers>
|
|
|
+ <AssemblyName>EthermineBotTelegramCore</AssemblyName>
|
|
|
+ <RootNamespace>EthermineBotTelegramCore</RootNamespace>
|
|
|
+ </PropertyGroup>
|
|
|
+
|
|
|
+ <ItemGroup>
|
|
|
+ <PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.3" />
|
|
|
+ <PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="5.0.3" />
|
|
|
+ <PackageReference Include="MySql.Data" Version="8.0.25" />
|
|
|
+ <PackageReference Include="MySql.EntityFrameworkCore" Version="5.0.3.1" />
|
|
|
+ <PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
|
|
|
+ <PackageReference Include="Quartz.AspNetCore" Version="3.3.2" />
|
|
|
+ <PackageReference Include="Telegram.Bot" Version="16.0.0-alpha.2" />
|
|
|
+ </ItemGroup>
|
|
|
+
|
|
|
+</Project>
|