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.
10 lines
189 B
JSON
10 lines
189 B
JSON
{
|
|
"supports": {},
|
|
"dependencies": {
|
|
"Microsoft.NETCore.Portable.Compatibility": "1.0.2",
|
|
"NETStandard.Library": "1.6.1"
|
|
},
|
|
"frameworks": {
|
|
"netstandard1.5": {}
|
|
}
|
|
}
|