From 10f68863ec26ae66d0a346a1f41989d176ec43c4 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Wed, 11 Jul 2018 18:49:37 -0700 Subject: [PATCH 1/2] Updating dependencies to 2.1.2 and adding a section for pinned variable versions --- build/dependencies.props | 12 +++++++++--- korebuild-lock.txt | 4 ++-- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/build/dependencies.props b/build/dependencies.props index 31ce537253..a4612167df 100644 --- a/build/dependencies.props +++ b/build/dependencies.props @@ -2,9 +2,11 @@ $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - + + + 0.10.13 - 2.1.1-rtm-15793 + 2.1.3-rtm-15802 2.1.1 2.1.1 2.1.0 @@ -19,7 +21,7 @@ 2.1.1 2.1.1 2.0.0 - 2.1.1 + 2.1.2 15.6.1 15.0.26606 15.6.161-preview @@ -61,5 +63,9 @@ 2.4.0-beta.1.build3945 + + + + diff --git a/korebuild-lock.txt b/korebuild-lock.txt index d2f4947bc8..1dfc352a0a 100644 --- a/korebuild-lock.txt +++ b/korebuild-lock.txt @@ -1,2 +1,2 @@ -version:2.1.1-rtm-15793 -commithash:988313f4b064d6c69fc6f7b845b6384a6af3447a +version:2.1.3-rtm-15802 +commithash:a7c08b45b440a7d2058a0aa1eaa3eb6ba811976a From 056940710a07c2e740975ea8291ce2374d19e5c4 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Thu, 12 Jul 2018 11:57:26 -0700 Subject: [PATCH 2/2] 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 | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/build/dependencies.props b/build/dependencies.props index a4612167df..e128924edb 100644 --- a/build/dependencies.props +++ b/build/dependencies.props @@ -4,22 +4,15 @@ - + 0.10.13 2.1.3-rtm-15802 - 2.1.1 - 2.1.1 - 2.1.0 15.6.82 15.6.82 15.6.82 2.8.0 2.8.0 - 2.1.1 - 2.1.1 2.1.0 - 2.1.1 - 2.1.1 2.0.0 2.1.2 15.6.1 @@ -67,5 +60,13 @@ - - + + 2.1.1 + 2.1.1 + 2.1.0 + 2.1.1 + 2.1.1 + 2.1.1 + 2.1.1 + + \ No newline at end of file