5 references to RuntimeDescription
aspire-managed (1)
NuGet\Commands\RestoreCommand.cs (1)
326packageSpec.RuntimeGraph = new RuntimeGraph([new RuntimeDescription(runtimeIdentifier)]);
Microsoft.DotNet.Build.Tasks.Packaging (1)
GenerateRuntimeDependencies.cs (1)
105runtimes.Add(new RuntimeDescription(targetRuntimeId));
NuGet.Build.Tasks.Console (1)
MSBuildStaticGraphRestore.cs (1)
1094.Select(rid => new RuntimeDescription(rid))
NuGet.Commands (2)
RestoreCommand\Utility\MSBuildRestoreUtility.cs (1)
611.Select(rid => new RuntimeDescription(rid))
RestoreCommand\Utility\PackageSpecFactory.cs (1)
63.Select(rid => new RuntimeDescription(rid))