Browse Source

Merge branch 'update-ocelot' into dev

pull/874/head
Ramón Tomás 6 years ago
parent
commit
7b10b57635
2 changed files with 2 additions and 8 deletions
  1. +1
    -1
      src/ApiGateways/ApiGw-Base/OcelotApiGw.csproj
  2. +1
    -7
      src/ApiGateways/ApiGw-Base/Startup.cs

+ 1
- 1
src/ApiGateways/ApiGw-Base/OcelotApiGw.csproj View File

@ -10,6 +10,6 @@
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Ocelot" Version="3.0.0" />
<PackageReference Include="Ocelot" Version="12.0.1" />
</ItemGroup>
</Project>

+ 1
- 7
src/ApiGateways/ApiGw-Base/Startup.cs View File

@ -1,11 +1,5 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using CacheManager.Core;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Http;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;


Loading…
Cancel
Save