2 references to RuntimeIdentifierGraphResourceName
aspire-managed (2)
NuGet\Commands\RestoreCommand.cs (2)
340
using var resourceStream = typeof(RestoreCommand).Assembly.GetManifestResourceStream(
RuntimeIdentifierGraphResourceName
)
341
?? throw new InvalidOperationException($"Embedded runtime identifier graph resource '{
RuntimeIdentifierGraphResourceName
}' was not found.");