3 references to toolsVersion
Microsoft.Build.Utilities.Core (3)
ToolsetElement.cs (3)
128
return (string)base[nameof(
toolsVersion
)];
133
base[nameof(
toolsVersion
)] = value;
588
return ((ToolsetElement)element).
toolsVersion
;