Skip to content

Commit 4089460

Browse files
author
Ramón Tomás
committed
Updated Ocelot version
1 parent 9f5e7ae commit 4089460

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

src/ApiGateways/ApiGw-Base/OcelotApiGw.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010

1111
<ItemGroup>
1212
<PackageReference Include="Microsoft.AspNetCore.App" />
13-
<PackageReference Include="Ocelot" Version="3.0.0" />
13+
<PackageReference Include="Ocelot" Version="12.0.1" />
1414
</ItemGroup>
1515
</Project>

src/ApiGateways/ApiGw-Base/Startup.cs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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;
1+
using Microsoft.AspNetCore.Builder;
72
using Microsoft.AspNetCore.Hosting;
8-
using Microsoft.AspNetCore.Http;
93
using Microsoft.Extensions.Configuration;
104
using Microsoft.Extensions.DependencyInjection;
115
using Microsoft.Extensions.Logging;

0 commit comments

Comments
 (0)