We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f5e7ae commit 4089460Copy full SHA for 4089460
2 files changed
src/ApiGateways/ApiGw-Base/OcelotApiGw.csproj
@@ -10,6 +10,6 @@
10
11
<ItemGroup>
12
<PackageReference Include="Microsoft.AspNetCore.App" />
13
- <PackageReference Include="Ocelot" Version="3.0.0" />
+ <PackageReference Include="Ocelot" Version="12.0.1" />
14
</ItemGroup>
15
</Project>
src/ApiGateways/ApiGw-Base/Startup.cs
@@ -1,11 +1,5 @@
1
-using System;
2
-using System.Collections.Generic;
3
-using System.Linq;
4
-using System.Threading.Tasks;
5
-using CacheManager.Core;
6
-using Microsoft.AspNetCore.Builder;
+using Microsoft.AspNetCore.Builder;
7
using Microsoft.AspNetCore.Hosting;
8
-using Microsoft.AspNetCore.Http;
9
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
0 commit comments