Setup standard src, test folder structure. Add unit test project.

This commit is contained in:
Karl Burtram
2016-07-17 11:31:31 -07:00
parent 921b2f5b04
commit 68999917b2
76 changed files with 6837 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
{
"version": "1.0.0-*",
"buildOptions": {
"debugType": "portable",
"emitEntryPoint": true
},
"dependencies": {
"Newtonsoft.Json": "9.0.1"
},
"frameworks": {
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0"
}
},
"imports": "dnxcore50"
}
}
}