2 references to AppHostServerSessionFactory
aspire (1)
Program.cs (1)
510
builder.Services.AddSingleton<IAppHostServerSessionFactory,
AppHostServerSessionFactory
>();
Aspire.Cli.Tests (1)
Utils\CliTestHelper.cs (1)
186
services.AddSingleton<IAppHostServerSessionFactory,
AppHostServerSessionFactory
>();