2 assignments to MSBuild property MicrosoftNetCompilersToolsetVersion
MSBuildFiles (2)
C\Users\cloudtest\.nuget\packages\microsoft.dotnet.arcade.sdk\9.0.0-beta.25325.4\tools\DefaultVersions.Generated.props (1)
7
<
MicrosoftNetCompilersToolsetVersion
>4.8.0</MicrosoftNetCompilersToolsetVersion>
D\a\_work\1\s\bin_\repo\msbuild\eng\Versions.props (1)
85
<
MicrosoftNetCompilersToolsetVersion
>5.0.0-1.25328.2</MicrosoftNetCompilersToolsetVersion>
4 usages of MSBuild property MicrosoftNetCompilersToolsetVersion
Microsoft.Build.Tasks.Core (3)
Microsoft.Build.Tasks.csproj (3)
681
<PackageDownload Include="Microsoft.Net.Compilers.Toolset" Version="[$(
MicrosoftNetCompilersToolsetVersion
)]" />
693
<Content Include="$(NuGetPackageRoot)microsoft.net.compilers.toolset\$(
MicrosoftNetCompilersToolsetVersion
)\tasks\net472\**\*" CopyToOutputDirectory="PreserveNewest" LinkBase="Roslyn" />
707
<Content Include="$(NuGetPackageRoot)microsoft.net.compilers.toolset\$(
MicrosoftNetCompilersToolsetVersion
)\tasks\netcore\**\*" CopyToOutputDirectory="PreserveNewest" LinkBase="Roslyn" />
MSBuildFiles (1)
D\a\_work\1\s\bin_\repo\msbuild\eng\Packages.props (1)
15
<PackageVersion Include="Microsoft.Net.Compilers.Toolset" Version="$(
MicrosoftNetCompilersToolsetVersion
)" Condition="'$(UsingToolMicrosoftNetCompilers)' != 'true'" />