CR feedback
This commit is contained in:
parent
dade325ac8
commit
8bab053107
|
|
@ -12,7 +12,7 @@ namespace Microsoft.AspNet.Hosting
|
|||
{
|
||||
/// <summary>
|
||||
/// Gets or sets the name of the environment. This property is automatically set by the host to the value
|
||||
/// of the <c>ASPNET_ENV</c> environment variable.
|
||||
/// of the "Hosting:Environment" (on Windows) or "Hosting__Environment" (on Linux & OS X) environment variable.
|
||||
/// </summary>
|
||||
// This must be settable!
|
||||
string EnvironmentName { get; set; }
|
||||
|
|
|
|||
Loading…
Reference in New Issue