27 assignments to MSBuild property TargetFrameworks
Dependency (1)
Dependency.csproj (1)
6<TargetFrameworks>$(LibraryTargetFrameworks)</TargetFrameworks>
Microsoft.Build (1)
Microsoft.Build.csproj (1)
7<TargetFrameworks>$(FullFrameworkTFM);$(LatestDotNetCoreForMSBuild)</TargetFrameworks>
Microsoft.Build.BuildCheck.UnitTests (2)
Microsoft.Build.BuildCheck.UnitTests.csproj (2)
4<TargetFrameworks>$(LatestDotNetCoreForMSBuild)</TargetFrameworks> 5<TargetFrameworks Condition="'$(MSBuildRuntimeType)' == 'Full'">$(FullFrameworkTFM);$(TargetFrameworks)</TargetFrameworks>
Microsoft.Build.CommandLine.UnitTests (1)
Microsoft.Build.CommandLine.UnitTests.csproj (1)
4<TargetFrameworks>$(RuntimeOutputTargetFrameworks)</TargetFrameworks>
Microsoft.Build.Engine.OM.UnitTests (1)
Microsoft.Build.Engine.OM.UnitTests.csproj (1)
7<TargetFrameworks>$(RuntimeOutputTargetFrameworks)</TargetFrameworks>
Microsoft.Build.Engine.UnitTests (1)
Microsoft.Build.Engine.UnitTests.csproj (1)
4<TargetFrameworks>$(RuntimeOutputTargetFrameworks)</TargetFrameworks>
Microsoft.Build.Framework (1)
Microsoft.Build.Framework.csproj (1)
3<TargetFrameworks>$(LibraryTargetFrameworks)</TargetFrameworks>
Microsoft.Build.Framework.UnitTests (1)
Microsoft.Build.Framework.UnitTests.csproj (1)
4<TargetFrameworks>$(RuntimeOutputTargetFrameworks)</TargetFrameworks>
Microsoft.Build.Tasks.Core (1)
Microsoft.Build.Tasks.csproj (1)
7<TargetFrameworks>$(LibraryTargetFrameworks)</TargetFrameworks>
Microsoft.Build.Tasks.UnitTests (1)
Microsoft.Build.Tasks.UnitTests.csproj (1)
4<TargetFrameworks>$(RuntimeOutputTargetFrameworks)</TargetFrameworks>
Microsoft.Build.UnitTests.Shared (1)
Microsoft.Build.UnitTests.Shared.csproj (1)
3<TargetFrameworks>$(RuntimeOutputTargetFrameworks)</TargetFrameworks>
Microsoft.Build.Utilities.Core (1)
Microsoft.Build.Utilities.csproj (1)
7<TargetFrameworks>$(LibraryTargetFrameworks)</TargetFrameworks>
Microsoft.Build.Utilities.UnitTests (1)
Microsoft.Build.Utilities.UnitTests.csproj (1)
4<TargetFrameworks>$(RuntimeOutputTargetFrameworks)</TargetFrameworks>
Microsoft.NET.StringTools (1)
StringTools.csproj (1)
3<TargetFrameworks>$(LibraryTargetFrameworks);net35</TargetFrameworks>
Microsoft.NET.StringTools.net35 (1)
StringTools.csproj (1)
3<TargetFrameworks>$(LibraryTargetFrameworks);net35</TargetFrameworks>
Microsoft.NET.StringTools.net35.UnitTests (1)
StringTools.UnitTests.net35.csproj (1)
4<TargetFrameworks>$(FullFrameworkTFM)</TargetFrameworks>
Microsoft.NET.StringTools.UnitTests (1)
StringTools.UnitTests.csproj (1)
3<TargetFrameworks>$(RuntimeOutputTargetFrameworks)</TargetFrameworks>
MSBuild (1)
MSBuild.csproj (1)
8<TargetFrameworks>$(RuntimeOutputTargetFrameworks)</TargetFrameworks>
MSBuild.Bootstrap (1)
MSBuild.Bootstrap.csproj (1)
6<TargetFrameworks>$(RuntimeOutputTargetFrameworks)</TargetFrameworks>
ProjectCachePlugin (2)
ProjectCachePlugin.csproj (2)
8<TargetFrameworks>$(LatestDotNetCoreForMSBuild)</TargetFrameworks> 9<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(FullFrameworkTFM);$(LatestDotNetCoreForMSBuild)</TargetFrameworks>
StringTools.Benchmark (1)
StringTools.Benchmark.csproj (1)
5<TargetFrameworks>$(RuntimeOutputTargetFrameworks)</TargetFrameworks>
TaskUsageLogger (1)
TaskUsageLogger.csproj (1)
5<TargetFrameworks>$(LibraryTargetFrameworks)</TargetFrameworks>
TaskWithDependency (1)
TaskWithDependency.csproj (1)
6<TargetFrameworks>$(LibraryTargetFrameworks)</TargetFrameworks>
XmlFileLogger (1)
XmlFileLogger.csproj (1)
8<TargetFrameworks>$(LibraryTargetFrameworks)</TargetFrameworks>
Xunit.NetCore.Extensions (1)
Xunit.NetCore.Extensions.csproj (1)
3<TargetFrameworks>$(LibraryTargetFrameworks)</TargetFrameworks>
1 usage of MSBuild property TargetFrameworks
Microsoft.Build.BuildCheck.UnitTests (1)
Microsoft.Build.BuildCheck.UnitTests.csproj (1)
5<TargetFrameworks Condition="'$(MSBuildRuntimeType)' == 'Full'">$(FullFrameworkTFM);$(TargetFrameworks)</TargetFrameworks>