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.
25 lines
602 B
25 lines
602 B
{
|
|
"dependencies": {
|
|
"Autofac": "4.2.1",
|
|
"IdentityServer4": "1.0.0-rc5",
|
|
"Microsoft.AspNetCore.Identity": "1.1.0",
|
|
"Microsoft.AspNetCore.Identity.MongoDB": "1.0.2",
|
|
"MongoDB.Driver": "2.4.0",
|
|
"NETStandard.Library": "1.6.0",
|
|
"Squidex.Core": "1.0.0-*",
|
|
"Squidex.Events": "1.0.0-*",
|
|
"Squidex.Infrastructure": "1.0.0-*",
|
|
"Squidex.Read": "1.0.0-*"
|
|
},
|
|
"frameworks": {
|
|
"netcoreapp1.0": {
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": {
|
|
"type": "platform",
|
|
"version": "1.0.1"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"version": "1.0.0-*"
|
|
}
|
|
|