dotnet-installer/TestAssets/TestProjects/TestAppCompilationContext/TestApp/project.json

17 lines
310 B
JSON
Raw Normal View History

{
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true,
"preserveCompilationContext": true
},
"dependencies": {
"TestLibrary": "1.0.0-*",
"NETStandard.Library": "1.5.0-rc2-23925"
},
"frameworks": {
"netstandardapp1.5": {
"imports": "dnxcore50"
2016-01-22 00:40:33 +00:00
}
}
2016-01-22 00:40:33 +00:00
}