Skip to content

Commit 26a2058

Browse files
authored
Merge pull request #3 from codez0mb1e/features/migrate-to-newdonetcore
Migration to new .NET Core
2 parents 4ba9073 + 4431261 commit 26a2058

72 files changed

Lines changed: 49 additions & 52 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 10 additions & 2 deletions

source/BinanceBot.Market/BinanceBot.Market.csproj

Lines changed: 0 additions & 18 deletions
This file was deleted.

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

Lines changed: 0 additions & 20 deletions
This file was deleted.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<TargetFramework>netstandard2.1</TargetFramework>
5+
<LangVersion>8.0</LangVersion>
6+
</PropertyGroup>
7+
8+
<ItemGroup>
9+
<ProjectReference Include="..\BinanceDotNet.BinanceExchange.API\BinanceDotNet.BinanceExchange.API.csproj" />
10+
</ItemGroup>
11+
12+
</Project>
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)