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
443 B
22 lines
443 B
{
|
|
"dependencies": {
|
|
"NETStandard.Library": "1.6.0",
|
|
"NodaTime": "2.0.0-alpha20160729",
|
|
"Squidex.Infrastructure": "1.0.0-*",
|
|
"protobuf-net": "2.1.0"
|
|
},
|
|
"frameworks": {
|
|
"netcoreapp1.0": {
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": {
|
|
"type": "platform",
|
|
"version": "1.0.1"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"tooling": {
|
|
"defaultNamespace": "Squidex.Core"
|
|
},
|
|
"version": "1.0.0-*"
|
|
}
|
|
|