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