Added .net core project (#5187)

This commit is contained in:
Efe Burak 2019-02-21 13:47:19 -05:00 committed by Wouter van Oortmerssen
parent 4f32cbf268
commit 69d761d15e
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Properties\**" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Remove="Properties\**" />
</ItemGroup>
<ItemGroup>
<None Remove="Properties\**" />
</ItemGroup>
</Project>