From e18c325fcf867384ce160d294d200e68c3f39a87 Mon Sep 17 00:00:00 2001 From: rafsanulhasan Date: Sat, 1 Sep 2018 14:09:18 +0600 Subject: [PATCH] a. Updated NuGet References to support ASP.NET Core 2.1.3 1. Microsoft.ApplicationInsights.AspNetCore 2.2.1->2.4.1 2. Microsoft.ApplicationInsights.DependencyCollector 2.6.1-> 2.7.2 3. Microsoft.ApplicationInsights.ServiceFabric 2.1.1-beta1->2.1.1 4. Microsoft.Extensions.Logging.AzureAppServices 2.1.0-> 2.1.1 5. Microsoft.AspNetCore.App 2.1.0->2.1.3 6. Microsoft.VisualStudio.Azure.Fabric.MSBuild 1.6.5->1.6.7 7. Microsoft.EntityFrameworkCore, Microsoft.EntityFrameworkCore.Design, Microsoft.EntityFrameworkCore.Relational, Microsoft.EntityFrameworkCore.SqlServer 2.1.0->2.1.2 8. Microsoft.AspNetCore.Hosting 2.1.0->2.1.1 9. Microsoft.Extensions.Logging 2.1.0->2.1.1 10. Polly 6.0.1->6.1.0 11. Microsoft.Extensions.Http.Polly 2.1.0->2.1.1 12. Microsoft.AspNetCore.DataProtection.Redis 0.3.3->0.4.1 13. Microsoft.Extensions.Configuration.AzureKeyVault 2.1.0-->2.1.1 14. Swashbuckle.AspNetCore 1.1.0->2.4.0 b. Updated NuGet packages 1. BuildBundleMinifier 2.6.375->2.8.391 2. Microsoft.ApplicationInsights.Kubernetes 1.0.0-beta8->1.0.0-beta9 --- .../Identity/Identity.API/Identity.API.csproj | 111 +++++++++--------- 1 file changed, 56 insertions(+), 55 deletions(-) diff --git a/src/Services/Identity/Identity.API/Identity.API.csproj b/src/Services/Identity/Identity.API/Identity.API.csproj index 96a45e5ef..ea7d6bd62 100644 --- a/src/Services/Identity/Identity.API/Identity.API.csproj +++ b/src/Services/Identity/Identity.API/Identity.API.csproj @@ -1,59 +1,60 @@  - - netcoreapp2.1 - aspnet-eShopOnContainers.Identity-90487118-103c-4ff0-b9da-e5e26f7ab0c5 - ..\..\..\..\docker-compose.dcproj - - - - - PreserveNewest - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - PreserveNewest - - - - - - + + netcoreapp2.1 + 2.1.3 + aspnet-eShopOnContainers.Identity-90487118-103c-4ff0-b9da-e5e26f7ab0c5 + ..\..\..\..\docker-compose.dcproj + + + + + PreserveNewest + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + PreserveNewest + + + + + +