2 references to GetItemsAndPropertiesAsync
aspire (2)
Projects\ProjectUpdater.cs (2)
176
var itemsAndPropertiesDocument = await
GetItemsAndPropertiesAsync
(context.AppHostProjectFile, cancellationToken);
222
var itemsAndPropertiesDocument = await
GetItemsAndPropertiesAsync
(projectFile, cancellationToken);