1 assignment to MSBuild property BootstrapSdkVersion
MSBuildFiles (1)
D\a\_work\1\s\bin_\repo\msbuild\eng\Versions.props (1)
58
<
BootstrapSdkVersion
>9.0.200-preview.0.24523.19</BootstrapSdkVersion>
4 usages of MSBuild property BootstrapSdkVersion
Microsoft.Build.UnitTests.Shared (1)
Microsoft.Build.UnitTests.Shared.csproj (1)
44
<_Parameter2>$(
BootstrapSdkVersion
)</_Parameter2>
MSBuildFiles (3)
D\a\_work\1\s\bin_\repo\msbuild\eng\BootStrapMsBuild.targets (3)
222
<InstallDotNetCoreTask DotNetInstallScriptRootPath="$(DotNetRoot)" InstallDir="$(InstallDir)" Version="$(
BootstrapSdkVersion
)"/>
234
DestinationFolder="$(InstallDir)sdk\$(
BootstrapSdkVersion
)\"
238
DestinationFiles="@(FreshlyBuiltNetBinaries->'$(InstallDir)sdk\$(
BootstrapSdkVersion
)\%(RecursiveDir)%(Filename)%(Extension)')" />