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.
26 lines
595 B
26 lines
595 B
{
|
|
"version": "1.0.0-*",
|
|
"dependencies": {
|
|
"Autofac": "4.1.0",
|
|
"EventStore.ClientAPI.DotNetCore": "1.0.0",
|
|
"NETStandard.Library": "1.6.0",
|
|
"Newtonsoft.Json": "9.0.1",
|
|
"NodaTime": "2.0.0-alpha20160729",
|
|
"protobuf-net": "2.1.0",
|
|
"System.Linq": "4.1.0",
|
|
"System.Reflection.TypeExtensions": "4.1.0"
|
|
},
|
|
"frameworks": {
|
|
"netcoreapp1.0": {
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": {
|
|
"type": "platform",
|
|
"version": "1.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"tooling": {
|
|
"defaultNamespace": "PinkParrot.Infrastructure"
|
|
}
|
|
}
|