linux-packaging-mono/external/corefx/pkg/test/project.template.json

11 lines
148 B
JSON
Raw Normal View History

{
"dependencies": {
"{PackageId}": "{PackageVersion}"
},
"frameworks": {
"{TFM}": { }
},
"runtimes": {
{RuntimeSection}
}
}