Browse Source

📦 Updated Ocelot NuGet package to v12.0.1.

pull/795/head
Pure Krome 6 years ago
parent
commit
56e1b47488
2 changed files with 2 additions and 9 deletions
  1. +1
    -1
      src/ApiGateways/ApiGw-Base/OcelotApiGw.csproj
  2. +1
    -8
      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
- 8
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;
@ -16,7 +10,6 @@ namespace OcelotApiGw
{
public class Startup
{
private readonly IConfiguration _cfg;
public Startup(IConfiguration configuration)


Loading…
Cancel
Save