Files
Alive.Net/src/Alive.Net.UnitTests/project.json
2016-10-23 18:41:20 -04:00

25 lines
556 B
JSON

{
"version": "1.0.0-*",
"description": "Alive.Net.UnitTests Class Library",
"authors": [ "Tommy Parnell" ],
"testRunner": "xunit",
"tags": [ "" ],
"projectUrl": "",
"licenseUrl": "",
"dependencies": {
"Alive.Net": "1.0.2",
"xunit": "2.2.0-beta2-build3300",
"dotnet-test-xunit": "2.2.0-preview2-build1029",
"Moq": "4.6.38-alpha"
},
"frameworks": {
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0"
}
}
}
}
}