123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- {
- "version": "1.0.0-*",
- "buildOptions": {
- "emitEntryPoint": true,
- "preserveCompilationContext": true,
- "copyToOutput": {
- "include": [
- "appsettings.json",
- "wwwroot",
- "Views"
- ]
- }
- },
- "dependencies": {
- "Dapper": "1.50.0-*",
- "Microsoft.EntityFrameworkCore.SqlServer": "1.0.0-*",
- "Microsoft.EntityFrameworkCore.Tools": {
- "type": "build",
- "version": "1.0.0-*"
- },
- "Microsoft.AspNetCore.Mvc": "1.0.0-*",
- "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
- "Microsoft.AspNetCore.Server.WebListener": "0.1.0-*",
- "Microsoft.AspNetCore.StaticFiles": "1.0.0-*",
- "Microsoft.Extensions.Options.ConfigurationExtensions": "1.0.0-*",
- "Microsoft.Extensions.Configuration.Json": "1.0.0-*",
- "Microsoft.Extensions.Configuration.CommandLine": "1.0.0-*",
- "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-*",
- "Npgsql": "3.2.0-*",
- "Npgsql.EntityFrameworkCore.PostgreSQL": "1.0.2-*"
- },
- "frameworks": {
- "netcoreapp1.0": {
- "imports": [ "portable-net451+win8", "dnxcore50" ],
- "dependencies": {
- "Microsoft.NETCore.App": {
- "version": "1.0.0-*",
- "type": "platform"
- },
- "System.Runtime.Serialization.Primitives": "4.1.1-*"
- }
- },
- "net451": { }
- },
- "tools": {
- "Microsoft.EntityFrameworkCore.Tools": {
- "version": "1.0.0-*",
- "imports": [
- "dnxcore50",
- "portable-net452+win81"
- ]
- }
- },
- "publishOptions": {
- "include": [
- "appsettings.json",
- "wwwroot",
- "Views"
- ]
- },
- "runtimeOptions": {
- "configProperties": {
- "System.GC.Server": true
- }
- }
- }
|