1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- {
- "version": "1.0.0-*",
- "buildOptions": {
- "emitEntryPoint": true,
- "preserveCompilationContext": true,
- "copyToOutput": {
- "include": [
- "appsettings.json",
- "wwwroot",
- "Views"
- ]
- }
- },
- "dependencies": {
- "Dapper": "1.50.2",
- "Microsoft.EntityFrameworkCore.SqlServer": "1.1.0",
- "Microsoft.EntityFrameworkCore.Tools": {
- "type": "build",
- "version": "1.1.0-preview4-final"
- },
- "Microsoft.AspNetCore.Mvc": "1.1.0",
- "Microsoft.AspNetCore.Server.Kestrel": "1.1.0",
- "Microsoft.AspNetCore.Server.WebListener": "1.1.0",
- "Microsoft.AspNetCore.StaticFiles": "1.1.0",
- "Microsoft.Extensions.Options.ConfigurationExtensions": "1.1.0",
- "Microsoft.Extensions.Configuration.Json": "1.1.0",
- "Microsoft.Extensions.Configuration.CommandLine": "1.1.0",
- "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.1.0",
- "Npgsql": "3.2.0-beta1",
- "Npgsql.EntityFrameworkCore.PostgreSQL": "1.1.0"
- },
- "frameworks": {
- "netcoreapp1.1": {
- "dependencies": {
- "Microsoft.NETCore.App": {
- "version": "1.1.0",
- "type": "platform"
- },
- "System.Runtime.Serialization.Primitives": "4.3.0"
- }
- }
- },
- "tools": {
- "Microsoft.EntityFrameworkCore.Tools": "1.1.0-preview4-final"
- },
- "publishOptions": {
- "include": [
- "appsettings.json",
- "wwwroot",
- "Views"
- ]
- },
- "runtimeOptions": {
- "configProperties": {
- "System.GC.Server": true
- }
- }
- }
|