dotnet-installer/TestAssets/TestProjects/TestAppWithWrapperProjectDependency/TestLibrary/project.json
2016-02-24 16:40:22 -08:00

10 lines
No EOL
211 B
JSON

{
"frameworks": {
"dnxcore50": {
"bin": {
"assembly": "bin\\{configuration}\\dnxcore50\\TestLibrary.dll",
"pdb": "bin\\{configuration}\\dnxcore50\\TestLibrary.pdb"
}
}
}
}