2 references to AppHostServerProjectFactory
aspire (1)
Program.cs (1)
287builder.Services.AddSingleton<IAppHostServerProjectFactory, AppHostServerProjectFactory>();
Aspire.Cli.Tests (1)
Utils\CliTestHelper.cs (1)
125services.AddSingleton<IAppHostServerProjectFactory, AppHostServerProjectFactory>();