3 references to toolsVersion
Microsoft.Build.Utilities.Core (3)
ToolsetElement.cs (3)
129
return (string)base[nameof(
toolsVersion
)];
134
base[nameof(
toolsVersion
)] = value;
589
return ((ToolsetElement)element).
toolsVersion
;