Updated packages (#1133)

* Upgrading nugets

* doc changes

* more changes to remove warnings

* one more fix

* one more fix

* forcing the build
This commit is contained in:
Pedram Rezaei
2020-04-11 02:00:58 -07:00
committed by GitHub
parent 4110837a04
commit 84821c6c8d
32 changed files with 125 additions and 132 deletions

View File

@ -11,6 +11,7 @@ using Microsoft.Extensions.Options;
namespace DownstreamService
{
using Microsoft.Extensions.Hosting;
using Steeltoe.Discovery.Client;
public class Startup
@ -30,7 +31,7 @@ namespace DownstreamService
}
// This method gets called by the runtime. Use this method to configure the HTTP request pipeline.
public void Configure(IApplicationBuilder app, IHostingEnvironment env)
public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
{
if (env.IsDevelopment())
{