12 references to TargetFrameworkInformation
aspire-managed (1)
NuGet\Commands\RestoreCommand.cs (1)
352var tfInfo = new TargetFrameworkInformation
Microsoft.Build.NuGetSdkResolver (1)
RestoreRunnerEx.cs (1)
59frameworks.Add(new TargetFrameworkInformation
NuGet.Build.Tasks (1)
GetReferenceNearestTargetFrameworkTask.cs (1)
149targetFrameworkInformations.Add(new TargetFrameworkInformation()
NuGet.Build.Tasks.Console (1)
MSBuildStaticGraphRestore.cs (1)
764var targetFrameworkInformation = new TargetFrameworkInformation()
NuGet.Commands (4)
RestoreCommand\Utility\MSBuildRestoreUtility.cs (2)
485var targetFrameworkInfo = new TargetFrameworkInformation() 897new TargetFrameworkInformation()
RestoreCommand\Utility\PackageSpecFactory.cs (1)
417var targetFrameworkInformation = new TargetFrameworkInformation()
RestoreCommand\Utility\ToolRestoreUtility.cs (1)
36new TargetFrameworkInformation
NuGet.PackageManagement (1)
Projects\MSBuildNuGetProject.cs (1)
665new TargetFrameworkInformation()
NuGet.ProjectModel (3)
JsonPackageSpecReader.Utf8JsonStreamReader.cs (1)
1524var targetFrameworkInformation = new TargetFrameworkInformation()
PackageSpecExtensions.cs (2)
26return frameworkInfo ?? new TargetFrameworkInformation(); 139return new TargetFrameworkInformation();