Skip to content

Commit e39eecc

Browse files
committed
chore: add and clean up deprecated namespaces
1 parent 88e4406 commit e39eecc

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/Microsoft.OpenApi/Services/OpenApiWorkspace.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
using System;
55
using System.Collections.Generic;
66
using System.IO;
7+
using System.Linq;
78

89
namespace Microsoft.OpenApi
910
{

test/Microsoft.OpenApi.Readers.Tests/V31Tests/RelativeReferenceTests.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@
33
using System.Net.Http;
44
using System.Text.Json.Nodes;
55
using System.Threading.Tasks;
6-
using Microsoft.OpenApi.Models;
7-
using Microsoft.OpenApi.Models.Interfaces;
86
using Microsoft.OpenApi.Reader;
9-
using Microsoft.OpenApi.Services;
10-
using Microsoft.OpenApi.Writers;
117
using Xunit;
128

139
namespace Microsoft.OpenApi.Readers.Tests.V31Tests

0 commit comments

Comments
 (0)