Converted class library into SDK format

Changed to dotnet standard 2.0
Bumped sample and test framework to compatible version
This commit is contained in:
2018-11-25 13:54:47 +01:00
parent 4c89660fe5
commit 9eec009587
7 changed files with 38 additions and 120 deletions

View File

@@ -0,0 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/></startup></configuration>