Cosmos/source/Cosmos.Debug.Symbols/project.json
José Pedro 3db5ce43bb Compiler fixes.
Compiler fixes.
Updated project.json files.
Removed *.lock.json files and updated gitignore to ignore them.
Updated some Cosmos.Debug projects.
2017-01-08 14:54:29 +00:00

14 lines
340 B
JSON

{
"supports": {},
"dependencies": {
"NETStandard.Library": "1.6.1",
"Microsoft.Data.Sqlite": "1.1.0",
"System.ComponentModel.Annotations": "4.3.0",
"System.Reflection.Metadata": "1.4.1",
"System.Runtime.Serialization.Primitives": "4.3.0",
"Dapper": "1.50.2"
},
"frameworks": {
"netstandard1.5": {}
}
}