How is a Scoped service instance handled in a .NET Core Console application?

I copied this from ConfigureServices in a web application I'm building, where I'm trying to move away from the web and only use a console app or service: serviceCollection.AddScoped<IDbConnecti...