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
459 B
25 lines
459 B
{
|
|
"version": "1.0.0-*",
|
|
|
|
"dependencies": {
|
|
"NETStandard.Library": "1.6.0",
|
|
"NodaTime": "2.0.0-alpha20160729",
|
|
"PinkParrot.Core": "1.0.0-*",
|
|
"PinkParrot.Infrastructure": "1.0.0-*"
|
|
},
|
|
|
|
"frameworks": {
|
|
"netcoreapp1.0": {
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": {
|
|
"type": "platform",
|
|
"version": "1.0.1"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
|
|
"tooling": {
|
|
"defaultNamespace": "PinkParrot.Events"
|
|
}
|
|
}
|
|
|