2 references to net
Microsoft.Build.Tasks.Core (2)
XMakeAttributes.cs (2)
110
private static readonly HashSet<string> ValidMSBuildRuntimeValues = new HashSet<string>(StringComparer.OrdinalIgnoreCase) { MSBuildRuntimeValues.clr2, MSBuildRuntimeValues.clr4, MSBuildRuntimeValues.currentRuntime, MSBuildRuntimeValues.
net
, MSBuildRuntimeValues.any };
463
return MSBuildRuntimeValues.
net
;