Update warning code for obsolete property in #pragma.
This commit is contained in:
parent
140dc6fcf5
commit
b8f21bee03
|
|
@ -11,7 +11,7 @@ namespace Microsoft.AspNetCore.Server.KestrelTests
|
||||||
{
|
{
|
||||||
public class KestrelServerInformationTests
|
public class KestrelServerInformationTests
|
||||||
{
|
{
|
||||||
#pragma warning disable CS0612
|
#pragma warning disable CS0618
|
||||||
[Fact]
|
[Fact]
|
||||||
public void MaxRequestBufferSizeIsMarkedObsolete()
|
public void MaxRequestBufferSizeIsMarkedObsolete()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue