aspnetcore/test/ClassLibraryWithPortablePdbs/project.json

13 lines
227 B
JSON

{
"version": "1.1.0-*",
"buildOptions": {
"debugType": "portable",
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"NETStandard.Library": "1.6.2-*"
},
"frameworks": {
"netstandard1.0": {}
}
}