dotnet-installer/test/TestingAbstractions/TestAppWithPortablePdbs/project.json
2016-04-22 16:01:51 -07:00

12 lines
205 B
JSON

{
"version": "1.0.0-*",
"compilationOptions": {
"debugType": "portable"
},
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-24018"
},
"frameworks": {
"netstandard1.5": { }
}
}