3 references to Version48
Microsoft.Build.Tasks.Core (1)
GetFrameworkPath.cs (1)
51private static readonly Lazy<string> s_version48Path = new Lazy<string>(() => ToolLocationHelper.GetPathToDotNetFramework(TargetDotNetFrameworkVersion.Version48));
Microsoft.Build.Utilities.Core (2)
ToolLocationHelper.cs (2)
117VersionLatest = Version48, 2052case TargetDotNetFrameworkVersion.Version48: