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