aspnetcore/test/WebSites/ControllersFromServicesWebSite/project.json

45 lines
1.1 KiB
JSON

{
"buildOptions": {
"emitEntryPoint": true
},
"dependencies": {
"ControllersFromServicesClassLibrary": {
"target": "project"
},
"Microsoft.AspNetCore.Mvc": "1.2.0-*",
"Microsoft.AspNetCore.Mvc.TestConfiguration": {
"target": "project"
},
"Microsoft.AspNetCore.Razor.Tools": {
"type": "build",
"version": "1.2.0-*"
},
"Microsoft.AspNetCore.Server.IISIntegration": "1.2.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.2.0-*",
"Microsoft.AspNetCore.StaticFiles": "1.2.0-*"
},
"frameworks": {
"net451": {},
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.2.0-*",
"type": "platform"
}
}
}
},
"publishOptions": {
"include": [
"Views",
"web.config"
]
},
"tools": {
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.1.0-preview4-final",
"Microsoft.AspNetCore.Razor.Tools": "1.2.0-*"
},
"scripts": {
"postpublish": "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%"
}
}