dotnet-installer/TestAssets/TestProjects/TestAppWithWrapperProjectDependency/TestLibrary/project.json
2016-03-12 11:52:29 -08:00

11 lines
No EOL
259 B
JSON

{
"frameworks": {
"netstandardapp1.5": {
"imports": "dnxcore50",
"bin": {
"assembly": "bin.keep\\{configuration}\\dnxcore50\\TestLibrary.dll",
"pdb": "bin.keep\\{configuration}\\dnxcore50\\TestLibrary.pdb"
}
}
}
}