9 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)
46
<SetTargetFramework Condition="'$(TargetFrameworkIdentifier)' != '.NETFramework'">TargetFramework=$(
LatestDotNetCoreForMSBuild
)</SetTargetFramework>
52
<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)
50
<Target Name="UpdatePublishedMSBuildDepsFile" AfterTargets="Publish" Condition="'$(TargetFramework)' == '$(
LatestDotNetCoreForMSBuild
)'">
ProjectCachePlugin (2)
ProjectCachePlugin.csproj (2)
8
<TargetFrameworks>$(
LatestDotNetCoreForMSBuild
)</TargetFrameworks>
9
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(FullFrameworkTFM);$(
LatestDotNetCoreForMSBuild
)</TargetFrameworks>