3 references to toolsVersion
Microsoft.Build (3)
Construction\ProjectRootElement.cs (3)
553
get => GetAttributeValue(XMakeAttributes.
toolsVersion
);
556
set => SetOrRemoveAttribute(XMakeAttributes.
toolsVersion
, value, "Set project ToolsVersion {0}", value);
665
public ElementLocation ToolsVersionLocation => GetAttributeLocation(XMakeAttributes.
toolsVersion
);