Skip to content

Commit 89a2b61

Browse files
committed
Migrate .netcore 3.1 + update nuget packages
1 parent 4ba9073 commit 89a2b61

4 files changed

Lines changed: 20 additions & 20 deletions

File tree

source/BinanceBot.Market/BinanceBot.Market.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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>

source/BinanceBot.MarketBot.Console/BinanceBot.MarketBot.Console.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
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

@@ -16,8 +16,8 @@
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>

source/BinanceBot.MarketViewer.Console/BinanceBot.MarketViewer.Console.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
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

@@ -16,8 +16,8 @@
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>

source/BinanceDotNet.BinanceExchange.API/BinanceDotNet.BinanceExchange.API.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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>
@@ -11,9 +11,9 @@
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

0 commit comments

Comments
 (0)