aspnetcore/test/TestApps/GlobbingApp/project.json

29 lines
453 B
JSON

{
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true
},
"compile": [
"Program.cs",
"include/*.cs"
],
"exclude": [
"exclude/*"
],
"frameworks": {
"netstandardapp1.5": {
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0-*"
}
},
"imports": [
"dnxcore50",
"portable-net451+win8"
]
}
}
}