React to System.Text.Json namespace changes (#11053)
This commit is contained in:
parent
90ab2cb965
commit
5561338cfe
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue