123456789101112131415161718192021 |
- {
- "version": "1.0.0",
- "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",
- "Npgsql.EntityFrameworkCore.PostgreSQL": "1.1.0"
- },
- "frameworks": {
- "netcoreapp1.0": {
- "imports": [
- "dotnet5.6",
- "portable-net45+win8"
- ]
- }
- }
- }
|