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.
29 lines
587 B
29 lines
587 B
{
|
|
"version": "1.0.0-*",
|
|
|
|
"dependencies": {
|
|
"Microsoft.AspNetCore.Identity": "1.0.0",
|
|
"NETStandard.Library": "1.6.0",
|
|
"NodaTime": "2.0.0-alpha20160729",
|
|
"Squidex.Core": "1.0.0-*",
|
|
"Squidex.Events": "1.0.0-*",
|
|
"Squidex.Infrastructure": "1.0.0-*",
|
|
"Squidex.Read": "1.0.0-*",
|
|
"System.Linq": "4.1.0"
|
|
},
|
|
|
|
"frameworks": {
|
|
"netcoreapp1.0": {
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": {
|
|
"type": "platform",
|
|
"version": "1.0.1"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
|
|
"tooling": {
|
|
"defaultNamespace": "Squidex.Write"
|
|
}
|
|
}
|
|
|