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

19 lines
421 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",
2016-04-27 05:41:53 +00:00
"Microsoft.NETCore.Platforms": "1.0.0-rc2-24027"
},
"compilationOptions": {
"emitEntryPoint": true
},
"compile": [
2016-04-08 23:27:09 +00:00
"../src/*.cs"
],
"frameworks": {
2016-04-15 05:25:53 +00:00
"net451": {}
}
}