Unify projects in SDK-style and PackageReference (#54)

* Unify projects in SDK-style and PackageReference

* Add a note on the known issue about dlls not being copied

* Bump CI to a more recent stable version of Mono

This adds support for .net472, the first version of .NET
with full support for netstandard2.0
This commit is contained in:
Daniel Cazzulino
2019-10-25 16:43:04 -04:00
committed by Miguel de Icaza
parent 4e85b5117e
commit 00c5997daa
10 changed files with 29 additions and 144 deletions

View File

@@ -1,4 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="NStack.Core" version="0.11.0" targetFramework="net461" />
</packages>