3 references to Version45
Microsoft.Build.Tasks.Core (2)
GetFrameworkPath.cs (1)
42private static readonly Lazy<string> s_version45Path = new Lazy<string>(() => ToolLocationHelper.GetPathToDotNetFramework(TargetDotNetFrameworkVersion.Version45));
ManifestUtil\SecurityUtil.cs (1)
853toolPath = ToolLocationHelper.GetPathToWindowsSdkFile(ToolName, TargetDotNetFrameworkVersion.Version45,
Microsoft.Build.Utilities.Core (1)
ToolLocationHelper.cs (1)
2025case TargetDotNetFrameworkVersion.Version45: