<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="11.0.0-preview.3.26207.106" />

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; } }