mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-20 12:58:39 +00:00
22 lines
473 B
JSON
22 lines
473 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"testRunner": "nunit",
|
|
"dependencies": {
|
|
"Microsoft.DotNet.InternalAbstractions": "1.0.1-beta-003206",
|
|
"NUnit": "3.6.0",
|
|
"dotnet-test-nunit": "3.4.0-beta-3"
|
|
},
|
|
"frameworks": {
|
|
"netcoreapp1.0": {
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": {
|
|
"type": "platform",
|
|
"version": "1.1.0"
|
|
},
|
|
"Cosmos.TestRunner.Core": {
|
|
"target": "project"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|