dotnet-installer/TestAssets/TestProjects/PortableTests/PortableAppWithNative/project.json
2016-06-04 00:00:28 -05:00

18 lines
378 B
JSON

{
"buildOptions": {
"emitEntryPoint": true
},
"frameworks": {
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0-rc3-004397"
},
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Libuv": "1.9.0-rc2-20896"
},
"imports": "dnxcore50"
}
}
}