| 123456789101112131415161718192021222324 |
- {
- "version": "1.0.0-*",
- "buildOptions": {
- "debugType": "portable",
- "emitEntryPoint": true
- },
- "dependencies": {
- "Microsoft.AspNetCore.DataProtection.Redis": "0.1.0-*",
- "Microsoft.Extensions.DependencyInjection": "1.1.0-*",
- "Microsoft.Extensions.Logging": "1.1.0-*",
- "Microsoft.Extensions.Logging.Console": "1.1.0-*"
- },
- "frameworks": {
- "netcoreapp1.0": {
- "dependencies": {
- "Microsoft.NETCore.App": {
- "version": "1.1.0-*",
- "type": "platform"
- }
- }
- },
- "net451": {}
- }
- }
|