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