dotnet-installer/TestAssets/TestProjects/KestrelSample/KestrelPortable/project.json

31 lines
634 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"
},
"buildOptions": {
"emitEntryPoint": true,
"compile": {
"include": [
"../src/*.cs"
]
}
},
"frameworks": {
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
2016-06-06 16:15:07 +00:00
"version": "1.0.0-rc3-004406"
}
},
"imports": [
"dnxcore50",
"portable-net45+win8"
]
}
}
}