mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 20:39:01 +00:00
22 lines
444 B
JSON
22 lines
444 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"testRunner": "mstest",
|
|
"dependencies": {
|
|
"MSTest.TestFramework": "1.1.11",
|
|
"dotnet-test-mstest": "1.1.2-preview"
|
|
},
|
|
"frameworks": {
|
|
"netcoreapp1.0": {
|
|
"imports": "dnxcore50",
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": {
|
|
"type": "platform",
|
|
"version": "1.1.0"
|
|
},
|
|
"Cosmos.Common": {
|
|
"target": "project"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|