Skip to content

Commit e0f0ed6

Browse files
committed
Add necessary usings
1 parent 7f88a35 commit e0f0ed6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/Microsoft.OpenApi.Hidi/OpenApiService.cs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Microsoft Corporation. All rights reserved.
1+
// Copyright (c) Microsoft Corporation. All rights reserved.
22
// Licensed under the MIT license.
33

44
using System;
@@ -7,8 +7,12 @@
77
using System.Net;
88
using System.Net.Http;
99
using System.Text;
10+
using System.Threading.Tasks;
11+
using System.Xml.Linq;
12+
using Microsoft.OData.Edm.Csdl;
1013
using Microsoft.OpenApi.Extensions;
1114
using Microsoft.OpenApi.Models;
15+
using Microsoft.OpenApi.OData;
1216
using Microsoft.OpenApi.Readers;
1317
using Microsoft.OpenApi.Services;
1418
using Microsoft.OpenApi.Validations;

0 commit comments

Comments
 (0)