5 references to AppHostProjectInspectionItem
aspire (5)
Projects\AppHostInfoResolver.cs (5)
235private static string? GetPackageVersionFromItems(IReadOnlyList<AppHostProjectInspectionItem>? items, string packageId) 242foreach (var item in items) 312public IReadOnlyList<AppHostProjectInspectionItem>? PackageReference { get; init; } 315public IReadOnlyList<AppHostProjectInspectionItem>? AspireProjectOrPackageReference { get; init; } 318public IReadOnlyList<AppHostProjectInspectionItem>? PackageVersion { get; init; }