<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="10.0.10" />

Microsoft.Extensions.Hosting.HostDefaults

public static class HostDefaults
Constants for HostBuilder configuration keys.
namespace Microsoft.Extensions.Hosting { public static class HostDefaults { public static readonly string ApplicationKey; public static readonly string EnvironmentKey; public static readonly string ContentRootKey; } }