From 1b5b179c7f55b9b032695b26115ae8ddb6faae3c Mon Sep 17 00:00:00 2001 From: Rafsanul Hasan Date: Wed, 5 Sep 2018 18:09:42 +0600 Subject: [PATCH] Update ASP.NET Core Version to 2.10 to 2.1.3 (#126) * Updated Web Applications' NuGet Packages: - [x] Microsoft.AspNetCore.App 2.1.0->2.1.3 - [x] Microsoft.EntityFrameworkCore.Tools 2.1.0->2.1.2 - [x] Microsoft.VisualStudio.Web.CodeGeneration.Design 2.1.0->2.1.3 * Updated Infrastructure Library's BuGet Packages: - [x] Microsoft.AspNetCore.Identity 2.1.0->2.1.3 - [x] Microsoft.AspNetCore.Identity.EntityFrameworkCore 2.1.0->2.1.3 - [x] Microsoft.EntityFrameworkCore.SqlServer 2.1.0->2.1.2 - [x] Microsoft.EntityFrameworkCore.Tools 2.1.0->2.1.2 * Updated Test projects' NuGetPackages: - [x] Microsoft.AspNetCore.Mvc.Testing 2.1.0->2.1.2 - [x] Microsoft.NET.Test.Sdk 15.8.0-preview-20180510-03->15.8.0 - [x] Microsoft.AspNetCore.Mvc 2.1.0->2.1.3 --- src/ApplicationCore/ApplicationCore.csproj | 16 ++-- src/Infrastructure/Infrastructure.csproj | 32 ++++---- src/Web/Web.csproj | 74 +++++++++---------- src/WebRazorPages/WebRazorPages.csproj | 28 +++---- tests/FunctionalTests/FunctionalTests.csproj | 38 +++++----- .../IntegrationTests/IntegrationTests.csproj | 34 ++++----- tests/UnitTests/UnitTests.csproj | 40 +++++----- 7 files changed, 131 insertions(+), 131 deletions(-) diff --git a/src/ApplicationCore/ApplicationCore.csproj b/src/ApplicationCore/ApplicationCore.csproj index c24f5e0..da1721e 100644 --- a/src/ApplicationCore/ApplicationCore.csproj +++ b/src/ApplicationCore/ApplicationCore.csproj @@ -1,13 +1,13 @@  - - netstandard2.0 - Microsoft.eShopWeb.ApplicationCore - + + netstandard2.0 + Microsoft.eShopWeb.ApplicationCore + - - - - + + + + \ No newline at end of file diff --git a/src/Infrastructure/Infrastructure.csproj b/src/Infrastructure/Infrastructure.csproj index 0259dc6..d4b15fc 100644 --- a/src/Infrastructure/Infrastructure.csproj +++ b/src/Infrastructure/Infrastructure.csproj @@ -1,20 +1,20 @@  - - netstandard2.0 - Microsoft.eShopWeb.Infrastructure - + + netstandard2.0 + Microsoft.eShopWeb.Infrastructure + - - - - - - - - - - - - + + + + + + + + + + + + \ No newline at end of file diff --git a/src/Web/Web.csproj b/src/Web/Web.csproj index 58ac383..12cc2b1 100644 --- a/src/Web/Web.csproj +++ b/src/Web/Web.csproj @@ -1,42 +1,42 @@  - - netcoreapp2.1 - Microsoft.eShopWeb.Web - + + netcoreapp2.1 + Microsoft.eShopWeb.Web + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Always - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Always + + diff --git a/src/WebRazorPages/WebRazorPages.csproj b/src/WebRazorPages/WebRazorPages.csproj index 8219d7b..c3d61ff 100644 --- a/src/WebRazorPages/WebRazorPages.csproj +++ b/src/WebRazorPages/WebRazorPages.csproj @@ -1,16 +1,16 @@  - - netcoreapp2.1 - Microsoft.eShopWeb.RazorPages - Microsoft.eShopWeb.RazorPages - Linux - 231ddc1b-6787-4704-a0c0-18df6a022660 - - - - - - - - + + netcoreapp2.1 + Microsoft.eShopWeb.RazorPages + Microsoft.eShopWeb.RazorPages + Linux + 231ddc1b-6787-4704-a0c0-18df6a022660 + + + + + + + + diff --git a/tests/FunctionalTests/FunctionalTests.csproj b/tests/FunctionalTests/FunctionalTests.csproj index 3073c95..2023879 100644 --- a/tests/FunctionalTests/FunctionalTests.csproj +++ b/tests/FunctionalTests/FunctionalTests.csproj @@ -1,26 +1,26 @@  - - netcoreapp2.1 - Microsoft.eShopWeb.FunctionalTests - + + netcoreapp2.1 + Microsoft.eShopWeb.FunctionalTests + - - - - - - - + + + + + + + - - - - - + + + + + - - - + + + diff --git a/tests/IntegrationTests/IntegrationTests.csproj b/tests/IntegrationTests/IntegrationTests.csproj index 51ff2b4..39240bb 100644 --- a/tests/IntegrationTests/IntegrationTests.csproj +++ b/tests/IntegrationTests/IntegrationTests.csproj @@ -1,25 +1,25 @@  - - netcoreapp2.1 - Microsoft.eShopWeb.IntegrationTests - + + netcoreapp2.1 + Microsoft.eShopWeb.IntegrationTests + - - - - - + + + + + - + - - - - + + + + - - - + + + diff --git a/tests/UnitTests/UnitTests.csproj b/tests/UnitTests/UnitTests.csproj index f351677..0b81218 100644 --- a/tests/UnitTests/UnitTests.csproj +++ b/tests/UnitTests/UnitTests.csproj @@ -1,26 +1,26 @@  - - netcoreapp2.1 - Microsoft.eShopWeb.UnitTests - - - - - - - - - - + + netcoreapp2.1 + Microsoft.eShopWeb.UnitTests + - - - - + + + + + + + + - - - + + + + + + + +