mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-21 13:28:41 +00:00
Compiler fixes. Updated project.json files. Removed *.lock.json files and updated gitignore to ignore them. Updated some Cosmos.Debug projects.
14 lines
340 B
JSON
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": {}
|
|
}
|
|
}
|