init first version

This commit is contained in:
Tommy Parnell
2016-03-16 21:33:52 -04:00
parent ef47df3cfa
commit 16f9fa51ee
15 changed files with 204 additions and 72 deletions

View File

@@ -6,18 +6,15 @@
"projectUrl": "",
"licenseUrl": "",
"dependencies": {
"Alive.Net": ""
"Alive.Net": "",
"xunit": "2.1.0",
"xunit.runner.dnx": "2.1.0-rc1-build204",
"Moq": "4.2.1507.118"
},
"frameworks": {
"net451": { },
"dotnet5.4": {
"dependencies": {
"Microsoft.CSharp": "4.0.1-beta-23516",
"System.Collections": "4.0.11-beta-23516",
"System.Linq": "4.0.1-beta-23516",
"System.Runtime": "4.0.21-beta-23516",
"System.Threading": "4.0.11-beta-23516"
}
}
"dnx451": { }
},
"commands": {
"test": "xunit.runner.dnx"
}
}