Update Microsoft.AspNetCore.Hosting.Abstractions ref assembly

This commit is contained in:
Chris R 2019-02-25 17:17:10 -08:00
parent d515bd977f
commit 87ae40f814
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
namespace Microsoft.AspNetCore.Hosting
{
[System.ObsoleteAttribute("This type is obsolete and will be removed in a future version. The recommended alternative is Microsoft.Extensions.Hosting.Environments.", false)]
public static partial class EnvironmentName
{
public static readonly string Development;