Updaing project types, adding test programs

This commit is contained in:
Andrew Forster
2016-12-12 10:34:28 -08:00
parent 73662ebf83
commit 38867679bb
91 changed files with 4005 additions and 130 deletions

View File

@@ -1,14 +1,12 @@
{
"language": "en",
"version": "3.0.0-*",
{
"dependencies": {
"Microsoft.NETCore.Portable.Compatibility": "1.0.1",
"NETStandard.Library": "1.6.0"
},
"frameworks": {
"netstandard1.6": {
"imports": "dnxcore50"
}
}
}
"netstandard1.1": {}
},
"language": "en",
"supports": {},
"version": "3.0.0-*"
}