3 usages of MSBuild property LatestDotNetCoreForMSBuild
Microsoft.Build.Templates (1)
Microsoft.Build.Templates.csproj (1)
9
<TargetFramework>$(
LatestDotNetCoreForMSBuild
)</TargetFramework>
ProjectCachePlugin (2)
ProjectCachePlugin.csproj (2)
8
<TargetFrameworks>$(
LatestDotNetCoreForMSBuild
)</TargetFrameworks>
9
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(FullFrameworkTFM);$(
LatestDotNetCoreForMSBuild
)</TargetFrameworks>