From 101764328b6f7ec6f7c5a91f6f0203db87778d46 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Wed, 15 Mar 2017 17:01:10 -0700 Subject: [PATCH] Consolidate dependency versions to one file and remove workarounds --- build/dependencies.props | 6 +++- .../RoutingSample.Web.csproj | 11 +++---- samples/RoutingSample.Web/web.config | 9 ------ ...oft.AspNetCore.Routing.Abstractions.csproj | 4 +-- .../Microsoft.AspNetCore.Routing.csproj | 17 ++++++----- ...Core.Mvc.Routing.Abstractions.Tests.csproj | 20 +++++++++---- ....Routing.DecisionTree.Sources.Tests.csproj | 19 ++++++++---- ....AspNetCore.Routing.FunctionalTests.csproj | 23 +++++++++----- .../Microsoft.AspNetCore.Routing.Tests.csproj | 30 ++++++++++++------- 9 files changed, 83 insertions(+), 56 deletions(-) delete mode 100644 samples/RoutingSample.Web/web.config diff --git a/build/dependencies.props b/build/dependencies.props index e704edaec0..fb5d075406 100644 --- a/build/dependencies.props +++ b/build/dependencies.props @@ -1,6 +1,10 @@ - 1.6.1 + 1.2.0-* 4.3.0 + 4.6.36-alpha + 1.6.1 + 15.0.0 + 2.2.0 diff --git a/samples/RoutingSample.Web/RoutingSample.Web.csproj b/samples/RoutingSample.Web/RoutingSample.Web.csproj index 93b24ba758..1a0771798a 100644 --- a/samples/RoutingSample.Web/RoutingSample.Web.csproj +++ b/samples/RoutingSample.Web/RoutingSample.Web.csproj @@ -1,21 +1,18 @@ + net451;netcoreapp1.1 - win7-x64 - win7-x64 - Exe - + - - - + + diff --git a/samples/RoutingSample.Web/web.config b/samples/RoutingSample.Web/web.config deleted file mode 100644 index f7ac679334..0000000000 --- a/samples/RoutingSample.Web/web.config +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/src/Microsoft.AspNetCore.Routing.Abstractions/Microsoft.AspNetCore.Routing.Abstractions.csproj b/src/Microsoft.AspNetCore.Routing.Abstractions/Microsoft.AspNetCore.Routing.Abstractions.csproj index 99d4284ca7..d04452bfbf 100644 --- a/src/Microsoft.AspNetCore.Routing.Abstractions/Microsoft.AspNetCore.Routing.Abstractions.csproj +++ b/src/Microsoft.AspNetCore.Routing.Abstractions/Microsoft.AspNetCore.Routing.Abstractions.csproj @@ -12,7 +12,7 @@ Microsoft.AspNetCore.Routing.RouteData - - + + diff --git a/src/Microsoft.AspNetCore.Routing/Microsoft.AspNetCore.Routing.csproj b/src/Microsoft.AspNetCore.Routing/Microsoft.AspNetCore.Routing.csproj index dbdaff5435..dd1b683968 100644 --- a/src/Microsoft.AspNetCore.Routing/Microsoft.AspNetCore.Routing.csproj +++ b/src/Microsoft.AspNetCore.Routing/Microsoft.AspNetCore.Routing.csproj @@ -18,12 +18,15 @@ Microsoft.AspNetCore.Routing.RouteCollection - - - - - - - + + + + + + + + + + diff --git a/test/Microsoft.AspNetCore.Mvc.Routing.Abstractions.Tests/Microsoft.AspNetCore.Mvc.Routing.Abstractions.Tests.csproj b/test/Microsoft.AspNetCore.Mvc.Routing.Abstractions.Tests/Microsoft.AspNetCore.Mvc.Routing.Abstractions.Tests.csproj index 9a2e1864af..f7f73a1ae5 100644 --- a/test/Microsoft.AspNetCore.Mvc.Routing.Abstractions.Tests/Microsoft.AspNetCore.Mvc.Routing.Abstractions.Tests.csproj +++ b/test/Microsoft.AspNetCore.Mvc.Routing.Abstractions.Tests/Microsoft.AspNetCore.Mvc.Routing.Abstractions.Tests.csproj @@ -1,18 +1,26 @@  + + netcoreapp1.1;net452 netcoreapp1.1 + - - - - - + + + + + + + + + - \ No newline at end of file + + diff --git a/test/Microsoft.AspNetCore.Routing.DecisionTree.Sources.Tests/Microsoft.AspNetCore.Routing.DecisionTree.Sources.Tests.csproj b/test/Microsoft.AspNetCore.Routing.DecisionTree.Sources.Tests/Microsoft.AspNetCore.Routing.DecisionTree.Sources.Tests.csproj index 735db3f472..ae6b8d0e3a 100644 --- a/test/Microsoft.AspNetCore.Routing.DecisionTree.Sources.Tests/Microsoft.AspNetCore.Routing.DecisionTree.Sources.Tests.csproj +++ b/test/Microsoft.AspNetCore.Routing.DecisionTree.Sources.Tests/Microsoft.AspNetCore.Routing.DecisionTree.Sources.Tests.csproj @@ -1,20 +1,29 @@  + + netcoreapp1.1;net452 netcoreapp1.1 + + - - - - + + + + + + + + - \ No newline at end of file + + diff --git a/test/Microsoft.AspNetCore.Routing.FunctionalTests/Microsoft.AspNetCore.Routing.FunctionalTests.csproj b/test/Microsoft.AspNetCore.Routing.FunctionalTests/Microsoft.AspNetCore.Routing.FunctionalTests.csproj index 0257448b6a..14d7500aed 100644 --- a/test/Microsoft.AspNetCore.Routing.FunctionalTests/Microsoft.AspNetCore.Routing.FunctionalTests.csproj +++ b/test/Microsoft.AspNetCore.Routing.FunctionalTests/Microsoft.AspNetCore.Routing.FunctionalTests.csproj @@ -1,21 +1,28 @@  + + netcoreapp1.1;net452 netcoreapp1.1 - win7-x64 + - - - - - - + + + + + + + + + + - \ No newline at end of file + + diff --git a/test/Microsoft.AspNetCore.Routing.Tests/Microsoft.AspNetCore.Routing.Tests.csproj b/test/Microsoft.AspNetCore.Routing.Tests/Microsoft.AspNetCore.Routing.Tests.csproj index e19b4f5d9d..9a1d5efcd4 100644 --- a/test/Microsoft.AspNetCore.Routing.Tests/Microsoft.AspNetCore.Routing.Tests.csproj +++ b/test/Microsoft.AspNetCore.Routing.Tests/Microsoft.AspNetCore.Routing.Tests.csproj @@ -1,23 +1,31 @@  + + netcoreapp1.1;net452 netcoreapp1.1 + - - - - - - - - - - + + + + + + + + + + + + + + - \ No newline at end of file + +