Update warning code for obsolete property in #pragma.

This commit is contained in:
Cesar Blum Silveira 2016-08-04 14:05:16 -07:00
parent 140dc6fcf5
commit b8f21bee03
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ namespace Microsoft.AspNetCore.Server.KestrelTests
{
public class KestrelServerInformationTests
{
#pragma warning disable CS0612
#pragma warning disable CS0618
[Fact]
public void MaxRequestBufferSizeIsMarkedObsolete()
{