Skip to content

Commit

Permalink
Merge pull request #250 from baronfel/patch-1
Browse files Browse the repository at this point in the history
Add GeneratePathProperty to PackageReference schema
  • Loading branch information
mhutch authored Sep 25, 2024
2 parents 6058160 + 5c9664f commit 7598ca4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion MonoDevelop.MSBuild/Schemas/CommonTargets.buildschema.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,11 @@
"isList": true,
"type": { "$ref": "#/types/nuGetWarningCode" },
"helpUrl": "https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#suppressing-nuget-warnings"
},
"GeneratePathProperty": {
"description": "If enabled, causes an MSBuild property with the path to the root of the `PackageReference` to be created",
"type": "bool",
"helpUrl": "https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#generatepathproperty"
}
}
},
Expand Down Expand Up @@ -1170,4 +1175,4 @@
"BeforeResGen": "Runs before the ResGen target. Can be safely overridden in project files.",
"AfterResGen": "Runs after the ResGen target. Can be safely overridden in project files."
}
}
}

0 comments on commit 7598ca4

Please sign in to comment.