From d8d1f36f28359b76f838a99e425b2af2565538f0 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Thu, 12 Jul 2018 11:53:51 -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 | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/build/dependencies.props b/build/dependencies.props index d5238e801c..0a90c83355 100644 --- a/build/dependencies.props +++ b/build/dependencies.props @@ -4,15 +4,10 @@ - + 2.1.3-rtm-15802 - 2.1.1 - 2.1.1 - 2.1.0 - 2.1.1 2.0.0 2.1.2 - 2.1.1 15.6.1 4.5.0 2.0.3 @@ -26,5 +21,11 @@ - - + + 2.1.1 + 2.1.1 + 2.1.0 + 2.1.1 + 2.1.1 + + \ No newline at end of file