2 assignments to MSBuild property LatestDotNetCoreForMSBuild
MSBuildFiles (2)
D\a\_work\1\s\bin_\repo\msbuild\Directory.Build.props (2)
30<LatestDotNetCoreForMSBuild>net9.0</LatestDotNetCoreForMSBuild> 31<LatestDotNetCoreForMSBuild Condition="'$(DotNetBuildSourceOnly)' == 'true'">$(NetCurrent)</LatestDotNetCoreForMSBuild>
12 usages of MSBuild property LatestDotNetCoreForMSBuild
Localization (1)
Localization.csproj (1)
3<TargetFramework>$(LatestDotNetCoreForMSBuild)</TargetFramework>
Microsoft.Build (1)
Microsoft.Build.csproj (1)
7<TargetFrameworks>$(FullFrameworkTFM);$(LatestDotNetCoreForMSBuild)</TargetFrameworks>
Microsoft.Build.BuildCheck.UnitTests (1)
Microsoft.Build.BuildCheck.UnitTests.csproj (1)
4<TargetFrameworks>$(LatestDotNetCoreForMSBuild)</TargetFrameworks>
Microsoft.Build.Engine.UnitTests (2)
Microsoft.Build.Engine.UnitTests.csproj (2)
40<SetTargetFramework Condition="'$(TargetFrameworkIdentifier)' != '.NETFramework'">TargetFramework=$(LatestDotNetCoreForMSBuild)</SetTargetFramework> 46<SetTargetFramework Condition="'$(TargetFrameworkIdentifier)' != '.NETFramework'">TargetFramework=$(LatestDotNetCoreForMSBuild)</SetTargetFramework>
Microsoft.Build.Templates (1)
Microsoft.Build.Templates.csproj (1)
9<TargetFramework>$(LatestDotNetCoreForMSBuild)</TargetFramework>
MSBuild.Bootstrap (1)
MSBuild.Bootstrap.csproj (1)
44<Target Name="UpdatePublishedMSBuildDepsFile" AfterTargets="Publish" Condition="'$(TargetFramework)' == '$(LatestDotNetCoreForMSBuild)'">
MSBuildFiles (3)
D\a\_work\1\s\bin_\repo\msbuild\src\Directory.Build.props (3)
33<LibraryTargetFrameworks>$(FullFrameworkTFM);$(LatestDotNetCoreForMSBuild);netstandard2.0</LibraryTargetFrameworks> 34<LibraryTargetFrameworks Condition="'$(DotNetBuildSourceOnly)' == 'true'">$(LatestDotNetCoreForMSBuild);netstandard2.0</LibraryTargetFrameworks> 38<RuntimeOutputTargetFrameworks>$(LatestDotNetCoreForMSBuild)</RuntimeOutputTargetFrameworks>
ProjectCachePlugin (2)
ProjectCachePlugin.csproj (2)
7<TargetFrameworks>$(LatestDotNetCoreForMSBuild)</TargetFrameworks> 8<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(FullFrameworkTFM);$(LatestDotNetCoreForMSBuild)</TargetFrameworks>