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

18 lines
309 B
JSON
Raw Normal View History

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