Cosmos/source/Cosmos.Debug.Symbols/project.json
2017-01-31 11:22:59 -06:00

24 lines
588 B
JSON

{
"version": "1.0.0-*",
"buildOptions": {
"allowUnsafe": true,
"publicSign": true,
"keyFile": "../../Cosmos.snk",
"embed": {
"include": "**/*.sql"
},
"debugType": "portable"
},
"dependencies": {
"Dapper.StrongName": "1.50.2",
"DapperExtensions.DotnetCore": "1.0.1",
"Microsoft.Data.Sqlite": "1.1.0",
"NETStandard.Library": "1.6.1",
"System.ComponentModel.Annotations": "4.3.0",
"System.Reflection.Metadata": "1.4.2",
"System.Runtime.Serialization.Primitives": "4.3.0"
},
"frameworks": {
"netstandard1.6": {}
}
}