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

20 lines
362 B
JSON
Raw Normal View History

2016-01-22 18:40:01 +00:00
{
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true,
"preserveCompilationContext": true
},
"dependencies": {
"TestLibrary": {
"target": "project",
"version": "1.0.0-*"
2015-10-15 22:34:14 +00:00
},
2016-03-24 13:37:08 +00:00
"NETStandard.Library": "1.5.0-rc2-23924"
},
"frameworks": {
"netstandardapp1.5": {
"imports": "dnxcore50"
}
}
}