From fad941c49d1db212fd38ac67fc2806c98b5371d8 Mon Sep 17 00:00:00 2001 From: rafsanulhasan Date: Sat, 1 Sep 2018 04:09:31 +0600 Subject: [PATCH] a. Used 2.1.3 as RuntimeFrameworkVersion (Line 5) b. Add Certificates (Line 73-76, 181-188) c. 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 d. Updated NuGet packages 1. BuildBundleMinifier 2.6.375->2.8.391 2. Microsoft.ApplicationInsights.Kubernetes 1.0.0-beta8->1.0.0-beta9 4. Microsoft.AspNetCore.DataProtection.Redis 0.3.3->0.4.1 --- .../Identity/Identity.API/Identity.API.csproj | 118 +++--- src/Web/WebSPA/WebSPA.csproj | 336 +++++++++--------- 2 files changed, 234 insertions(+), 220 deletions(-) diff --git a/src/Services/Identity/Identity.API/Identity.API.csproj b/src/Services/Identity/Identity.API/Identity.API.csproj index a90a39ad3..4c41b555e 100644 --- a/src/Services/Identity/Identity.API/Identity.API.csproj +++ b/src/Services/Identity/Identity.API/Identity.API.csproj @@ -1,60 +1,66 @@  - - 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 + + + + + + diff --git a/src/Web/WebSPA/WebSPA.csproj b/src/Web/WebSPA/WebSPA.csproj index 3f6e188c3..eb7f36e8f 100644 --- a/src/Web/WebSPA/WebSPA.csproj +++ b/src/Web/WebSPA/WebSPA.csproj @@ -1,102 +1,107 @@  - - netcoreapp2.1 - aspnetcorespa-c23d27a4-eb88-4b18-9b77-2a93f3b15119 - ..\..\..\docker-compose.dcproj - false - true - wwwroot/dist/** - $(DefaultItemExcludes);$(GeneratedItemPatterns) - + + netcoreapp2.1 + 2.1.3 + aspnetcorespa-c23d27a4-eb88-4b18-9b77-2a93f3b15119 + ..\..\..\docker-compose.dcproj + false + true + wwwroot/dist/** + $(DefaultItemExcludes);$(GeneratedItemPatterns) + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + - - - - - - - - - - + + + + + + + + + + - - + - - - - + + + + - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - + + + PreserveNewest + + + PreserveNewest + +