3 references to TargetFrameworks
dotnet (3)
Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (1)
773var targetFrameworks = projectInstance.GetPropertyValue(ProjectProperties.TargetFrameworks);
Commands\Test\MTP\SolutionAndProjectUtility.cs (2)
337var targetFrameworks = projectInstance.GetPropertyValue(ProjectProperties.TargetFrameworks); 502var targetFrameworks = projectInstance.GetPropertyValue(ProjectProperties.TargetFrameworks);