2 references to IsDashboardVersionSufficient
Aspire.Dashboard (1)
ServiceClient\DashboardClient.cs (1)
435
if (!
IsDashboardVersionSufficient
(s_dashboardVersion, _minRequiredVersion))
Aspire.Dashboard.Tests (1)
Model\DashboardClientTests.cs (1)
524
var result = DashboardClient.
IsDashboardVersionSufficient
(dashboard, requiredVersion);