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.
24 lines
620 B
24 lines
620 B
{
|
|
"version": "1.0.0-*",
|
|
"dependencies": {
|
|
"Google.Cloud.PubSub.V1": "1.0.0-beta06",
|
|
"Microsoft.Extensions.Caching.Abstractions": "1.1.0",
|
|
"Microsoft.Extensions.Logging": "1.1.0",
|
|
"Squidex.Infrastructure": "1.0.0-*",
|
|
"System.Linq": "4.3.0",
|
|
"System.Reactive": "3.1.1",
|
|
"System.Reflection.TypeExtensions": "4.3.0",
|
|
"System.Security.Claims": "4.3.0"
|
|
},
|
|
"frameworks": {
|
|
"netstandard1.6": {
|
|
"dependencies": {
|
|
"NETStandard.Library": "1.6.1"
|
|
},
|
|
"imports": "dnxcore50"
|
|
}
|
|
},
|
|
"tooling": {
|
|
"defaultNamespace": "Squidex.Infrastructure.Redis"
|
|
}
|
|
}
|