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

Microsoft.Extensions.Hosting.EnvironmentName

public static class EnvironmentName
Commonly used environment names.

This type is obsolete and will be removed in a future version. The recommended alternative is Microsoft.Extensions.Hosting.Environments.

public static readonly string Development

The name of the Development environment.

public static readonly string Production

The name of the Production environment.

public static readonly string Staging

The name of the Staging environment.