From ea3a7bc8974271d6e9eeb9e890f23f953b8b40e2 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Thu, 12 Jul 2018 11:54:22 -0700 Subject: [PATCH] Pin version variables to the ASP.NET Core 2.1.2 baseline This reverts our previous policy of cascading versions on all servicing updates. This moves variables into the 'pinned' section, and points them to the latest stable release (versions that were used at the time of the 2.1.2 release). --- build/dependencies.props | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/build/dependencies.props b/build/dependencies.props index 0ac2274..1f28e36 100644 --- a/build/dependencies.props +++ b/build/dependencies.props @@ -4,8 +4,20 @@ - + 2.1.3-rtm-15802 + 2.0.0 + 2.1.2 + 2.0.3 + 11.0.2 + 4.9.0 + + + + + + + 2.1.1 2.1.1 2.1.1 @@ -20,16 +32,5 @@ 2.1.1 2.1.1 2.1.1 - 2.0.0 - 2.1.2 - 2.0.3 - 11.0.2 - 4.9.0 - - - - - - - + \ No newline at end of file