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

13 lines
188 B
JSON
Raw Normal View History

{
"version": "1.0.0-*",
"buildOptions": {
"debugType": "portable"
},
"dependencies": {
"NETStandard.Library": "1.6.0"
},
"frameworks": {
"netstandard1.5": {}
}
2016-05-24 00:04:20 +00:00
}