Forráskód Böngészése

Add nuget TgBotAPI and EF6 dependency

Tigran 4 éve
szülő
commit
1907dab266

+ 5 - 0
CardCollector/CardCollector.csproj

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

+ 5 - 0
CardCollectorChat/CardCollectorChat.csproj

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