mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-21 05:18:38 +00:00
25 lines
497 B
JSON
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": {}
|
|
}
|
|
}
|