From b8f21bee0313c747bc7482dc313a7ea87f6d7bf6 Mon Sep 17 00:00:00 2001 From: Cesar Blum Silveira Date: Thu, 4 Aug 2016 14:05:16 -0700 Subject: [PATCH] Update warning code for obsolete property in #pragma. --- .../KestrelServerOptionsTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Microsoft.AspNetCore.Server.KestrelTests/KestrelServerOptionsTests.cs b/test/Microsoft.AspNetCore.Server.KestrelTests/KestrelServerOptionsTests.cs index 8beb1f7d59..540922a009 100644 --- a/test/Microsoft.AspNetCore.Server.KestrelTests/KestrelServerOptionsTests.cs +++ b/test/Microsoft.AspNetCore.Server.KestrelTests/KestrelServerOptionsTests.cs @@ -11,7 +11,7 @@ namespace Microsoft.AspNetCore.Server.KestrelTests { public class KestrelServerInformationTests { -#pragma warning disable CS0612 +#pragma warning disable CS0618 [Fact] public void MaxRequestBufferSizeIsMarkedObsolete() {