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