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

13 lines
201 B
JSON
Raw Normal View History

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