Skip to content

Commit ad85b87

Browse files
authored
- adds missing using
1 parent 4537168 commit ad85b87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Microsoft.OpenApi.Readers/V2/OpenApiResponseDeserializer.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// Copyright (c) Microsoft Corporation. All rights reserved.
22
// Licensed under the MIT license.
33

4+
using System;
45
using System.Collections.Generic;
56
using Json.Schema;
67
using Microsoft.OpenApi.Extensions;

0 commit comments

Comments
 (0)