1234567891011121314151617181920212223242526 |
- {
- "version": "0.5.3",
- "authors": [
- "Robin Thoni"
- ],
- "description": "Luticate2 utils for Web API projects",
- "buildOptions": {
- "debugType": "portable"
- },
- "dependencies": {
- "Gray.Microsoft.AspNetCore.SignalR.Server": "0.2.0-alpha1",
- "Microsoft.ApplicationInsights.AspNetCore": "1.0.2",
- "Microsoft.AspNetCore.WebSockets": "1.0.0",
- "Microsoft.EntityFrameworkCore.Tools": "1.1.0-preview4-final",
- "NETStandard.Library": "1.6.1",
- "Npgsql.EntityFrameworkCore.PostgreSQL": "1.1.0",
- "Microsoft.AspNetCore.StaticFiles": "1.1.0"
- },
- "frameworks": {
- "netstandard1.6": {
- "imports": [
- "dnxcore50"
- ]
- }
- }
- }
|