12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- {
- "version": "1.0.0-*",
- "compilationOptions": {
- "emitEntryPoint": true,
- "preserveCompilationContext": true
- },
- "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-*"
- },
- "frameworks": {
- "netcoreapp1.0": {
- "imports": [ "portable-net451+win8", "dnxcore50" ],
- "dependencies": {
- "Microsoft.NETCore.App": {
- "version": "1.0.0-*",
- "type": "platform"
- },
- "System.Runtime.Serialization.Primitives": "4.1.0-*"
- }
- },
- "net451": { }
- },
- "tools": {
- "Microsoft.EntityFrameworkCore.Tools": {
- "version": "1.0.0-*",
- "imports": [
- "dnxcore50",
- "portable-net452+win81"
- ]
- }
- },
- "content": [
- "appsettings.json",
- "wwwroot",
- "Views"
- ],
- "runtimeOptions": {
- "configProperties": {
- "System.GC.Server": true
- }
- }
- }
|