From bde315d278e8718e0caeff29c35f9da3114995af Mon Sep 17 00:00:00 2001 From: rafsanulhasan Date: Sat, 1 Sep 2018 14:08:59 +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 --- .../EventBus/EventBus/EventBus.csproj | 15 +++---- .../EventBusRabbitMQ/EventBusRabbitMQ.csproj | 33 ++++++++-------- .../EventBusServiceBus.csproj | 27 ++++++------- .../IntegrationEventLogEF.csproj | 29 +++++++------- .../Microsoft.AspNetCore.HealthChecks.csproj | 25 ++++++------ ...xtensions.HealthChecks.AzureStorage.csproj | 39 ++++++++++--------- ...t.Extensions.HealthChecks.SqlServer.csproj | 24 ++++++------ .../Microsoft.Extensions.HealthChecks.csproj | 29 +++++++------- .../WebHost.Customization.csproj | 15 +++---- 9 files changed, 122 insertions(+), 114 deletions(-) diff --git a/src/BuildingBlocks/EventBus/EventBus/EventBus.csproj b/src/BuildingBlocks/EventBus/EventBus/EventBus.csproj index 9704f6ff5..54e925ef7 100644 --- a/src/BuildingBlocks/EventBus/EventBus/EventBus.csproj +++ b/src/BuildingBlocks/EventBus/EventBus/EventBus.csproj @@ -1,12 +1,13 @@  - - netstandard2.0 - Microsoft.eShopOnContainers.BuildingBlocks.EventBus - + + netstandard2.0 + 2.1.3 + Microsoft.eShopOnContainers.BuildingBlocks.EventBus + - - - + + + \ No newline at end of file diff --git a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/EventBusRabbitMQ.csproj b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/EventBusRabbitMQ.csproj index 06514ba41..0837aff75 100644 --- a/src/BuildingBlocks/EventBus/EventBusRabbitMQ/EventBusRabbitMQ.csproj +++ b/src/BuildingBlocks/EventBus/EventBusRabbitMQ/EventBusRabbitMQ.csproj @@ -1,22 +1,23 @@  - - netstandard2.0 - Microsoft.eShopOnContainers.BuildingBlocks.EventBusRabbitMQ - + + netstandard2.0 + 2.1.3 + Microsoft.eShopOnContainers.BuildingBlocks.EventBusRabbitMQ + - - - - - - - - - + + + + + + + + + - - - + + + \ No newline at end of file diff --git a/src/BuildingBlocks/EventBus/EventBusServiceBus/EventBusServiceBus.csproj b/src/BuildingBlocks/EventBus/EventBusServiceBus/EventBusServiceBus.csproj index 9eb4bd19a..589811c6c 100644 --- a/src/BuildingBlocks/EventBus/EventBusServiceBus/EventBusServiceBus.csproj +++ b/src/BuildingBlocks/EventBus/EventBusServiceBus/EventBusServiceBus.csproj @@ -1,19 +1,20 @@  - - netstandard2.0 - Microsoft.eShopOnContainers.BuildingBlocks.EventBusServiceBus - + + netstandard2.0 + 2.1.3 + Microsoft.eShopOnContainers.BuildingBlocks.EventBusServiceBus + - - - - - - + + + + + + - - - + + + \ No newline at end of file diff --git a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/IntegrationEventLogEF.csproj b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/IntegrationEventLogEF.csproj index 5ffc3c9eb..c7ea277bc 100644 --- a/src/BuildingBlocks/EventBus/IntegrationEventLogEF/IntegrationEventLogEF.csproj +++ b/src/BuildingBlocks/EventBus/IntegrationEventLogEF/IntegrationEventLogEF.csproj @@ -1,19 +1,20 @@  - - netstandard2.0 - Microsoft.eShopOnContainers.BuildingBlocks.IntegrationEventLogEF - + + netstandard2.0 + 2.1.3 + Microsoft.eShopOnContainers.BuildingBlocks.IntegrationEventLogEF + - - - - - - - - - - + + + + + + + + + + \ No newline at end of file diff --git a/src/BuildingBlocks/HealthChecks/src/Microsoft.AspNetCore.HealthChecks/Microsoft.AspNetCore.HealthChecks.csproj b/src/BuildingBlocks/HealthChecks/src/Microsoft.AspNetCore.HealthChecks/Microsoft.AspNetCore.HealthChecks.csproj index ce659345f..81ccc3493 100644 --- a/src/BuildingBlocks/HealthChecks/src/Microsoft.AspNetCore.HealthChecks/Microsoft.AspNetCore.HealthChecks.csproj +++ b/src/BuildingBlocks/HealthChecks/src/Microsoft.AspNetCore.HealthChecks/Microsoft.AspNetCore.HealthChecks.csproj @@ -1,19 +1,20 @@  - - netstandard2.0 - + + netstandard2.0 + 2.1.3 + - - - + + + - - - + + + - - - + + + \ No newline at end of file diff --git a/src/BuildingBlocks/HealthChecks/src/Microsoft.Extensions.HealthChecks.AzureStorage/Microsoft.Extensions.HealthChecks.AzureStorage.csproj b/src/BuildingBlocks/HealthChecks/src/Microsoft.Extensions.HealthChecks.AzureStorage/Microsoft.Extensions.HealthChecks.AzureStorage.csproj index 844098052..870bf2ef2 100644 --- a/src/BuildingBlocks/HealthChecks/src/Microsoft.Extensions.HealthChecks.AzureStorage/Microsoft.Extensions.HealthChecks.AzureStorage.csproj +++ b/src/BuildingBlocks/HealthChecks/src/Microsoft.Extensions.HealthChecks.AzureStorage/Microsoft.Extensions.HealthChecks.AzureStorage.csproj @@ -1,26 +1,27 @@  - - netstandard2.0 - false - false - false - + + netstandard2.0 + 2.1.3 + false + false + false + - - - + + + - - - + + + - - - - - - - + + + + + + + diff --git a/src/BuildingBlocks/HealthChecks/src/Microsoft.Extensions.HealthChecks.SqlServer/Microsoft.Extensions.HealthChecks.SqlServer.csproj b/src/BuildingBlocks/HealthChecks/src/Microsoft.Extensions.HealthChecks.SqlServer/Microsoft.Extensions.HealthChecks.SqlServer.csproj index 6217f6069..6ef30d59d 100644 --- a/src/BuildingBlocks/HealthChecks/src/Microsoft.Extensions.HealthChecks.SqlServer/Microsoft.Extensions.HealthChecks.SqlServer.csproj +++ b/src/BuildingBlocks/HealthChecks/src/Microsoft.Extensions.HealthChecks.SqlServer/Microsoft.Extensions.HealthChecks.SqlServer.csproj @@ -1,19 +1,19 @@  - - netstandard2.0 - + + netstandard2.0 + - - - + + + - - - + + + - - - + + + \ No newline at end of file diff --git a/src/BuildingBlocks/HealthChecks/src/Microsoft.Extensions.HealthChecks/Microsoft.Extensions.HealthChecks.csproj b/src/BuildingBlocks/HealthChecks/src/Microsoft.Extensions.HealthChecks/Microsoft.Extensions.HealthChecks.csproj index 5e63cac75..3c029efc6 100644 --- a/src/BuildingBlocks/HealthChecks/src/Microsoft.Extensions.HealthChecks/Microsoft.Extensions.HealthChecks.csproj +++ b/src/BuildingBlocks/HealthChecks/src/Microsoft.Extensions.HealthChecks/Microsoft.Extensions.HealthChecks.csproj @@ -1,20 +1,21 @@  - - netstandard2.0 - + + netstandard2.0 + 2.1.3 + - - - + + + - - - - - - - - + + + + + + + + diff --git a/src/BuildingBlocks/WebHostCustomization/WebHost.Customization/WebHost.Customization.csproj b/src/BuildingBlocks/WebHostCustomization/WebHost.Customization/WebHost.Customization.csproj index ad891e6bd..31cb22337 100644 --- a/src/BuildingBlocks/WebHostCustomization/WebHost.Customization/WebHost.Customization.csproj +++ b/src/BuildingBlocks/WebHostCustomization/WebHost.Customization/WebHost.Customization.csproj @@ -1,12 +1,13 @@  - - netcoreapp2.1 - + + netcoreapp2.1 + 2.1.3 + - - - - + + + +