4 references to net
MSBuild (4)
CommunicationsUtilities.cs (1)
976
else if (taskHostParameters.Runtime.Equals(XMakeAttributes.MSBuildRuntimeValues.
net
, StringComparison.OrdinalIgnoreCase))
TypeLoader.cs (2)
628
_runtime = targetFramework.StartsWith(DotNetCoreIdentifier) ? MSBuildRuntimeValues.
net
: MSBuildRuntimeValues.clr4;
641
_runtime = MSBuildRuntimeValues.
net
;
XMakeAttributes.cs (1)
108
private static readonly HashSet<string> ValidMSBuildRuntimeValues = new HashSet<string>(StringComparer.OrdinalIgnoreCase) { MSBuildRuntimeValues.clr2, MSBuildRuntimeValues.clr4, MSBuildRuntimeValues.currentRuntime, MSBuildRuntimeValues.
net
, MSBuildRuntimeValues.any };