2 references to BootstrapSdkVersion
Microsoft.Build.UnitTests.Shared (2)
RunnerUtilities.cs (2)
28
public static string BootstrapSdkVersion => BootstrapLocationAttribute.
BootstrapSdkVersion
;
74
string pathToExecutable = Path.Combine(BootstrapMsBuildBinaryLocation, "sdk", BootstrapLocationAttribute.
BootstrapSdkVersion
, Constants.MSBuildExecutableName);