From ba64cd0fb073a2c1d58291ad8c1d94758c76649f Mon Sep 17 00:00:00 2001 From: Pavel Krymets Date: Wed, 10 May 2017 11:31:51 -0700 Subject: [PATCH] Remove unnecessary package references (#1190) --- build/dependencies.props | 1 - .../Microsoft.AspNetCore.Identity.EntityFrameworkCore.csproj | 3 +-- .../Microsoft.AspNetCore.Identity.Specification.Tests.csproj | 3 +-- .../Microsoft.AspNetCore.Identity.csproj | 3 +-- 4 files changed, 3 insertions(+), 7 deletions(-) diff --git a/build/dependencies.props b/build/dependencies.props index d307df911d..eb8e868210 100644 --- a/build/dependencies.props +++ b/build/dependencies.props @@ -1,7 +1,6 @@ 2.0.0-* - 4.3.0 2.2.1 2.1.0-* 4.7.1 diff --git a/src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/Microsoft.AspNetCore.Identity.EntityFrameworkCore.csproj b/src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/Microsoft.AspNetCore.Identity.EntityFrameworkCore.csproj index f56ee57b65..b81a8114cd 100644 --- a/src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/Microsoft.AspNetCore.Identity.EntityFrameworkCore.csproj +++ b/src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/Microsoft.AspNetCore.Identity.EntityFrameworkCore.csproj @@ -1,4 +1,4 @@ - + @@ -16,7 +16,6 @@ - diff --git a/src/Microsoft.AspNetCore.Identity.Specification.Tests/Microsoft.AspNetCore.Identity.Specification.Tests.csproj b/src/Microsoft.AspNetCore.Identity.Specification.Tests/Microsoft.AspNetCore.Identity.Specification.Tests.csproj index fbee28ae72..59b3c74785 100644 --- a/src/Microsoft.AspNetCore.Identity.Specification.Tests/Microsoft.AspNetCore.Identity.Specification.Tests.csproj +++ b/src/Microsoft.AspNetCore.Identity.Specification.Tests/Microsoft.AspNetCore.Identity.Specification.Tests.csproj @@ -1,4 +1,4 @@ - + @@ -17,7 +17,6 @@ - diff --git a/src/Microsoft.AspNetCore.Identity/Microsoft.AspNetCore.Identity.csproj b/src/Microsoft.AspNetCore.Identity/Microsoft.AspNetCore.Identity.csproj index aa59ea156f..6f9cc06366 100644 --- a/src/Microsoft.AspNetCore.Identity/Microsoft.AspNetCore.Identity.csproj +++ b/src/Microsoft.AspNetCore.Identity/Microsoft.AspNetCore.Identity.csproj @@ -1,4 +1,4 @@ - + @@ -16,7 +16,6 @@ -