dotnet-installer/TestAssets/TestProjects/TestLibraryWithXmlDoc/project.json

12 lines
192 B
JSON

{
"version": "1.0.0-*",
"buildOptions": {
"xmlDoc": true
},
"dependencies": {
"NETStandard.Library": "1.6.0-rc3-24131-00"
},
"frameworks": {
"netstandard1.5": {}
}
}