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

20 lines
362 B
JSON
Raw Normal View History

2016-02-24 17:52:06 +00:00
{
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true,
"preserveCompilationContext": true
},
"dependencies": {
"TestLibrary": {
"target": "project",
"version": "1.0.0-*"
2016-02-24 17:52:06 +00:00
},
"NETStandard.Library": "1.5.0-rc2-23928"
},
"frameworks": {
"netstandardapp1.5": {
"imports": "dnxcore50"
2016-02-24 17:52:06 +00:00
}
}
2016-02-24 17:52:06 +00:00
}