Use net46, netstd2.0, and netcoreapp2.1 for target frameworks

Closes #154
This commit is contained in:
Alexey Golub
2019-03-22 00:07:13 +02:00
parent 889446fff7
commit 0a60dea5c1
6 changed files with 15 additions and 20 deletions

View File

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net461</TargetFramework>
<TargetFrameworks>net46;netstandard2.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup>