From 5561338cfecac5ca4b1dda2f09a7f66153d0b5fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Ros?= Date: Mon, 10 Jun 2019 20:42:25 -0700 Subject: [PATCH] React to System.Text.Json namespace changes (#11053) --- .../Kestrel/perf/PlatformBenchmarks/BenchmarkApplication.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Servers/Kestrel/perf/PlatformBenchmarks/BenchmarkApplication.cs b/src/Servers/Kestrel/perf/PlatformBenchmarks/BenchmarkApplication.cs index 25382fe7b0..6da811b99a 100644 --- a/src/Servers/Kestrel/perf/PlatformBenchmarks/BenchmarkApplication.cs +++ b/src/Servers/Kestrel/perf/PlatformBenchmarks/BenchmarkApplication.cs @@ -3,6 +3,7 @@ using System; using System.IO.Pipelines; +using System.Text.Json; using System.Text.Json.Serialization; using System.Threading.Tasks; using Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http;