1 instantiation of PackageInfo
aspire (1)
Commands\Sdk\SdkDumpCommand.cs (1)
193
.Select(i => new
PackageInfo
{ Name = i.Name, Version = i.Version! })
2 references to PackageInfo
aspire (2)
Commands\Sdk\SdkDumpCommand.cs (2)
536
public List<
PackageInfo
> Packages { get; set; } = [];
643
[JsonSerializable(typeof(
PackageInfo
))]