4 references to GetPathToDotNetFrameworkFile
Microsoft.Build.Utilities.Core (1)
ToolLocationHelper.cs (1)
3602
public static string GetPathToDotNetFrameworkFile(string fileName, TargetDotNetFrameworkVersion version) =>
GetPathToDotNetFrameworkFile
(fileName, version, UtilitiesDotNetFrameworkArchitecture.Current);
Microsoft.Build.Utilities.UnitTests (3)
ToolLocationHelper_Tests.cs (3)
705
string net20Path = ToolLocationHelper.
GetPathToDotNetFrameworkFile
("msbuild.exe", TargetDotNetFrameworkVersion.Version20, UtilitiesDotNetFrameworkArchitecture.Bitness32);
708
string net35Path = ToolLocationHelper.
GetPathToDotNetFrameworkFile
("msbuild.exe", TargetDotNetFrameworkVersion.Version35, UtilitiesDotNetFrameworkArchitecture.Bitness32);
711
ToolLocationHelper.
GetPathToDotNetFrameworkFile
("msbuild.exe", TargetDotNetFrameworkVersion.Version40, UtilitiesDotNetFrameworkArchitecture.Bitness32).ShouldBe(