From 9f03b0acffd557a179b28a683c9016f94e500d66 Mon Sep 17 00:00:00 2001
From: Doug Bunting <6431421+dougbu@users.noreply.github.com>
Date: Sat, 8 Aug 2020 14:18:33 -0700
Subject: [PATCH] Update branding to 3.1.8 - build targeting pack to pick up
NuGet/Home#8599 fix - dotnet/extensions#2750 and #24200 2/2 -
requires follow-up after next official extensions build - fake the baseline
update - remainder must be done after the 3.1.7 release
---
Directory.Build.props | 4 ++--
eng/Baseline.Designer.props | 2 +-
eng/Baseline.xml | 4 ++--
eng/Version.Details.xml | 9 +++++----
eng/Versions.props | 5 +++--
5 files changed, 13 insertions(+), 11 deletions(-)
diff --git a/Directory.Build.props b/Directory.Build.props
index 53865f2cfb..0f51f5d311 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -84,10 +84,10 @@
aspnetcore-runtime
aspnetcore-targeting-pack
-
+
false
false
+ Condition=" '$(IsTargetingPackBuilding)' == '' AND '$(AspNetCorePatchVersion)' != '8' ">false
true
diff --git a/eng/Baseline.xml b/eng/Baseline.xml
index 650550d179..f04e5b1034 100644
--- a/eng/Baseline.xml
+++ b/eng/Baseline.xml
@@ -4,7 +4,7 @@ This file contains a list of all the packages and their versions which were rele
Update this list when preparing for a new patch.
-->
-
+
@@ -87,4 +87,4 @@ Update this list when preparing for a new patch.
-
\ No newline at end of file
+
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index d3b822832f..ba13e20342 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -381,6 +381,11 @@
https://github.com/dotnet/core-setup
2d163b87b605fd23ceebfb04484e5ec5f2bffc32
+
+
+ https://github.com/dotnet/Extensions
+ 4e1be2fb546751c773968d7b40ff7f4b62887153
+
diff --git a/eng/Versions.props b/eng/Versions.props
index 4b4a752dc0..f0543e4a54 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -8,7 +8,7 @@
3
1
- 7
+ 8
0
3
2
@@ -24,6 +24,7 @@
Servicing
$(AspNetCoreMajorVersion).$(AspNetCoreMinorVersion)
+
3.1.0
false
@@ -34,7 +35,7 @@
$(VersionPrefix)
- $(AspNetCoreMajorVersion).$(AspNetCoreMinorVersion).3
+ $(AspNetCoreMajorVersion).$(AspNetCoreMinorVersion).8
0.3.$(AspNetCorePatchVersion)
$([MSBuild]::Add(10, $(AspNetCoreMajorVersion)))