{ "buildOptions": { "emitEntryPoint": true, "preserveCompilationContext": true }, "dependencies": { "Microsoft.AspNetCore.Mvc": "1.1.0-*", "Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0", "Microsoft.AspNetCore.Mvc.WebApiCompatShim": "1.1.0-*", "Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*", "Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*", "Microsoft.AspNetCore.StaticFiles": "1.1.0-*" }, "frameworks": { "net451": {}, "netcoreapp1.1": { "imports": "portable-net451+win8", "dependencies": { "Microsoft.NETCore.App": { "version": "1.1.0-*", "type": "platform" }, "System.Diagnostics.TraceSource": "4.3.0-*" } } }, "publishOptions": { "include": [ "web.config" ] }, "tools": { "Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-*" }, "scripts": { "postpublish": "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%" } }