File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
sdk/openai/tools/TestFramework/src/Recording/Proxy Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 9898 <PackageReference Update =" System.Security.Cryptography.Cose" Version =" 7.0.0" />
9999 <PackageReference Update =" System.Threading.Channels" Version =" 6.0.0" />
100100 <PackageReference Update =" System.Threading.Tasks.Extensions" Version =" 4.5.4" />
101- <PackageReference Update =" System.Text.Json" Version =" 6 .0.11 " />
101+ <PackageReference Update =" System.Text.Json" Version =" 8 .0.5 " />
102102 <PackageReference Update =" System.Text.Encodings.Web" Version =" 8.0.0" />
103103 <PackageReference Update =" System.ValueTuple" Version =" 4.5.0" />
104104 <PackageReference Update =" Microsoft.Bcl.AsyncInterfaces" Version =" 8.0.0" />
Original file line number Diff line number Diff line change @@ -620,7 +620,7 @@ protected virtual async ValueTask<ProxyClientResult> SendSyncOrAsync(bool isAsyn
620620 string error ;
621621 try
622622 {
623- var parsed = response . Content . ToObjectFromJson < ErrorResponse > ( new ( )
623+ var parsed = response . Content . ToObjectFromJson < ErrorResponse > ( new JsonSerializerOptions ( )
624624 {
625625 PropertyNameCaseInsensitive = true
626626 } ) ;
You can’t perform that action at this time.
0 commit comments