dotnet-installer/TestAssets/DesktopTestProjects/DesktopKestrelSample/KestrelDesktop/project.json

21 lines
453 B
JSON
Raw Normal View History

{
"version": "1.0.0-*",
"dependencies": {
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-20113",
"Microsoft.AspNetCore.Hosting": "1.0.0-rc2-20113",
"Microsoft.Extensions.Logging.Console": "1.0.0-rc2-20254",
"Microsoft.NETCore.Platforms": "1.0.1-rc3-24210-06"
},
"buildOptions": {
"emitEntryPoint": true,
"compile": {
"include": [
"../src/*.cs"
]
}
},
"frameworks": {
2016-04-15 05:25:53 +00:00
"net451": {}
}
2016-05-24 00:04:20 +00:00
}