From 6d59c8b589c47543ec45bf5a0a857a32a33e9637 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Wed, 15 Mar 2017 16:50:26 -0700 Subject: [PATCH] Unify dependency versions to one file and remove workarounds --- build/dependencies.props | 5 ++++- .../ResponseCachingSample.csproj | 14 ++++++++------ samples/ResponseCachingSample/web.config | 9 --------- ....AspNetCore.ResponseCaching.Abstractions.csproj | 2 +- .../Microsoft.AspNetCore.ResponseCaching.csproj | 13 ++++++++----- ...crosoft.AspNetCore.ResponseCaching.Tests.csproj | 13 ++++++++----- 6 files changed, 29 insertions(+), 27 deletions(-) delete mode 100644 samples/ResponseCachingSample/web.config diff --git a/build/dependencies.props b/build/dependencies.props index e704edaec0..5a4c06ce33 100644 --- a/build/dependencies.props +++ b/build/dependencies.props @@ -1,6 +1,9 @@ - 1.6.1 + 1.2.0-* 4.3.0 + 1.6.1 + 15.0.0 + 2.2.0 diff --git a/samples/ResponseCachingSample/ResponseCachingSample.csproj b/samples/ResponseCachingSample/ResponseCachingSample.csproj index a86b0e11b3..2e700ad7b5 100644 --- a/samples/ResponseCachingSample/ResponseCachingSample.csproj +++ b/samples/ResponseCachingSample/ResponseCachingSample.csproj @@ -1,17 +1,19 @@ + + net451;netcoreapp1.1 - - win7-x64 - Exe - - - + + + + + + diff --git a/samples/ResponseCachingSample/web.config b/samples/ResponseCachingSample/web.config deleted file mode 100644 index f7ac679334..0000000000 --- a/samples/ResponseCachingSample/web.config +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/src/Microsoft.AspNetCore.ResponseCaching.Abstractions/Microsoft.AspNetCore.ResponseCaching.Abstractions.csproj b/src/Microsoft.AspNetCore.ResponseCaching.Abstractions/Microsoft.AspNetCore.ResponseCaching.Abstractions.csproj index 2cdfa4d58a..36a4ab76fe 100644 --- a/src/Microsoft.AspNetCore.ResponseCaching.Abstractions/Microsoft.AspNetCore.ResponseCaching.Abstractions.csproj +++ b/src/Microsoft.AspNetCore.ResponseCaching.Abstractions/Microsoft.AspNetCore.ResponseCaching.Abstractions.csproj @@ -10,7 +10,7 @@ - + diff --git a/src/Microsoft.AspNetCore.ResponseCaching/Microsoft.AspNetCore.ResponseCaching.csproj b/src/Microsoft.AspNetCore.ResponseCaching/Microsoft.AspNetCore.ResponseCaching.csproj index b56169a56a..95c7184935 100644 --- a/src/Microsoft.AspNetCore.ResponseCaching/Microsoft.AspNetCore.ResponseCaching.csproj +++ b/src/Microsoft.AspNetCore.ResponseCaching/Microsoft.AspNetCore.ResponseCaching.csproj @@ -13,11 +13,14 @@ - - - - - + + + + + + + + diff --git a/test/Microsoft.AspNetCore.ResponseCaching.Tests/Microsoft.AspNetCore.ResponseCaching.Tests.csproj b/test/Microsoft.AspNetCore.ResponseCaching.Tests/Microsoft.AspNetCore.ResponseCaching.Tests.csproj index f0e5b4003a..c423cbe639 100644 --- a/test/Microsoft.AspNetCore.ResponseCaching.Tests/Microsoft.AspNetCore.ResponseCaching.Tests.csproj +++ b/test/Microsoft.AspNetCore.ResponseCaching.Tests/Microsoft.AspNetCore.ResponseCaching.Tests.csproj @@ -9,11 +9,14 @@ - - - - - + + + + + + + +