3 references to GetTargetPlatformSdks
Microsoft.Build.Utilities.Core (1)
ToolLocationHelper.cs (1)
760
public static IList<TargetPlatformSDK> GetTargetPlatformSdks() =>
GetTargetPlatformSdks
(null, null);
Microsoft.Build.Utilities.UnitTests (2)
ToolLocationHelper_Tests.cs (2)
3480
IList<TargetPlatformSDK> sdkList = ToolLocationHelper.
GetTargetPlatformSdks
(new[] { _fakeStructureRoot }, null);
4054
IList<TargetPlatformSDK> sdks = ToolLocationHelper.
GetTargetPlatformSdks
(new[] { _fakeStructureRoot }, null);