mirror of https://github.com/Squidex/squidex.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
490 B
22 lines
490 B
{
|
|
"dependencies": {
|
|
"Microsoft.Extensions.Caching.Memory": "1.1.0",
|
|
"MongoDB.Driver": "2.4.1",
|
|
"NodaTime": "2.0.0-beta20170123",
|
|
"Squidex.Core": "1.0.0-*",
|
|
"Squidex.Events": "1.0.0-*",
|
|
"Squidex.Infrastructure": "1.0.0-*"
|
|
},
|
|
"frameworks": {
|
|
"netstandard1.6": {
|
|
"dependencies": {
|
|
"NETStandard.Library": "1.6.1"
|
|
},
|
|
"imports": "dnxcore50"
|
|
}
|
|
},
|
|
"tooling": {
|
|
"defaultNamespace": "Squidex.Read"
|
|
},
|
|
"version": "1.0.0-*"
|
|
}
|
|
|