1 assignment to MSBuild property DotNetCliVersion
MSBuildFiles (1)
D\a\_work\1\s\bin_\repo\msbuild\eng\Versions.props (1)
51
<
DotNetCliVersion
>$([System.Text.RegularExpressions.Regex]::Match($([System.IO.File]::ReadAllText('$(MSBuildThisFileDirectory)..\global.json')), '"dotnet": "([^"]*)"').Groups.get_Item(1))</DotNetCliVersion>
3 usages of MSBuild property DotNetCliVersion
MSBuild.Bootstrap (1)
MSBuild.Bootstrap.csproj (1)
25
<Content Include="$(DotNetRoot)sdk\$(
DotNetCliVersion
)\Microsoft.NETCoreSdk.BundledVersions.props" CopyToOutputDirectory="PreserveNewest" />
MSBuildFiles (2)
D\a\_work\1\s\bin_\repo\msbuild\eng\BootStrapMsBuild.targets (2)
46
<_NuGetRuntimeDependencies Include="$(DOTNET_INSTALL_DIR)\sdk\$(
DotNetCliVersion
)\RuntimeIdentifierGraph.json" />
75
<InstalledSdks Include="$(DOTNET_INSTALL_DIR)\sdk\$(
DotNetCliVersion
)\Sdks\**\*.*" />