mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 12:30:32 +00:00
Compiler fixes. Updated project.json files. Removed *.lock.json files and updated gitignore to ignore them. Updated some Cosmos.Debug projects.
13 lines
304 B
JSON
13 lines
304 B
JSON
{
|
|
"supports": {},
|
|
"dependencies": {
|
|
"Microsoft.NETCore.Portable.Compatibility": "1.0.2",
|
|
"NETStandard.Library": "1.6.1",
|
|
"System.Diagnostics.Process": "4.3.0",
|
|
"System.IO.Pipes": "4.3.0",
|
|
"System.Threading.Thread": "4.3.0"
|
|
},
|
|
"frameworks": {
|
|
"netstandard1.5": {}
|
|
}
|
|
}
|