From 2634637fd535b229762b5e4a49cdd128f4d8f12e Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Thu, 12 Jul 2018 11:54:12 -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 | 45 ++++++++++++++++++++-------------------- 1 file changed, 23 insertions(+), 22 deletions(-) diff --git a/build/dependencies.props b/build/dependencies.props index 4fb832b2e5..bdaba1763e 100644 --- a/build/dependencies.props +++ b/build/dependencies.props @@ -4,9 +4,30 @@ - + 0.9.9 2.1.3-rtm-15802 + 2.2.1 + 2.3.2 + 3.14.2 + 5.2.0 + 2.0.0 + 2.1.2 + 15.6.1 + 3.0.1 + 4.7.49 + 2.0.3 + 4.5.0 + 0.8.0 + 2.3.1 + 2.4.0-beta.1.build3945 + + + + + + + 2.1.1 2.1.1 2.1.1 @@ -34,8 +55,6 @@ 2.1.1 2.1.1 2.1.0 - 2.2.1 - 2.3.2 2.1.1 2.1.1 2.1.1 @@ -59,25 +78,7 @@ 2.1.1 2.1.1 2.1.1 - 3.14.2 - 5.2.0 - 2.0.0 - 2.1.2 2.1.1 - 15.6.1 - 3.0.1 2.1.1 - 4.7.49 - 2.0.3 - 4.5.0 - 0.8.0 - 2.3.1 - 2.4.0-beta.1.build3945 - - - - - - - + \ No newline at end of file