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