File tree Expand file tree Collapse file tree
BinanceBot.MarketBot.Console
BinanceBot.MarketViewer.Console
BinanceDotNet.BinanceExchange.API Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >netcoreapp2 .1</TargetFramework >
5- <Version >0.1 .0</Version >
6- <Copyright >(c) 2018 , Dmitry Petukhov.</Copyright >
7- <PackageProjectUrl >http://0xcode.in</PackageProjectUrl >
4+ <TargetFramework >netcoreapp3 .1</TargetFramework >
5+ <Version >0.2 .0</Version >
6+ <Copyright >(c) 2020 , Dmitry Petukhov.</Copyright >
7+ <PackageProjectUrl >http://0xcode.in/ </PackageProjectUrl >
88 <Authors >Dmitry Petukhov</Authors >
99 <Company />
1010 <Product >BinanceBot</Product >
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFramework >netcoreapp2 .1</TargetFramework >
6- <Version >0.1 .0</Version >
5+ <TargetFramework >netcoreapp3 .1</TargetFramework >
6+ <Version >0.2 .0</Version >
77 <Authors >Dmitry Petukhov</Authors >
88 <Product >BinanceBot</Product >
9- <Copyright >(c) 2018 , Dmitry Petukhov.</Copyright >
10- <PackageProjectUrl >http://0xcode.in</PackageProjectUrl >
9+ <Copyright >(c) 2020 , Dmitry Petukhov.</Copyright >
10+ <PackageProjectUrl >http://0xcode.in/ </PackageProjectUrl >
1111 <RepositoryUrl >https://github.com/codez0mb1e/BinanceBot</RepositoryUrl >
1212 </PropertyGroup >
1313
1616 </PropertyGroup >
1717
1818 <ItemGroup >
19- <PackageReference Include =" NLog" Version =" 4.5.9 " />
20- <PackageReference Include =" NLog.Config" Version =" 4.5.9 " />
19+ <PackageReference Include =" NLog" Version =" 4.7.5 " />
20+ <PackageReference Include =" NLog.Config" Version =" 4.7.5 " />
2121 </ItemGroup >
2222
2323 <ItemGroup >
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFramework >netcoreapp2 .1</TargetFramework >
6- <Version >0.1 .0</Version >
5+ <TargetFramework >netcoreapp3 .1</TargetFramework >
6+ <Version >0.2 .0</Version >
77 <Authors >Dmitry Petukhov</Authors >
88 <Product >BinanceBot</Product >
9- <Copyright >(c) 2018 , Dmitry Petukhov.</Copyright >
10- <PackageProjectUrl >http://0xcode.in</PackageProjectUrl >
9+ <Copyright >(c) 2020 , Dmitry Petukhov.</Copyright >
10+ <PackageProjectUrl >http://0xcode.in/ </PackageProjectUrl >
1111 <RepositoryUrl >https://github.com/codez0mb1e/BinanceBot</RepositoryUrl >
1212 </PropertyGroup >
1313
1616 </PropertyGroup >
1717
1818 <ItemGroup >
19- <PackageReference Include =" NLog" Version =" 4.5.9 " />
20- <PackageReference Include =" NLog.Config" Version =" 4.5.9 " />
19+ <PackageReference Include =" NLog" Version =" 4.7.5 " />
20+ <PackageReference Include =" NLog.Config" Version =" 4.7.5 " />
2121 </ItemGroup >
2222
2323 <ItemGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >netcoreapp2 .1</TargetFramework >
4+ <TargetFramework >netcoreapp3 .1</TargetFramework >
55 <Version >4.6.2.0</Version >
66 <Product >BinanceDotNet</Product >
77 <Authors >Jon Evans</Authors >
1111 </PropertyGroup >
1212
1313 <ItemGroup >
14- <PackageReference Include =" Newtonsoft.Json" Version =" 11 .0.2 " />
15- <PackageReference Include =" NLog" Version =" 4.5.9 " />
16- <PackageReference Include =" System.Net.Http" Version =" 4.3.3 " />
14+ <PackageReference Include =" Newtonsoft.Json" Version =" 12 .0.3 " />
15+ <PackageReference Include =" NLog" Version =" 4.7.5 " />
16+ <PackageReference Include =" System.Net.Http" Version =" 4.3.4 " />
1717 <PackageReference Include =" WebSocketSharp-netstandard" Version =" 1.0.1" />
1818 </ItemGroup >
1919
You can’t perform that action at this time.
0 commit comments