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