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