Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions src/MSBuild/MSBuild/Microsoft.Build.CommonTypes.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,13 @@ elementFormDefault="qualified">
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="VersionOverride">
<xs:annotation>
<xs:documentation>
<!-- _locID_text="PackageReference_VersionOverride" _locComment="" -->When using Central Package Management (CPM), overrides the centrally defined version for this package. If the project is not using CPM, this element has no effect.
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
</xs:sequence>
<xs:attribute name="Include" type="xs:string">
Expand Down Expand Up @@ -265,6 +272,13 @@ elementFormDefault="qualified">
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="VersionOverride" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>
<!-- _locID_text="PackageReference_Attribute_VersionOverride" _locComment="" -->When using Central Package Management (CPM), overrides the centrally defined version for this package. If the project is not using CPM, this attribute has no effect.
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Expand Down