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

25 lines
498 B
JSON

{
"version": "1.0.0-*",
"buildOptions": {
"allowUnsafe": true
},
"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.Core.Memory": {
"target": "project"
}
}
}
}
}