2 references to DevTunnelCliInstallationManager
Aspire.Hosting.DevTunnels (1)
DevTunnelCliInstallationManager.cs (1)
25: this(devTunnelClient, configuration, interactionService, logger, DevTunnelCli.MinimumSupportedVersion)
Aspire.Hosting.DevTunnels.Tests (1)
DevTunnelCliInstallationManagerTests.cs (1)
30var manager = new DevTunnelCliInstallationManager(devTunnelClient, configuration, new TestInteractionService(), logger, Version.Parse(minVersion));