2 references to BootstrapSdkVersion
Microsoft.Build.UnitTests.Shared (2)
RunnerUtilities.cs (2)
26
public static string BootstrapSdkVersion => BootstrapLocationAttribute.
BootstrapSdkVersion
;
78
msbuildParameters = Path.Combine(BootstrapMsBuildBinaryLocation, "sdk", BootstrapLocationAttribute.
BootstrapSdkVersion
, Constants.MSBuildAssemblyName) + " " + msbuildParameters;