Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/linksplatform/Bot
Browse files Browse the repository at this point in the history
  • Loading branch information
FreePhoenix888 committed Jul 6, 2023
2 parents f7c13b2 + e1907de commit 1d1f213
Show file tree
Hide file tree
Showing 7 changed files with 143 additions and 389 deletions.
2 changes: 1 addition & 1 deletion csharp/Platform.Bot/Platform.Bot.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
Expand Down
2 changes: 1 addition & 1 deletion csharp/Storage/Storage.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6</TargetFramework>
Expand Down
8 changes: 4 additions & 4 deletions csharp/TraderBot/TraderBot.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.Worker">
<Project Sdk="Microsoft.NET.Sdk.Worker">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
Expand All @@ -8,10 +8,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="GraphQL.Client.Serializer.Newtonsoft" Version="4.0.2" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="6.0.1" />
<PackageReference Include="GraphQL.Client.Serializer.Newtonsoft" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="7.0.1" />
<PackageReference Include="Platform.Data.Doublets.Sequences" Version="0.1.1" />
<PackageReference Include="Tinkoff.InvestApi" Version="0.4.1" />
<PackageReference Include="Tinkoff.InvestApi" Version="0.6.1" />
</ItemGroup>

</Project>
179 changes: 58 additions & 121 deletions js/package-lock.json
100755 → 100644

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1d1f213

Please sign in to comment.