6 references to Version47
Microsoft.Build.Tasks.Core (1)
GetFrameworkPath.cs (1)
47
private static readonly Lazy<string> s_version47Path = new Lazy<string>(() => ToolLocationHelper.GetPathToDotNetFramework(TargetDotNetFrameworkVersion.
Version47
));
Microsoft.Build.Utilities.Core (1)
ToolLocationHelper.cs (1)
2038
case TargetDotNetFrameworkVersion.
Version47
:
Microsoft.Build.Utilities.UnitTests (4)
ToolLocationHelper_Tests.cs (4)
807
Should.Throw<ArgumentException>(() => ToolLocationHelper.GetDotNetFrameworkSdkRootRegistryKey(TargetDotNetFrameworkVersion.
Version47
, VisualStudioVersion.Version100));
808
Should.Throw<ArgumentException>(() => ToolLocationHelper.GetDotNetFrameworkSdkRootRegistryKey(TargetDotNetFrameworkVersion.
Version47
, VisualStudioVersion.Version110));
809
Should.Throw<ArgumentException>(() => ToolLocationHelper.GetDotNetFrameworkSdkRootRegistryKey(TargetDotNetFrameworkVersion.
Version47
, VisualStudioVersion.Version120));
810
ToolLocationHelper.GetDotNetFrameworkSdkRootRegistryKey(TargetDotNetFrameworkVersion.
Version47
, VisualStudioVersion.Version150).ShouldBe(fullDotNetFrameworkSdkRegistryPathForV4ToolsOnManagedToolsSDK47);