Cosmos/Tests/Cosmos.TestRunner.UnitTest/project.json
2017-02-03 19:59:18 +00:00

23 lines
487 B
JSON

{
"version": "1.0.0-*",
"testRunner": "nunit",
"dependencies": {
"NETStandard.Library": "1.6.1",
"Microsoft.DotNet.InternalAbstractions": "1.0.500-preview2-1-003177",
"NUnit": "3.6.0",
"dotnet-test-nunit": "3.4.0-beta-3"
},
"frameworks": {
"netstandard1.6": {
"imports": "netcoreapp1.0",
"dependencies": {
"Cosmos.TestRunner.Core": {
"target": "project"
}
}
}
},
"runtimes": {
"win7-x64": {}
}
}