React to System.Text.Json namespace changes (#11053)

This commit is contained in:
Sébastien Ros 2019-06-10 20:42:25 -07:00 committed by David Fowler
parent 90ab2cb965
commit 5561338cfe
1 changed files with 1 additions and 0 deletions

View File

@ -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;