mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-20 12:58:39 +00:00
21 lines
510 B
JSON
21 lines
510 B
JSON
{
|
|
"buildOptions": {
|
|
"publicSign": true,
|
|
"keyFile": "../../Cosmos.snk",
|
|
"embed": {
|
|
"include": "**/*.sql"
|
|
}
|
|
},
|
|
"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": {}
|
|
}
|
|
}
|