Cosmos/Tests/Cosmos.Core.Memory.Test/project.json
José Pedro b216608e3f Fixed Cosmos.sln
Fixed some unit test projects.
2017-02-03 15:29:11 +00:00

25 lines
497 B
JSON

{
"version": "1.0.0-*",
"buildOptions": {
"allowUnsafe": true
},
"testRunner": "mstest",
"dependencies": {
"NETStandard.Library": "1.6.1",
"MSTest.TestFramework": "1.0.8-rc2",
"dotnet-test-mstest": "1.1.2-preview"
},
"frameworks": {
"netstandard1.6": {
"imports": [ "netcoreapp1.0", "dnxcore50" ],
"dependencies": {
"Cosmos.Core.Memory": {
"target": "project"
}
}
}
},
"runtimes": {
"win7-x64": {}
}
}