dotnet-installer/TestAssets/TestProjects/TestAppWithWrapperProjectDependency/TestApp/project.json
2016-04-18 05:23:16 +00:00

19 lines
362 B
JSON

{
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true,
"preserveCompilationContext": true
},
"dependencies": {
"TestLibrary": {
"target": "project",
"version": "1.0.0-*"
},
"NETStandard.Library": "1.5.0-rc2-24018"
},
"frameworks": {
"netstandardapp1.5": {
"imports": "dnxcore50"
}
}
}