Skip to content

Commit

Permalink
Add required namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
raman-m committed Sep 25, 2023
1 parent 4e79152 commit 92cabfe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using System;
using System.Reflection;

namespace Ocelot.DependencyInjection;
Expand Down
1 change: 1 addition & 0 deletions test/Ocelot.IntegrationTests/AdministrationTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
using Ocelot.Middleware;
using System.Net;
using System.Net.Http.Headers;
using System.Reflection;

namespace Ocelot.IntegrationTests
{
Expand Down

0 comments on commit 92cabfe

Please sign in to comment.