Cosmos/Tests/Cosmos.Common.Tests/project.json
2017-02-26 15:40:53 +00:00

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"
}
}
}
}
}