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