浏览代码

Add nuget TgBotAPI and EF6 dependency

Tigran 4 年之前
父节点
当前提交
1907dab266
共有 2 个文件被更改,包括 10 次插入0 次删除
  1. 5 0
      CardCollector/CardCollector.csproj
  2. 5 0
      CardCollectorChat/CardCollectorChat.csproj

+ 5 - 0
CardCollector/CardCollector.csproj

@@ -5,4 +5,9 @@
         <TargetFramework>net5.0</TargetFramework>
         <TargetFramework>net5.0</TargetFramework>
     </PropertyGroup>
     </PropertyGroup>
 
 
+    <ItemGroup>
+      <PackageReference Include="EntityFramework" Version="6.4.4" />
+      <PackageReference Include="Telegram.Bot" Version="17.0.0-alpha.3" />
+    </ItemGroup>
+
 </Project>
 </Project>

+ 5 - 0
CardCollectorChat/CardCollectorChat.csproj

@@ -5,4 +5,9 @@
         <TargetFramework>net5.0</TargetFramework>
         <TargetFramework>net5.0</TargetFramework>
     </PropertyGroup>
     </PropertyGroup>
 
 
+    <ItemGroup>
+      <PackageReference Include="EntityFramework" Version="6.4.4" />
+      <PackageReference Include="Telegram.Bot" Version="17.0.0-alpha.3" />
+    </ItemGroup>
+
 </Project>
 </Project>