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