dotnet-installer/test/TestingAbstractions/TestAppWithPortablePdbs/project.json

14 lines
265 B
JSON

{
"version": "1.0.0-*",
"compilationOptions": {
"debugType": "portable"
},
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-23924"
},
"frameworks": {
"netstandard1.5": {
"imports": [ "portable-net45+win8", "dnxcore50" ]
}
}
}