dotnet-installer/TestAssets/TestProjects/PortableTests/PortableAppWithNative/project.json

18 lines
378 B
JSON

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