Skip to content

Commit 1d1f213

Browse files
Merge branch 'main' of https://github.com/linksplatform/Bot
2 parents f7c13b2 + e1907de commit 1d1f213

File tree

7 files changed

+143
-389
lines changed

7 files changed

+143
-389
lines changed

csharp/Platform.Bot/Platform.Bot.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>

csharp/Storage/Storage.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>net6</TargetFramework>

csharp/TraderBot/TraderBot.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk.Worker">
1+
<Project Sdk="Microsoft.NET.Sdk.Worker">
22

33
<PropertyGroup>
44
<TargetFramework>net6.0</TargetFramework>
@@ -8,10 +8,10 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="GraphQL.Client.Serializer.Newtonsoft" Version="4.0.2" />
12-
<PackageReference Include="Microsoft.Extensions.Hosting" Version="6.0.1" />
11+
<PackageReference Include="GraphQL.Client.Serializer.Newtonsoft" Version="6.0.0" />
12+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="7.0.1" />
1313
<PackageReference Include="Platform.Data.Doublets.Sequences" Version="0.1.1" />
14-
<PackageReference Include="Tinkoff.InvestApi" Version="0.4.1" />
14+
<PackageReference Include="Tinkoff.InvestApi" Version="0.6.1" />
1515
</ItemGroup>
1616

1717
</Project>

js/package-lock.json

100755100644
Lines changed: 58 additions & 121 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)