mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-30 12:50:19 +00:00
16 lines
330 B
JSON
16 lines
330 B
JSON
{
|
|
"runtimes": {
|
|
"win7-x64": {}
|
|
},
|
|
"dependencies": {
|
|
"NETStandard.Library": "1.6.1",
|
|
"Microsoft.NETCore.Platforms": "1.1.0",
|
|
"Microsoft.NETCore.Runtime.CoreCLR": "1.1.0",
|
|
"Microsoft.NETCore.Targets": "1.1.0"
|
|
},
|
|
"frameworks": {
|
|
"netstandard1.6": {
|
|
"imports": "portable-net452"
|
|
}
|
|
}
|
|
}
|