CR feedback

This commit is contained in:
DamianEdwards 2015-10-19 14:32:04 -07:00
parent dade325ac8
commit 8bab053107
1 changed files with 1 additions and 1 deletions

View File

@ -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 &amp; OS X) environment variable.
/// </summary>
// This must be settable!
string EnvironmentName { get; set; }