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)))