diff --git a/build/RuntimeStore.targets b/build/RuntimeStore.targets
index f966bce6ee..480bc07a7e 100644
--- a/build/RuntimeStore.targets
+++ b/build/RuntimeStore.targets
@@ -206,7 +206,7 @@
- $(ArtifactsDir)aspnetcore-store-$(PackageVersion)-$(RuntimeStoreRID).zip
+ $(ArtifactsDir)aspnetcore-store-$(PackageVersion)-$(RuntimeStoreRID).patch.zip
$(ArtifactsDir)aspnetcore-symbols-$(PackageVersion)-$(RuntimeStoreRID).zip
diff --git a/build/RuntimeStoreInstaller.targets b/build/RuntimeStoreInstaller.targets
index 109e5cccc4..eaece814e9 100644
--- a/build/RuntimeStoreInstaller.targets
+++ b/build/RuntimeStoreInstaller.targets
@@ -26,9 +26,9 @@
$(PublicCoreFeedPrefix)/aspnetcore/store/$(PreviousRuntimeStoreArchiveVersion)/Build.RS.
$(CoreFeedPrefix)/Runtime/$(MicrosoftNETCoreApp20PackageVersion)/dotnet-runtime-$(MicrosoftNETCoreApp20PackageVersion)-linux-x64.tar.gz
$(_TimestampRSSource)aspnetcore-store-$(PackageVersion)-
- $(TimestampRSArchivePrefix)linux-x64.tar.gz
+ $(TimestampRSArchivePrefix)linux-x64.patch.tar.gz
$(_TimestampFreeRSSource)aspnetcore-store-$(PackageVersionNoTimestamp)-
- $(TimestampFreeRSArchivePrefix)linux-x64.tar.gz
+ $(TimestampFreeRSArchivePrefix)linux-x64.patch.tar.gz
@@ -47,26 +47,26 @@
Text="Timestamp linux archive not found. Expected it to exist in $(TimestampLinuxRSArchive)."
Condition="!Exists('$(TimestampLinuxRSArchive)')" />
+ Text="Timestamp osx archive not found. Expected it to exist in $(TimestampRSArchivePrefix)osx-x64.patch.tar.gz."
+ Condition="!Exists('$(TimestampRSArchivePrefix)osx-x64.patch.tar.gz')" />
+ Text="Timestamp winx64 archive not found. Expected it to exist in $(TimestampRSArchivePrefix)win7-x64.patch.zip."
+ Condition="!Exists('$(TimestampRSArchivePrefix)win7-x64.patch.zip')" />
+ Text="Timestamp winx86 archive not found. Expected it to exist in $(TimestampRSArchivePrefix)win7-x86.patch.zip."
+ Condition="!Exists('$(TimestampRSArchivePrefix)win7-x86.patch.zip')" />
+ Text="Non-timestamp osx archive not found. Expected it to exist in $(TimestampFreeRSArchivePrefix)osx-x64.patch.tar.gz."
+ Condition="!Exists('$(TimestampFreeRSArchivePrefix)osx-x64.patch.tar.gz')" />
+ Text="Non-timestamp winx64 archive not found. Expected it to exist in $(TimestampFreeRSArchivePrefix)win7-x64.patch.zip."
+ Condition="!Exists('$(TimestampFreeRSArchivePrefix)win7-x64.patch.zip')" />
+ Text="Non-timestamp winx86 archive not found. Expected it to exist in $(TimestampFreeRSArchivePrefix)win7-x86.patch.zip."
+ Condition="!Exists('$(TimestampFreeRSArchivePrefix)win7-x86.patch.zip')" />
@@ -162,35 +162,35 @@
Build.RS.linux.tar.gz
- $(TimestampFreeRSArchivePrefix)linux-x64.tar.gz
+ $(TimestampFreeRSArchivePrefix)linux-x64.patch.tar.gz
Build.RS.osx.tar.gz
- $(TimestampFreeRSArchivePrefix)osx-x64.tar.gz
+ $(TimestampFreeRSArchivePrefix)osx-x64.patch.tar.gz
Build.RS.winx64.zip
- $(TimestampFreeRSArchivePrefix)win7-x64.zip
+ $(TimestampFreeRSArchivePrefix)win7-x64.patch.zip
Build.RS.winx86.zip
- $(TimestampFreeRSArchivePrefix)win7-x86.zip
+ $(TimestampFreeRSArchivePrefix)win7-x86.patch.zip
Build.RS.linux.tar.gz
- $(TimestampRSArchivePrefix)linux-x64.tar.gz
+ $(TimestampRSArchivePrefix)linux-x64.patch.tar.gz
Build.RS.osx.tar.gz
- $(TimestampRSArchivePrefix)osx-x64.tar.gz
+ $(TimestampRSArchivePrefix)osx-x64.patch.tar.gz
Build.RS.winx64.zip
- $(TimestampRSArchivePrefix)win7-x64.zip
+ $(TimestampRSArchivePrefix)win7-x64.patch.zip
Build.RS.winx86.zip
- $(TimestampRSArchivePrefix)win7-x86.zip
+ $(TimestampRSArchivePrefix)win7-x86.patch.zip
diff --git a/build/dependencies.props b/build/dependencies.props
index f78c5bf875..269e58bb6e 100644
--- a/build/dependencies.props
+++ b/build/dependencies.props
@@ -75,7 +75,7 @@
1.5.0
4.4.0
4.3.0
- 4.4.0
+ 4.4.2
4.4.0
4.4.0
4.8.0
diff --git a/modules/KestrelHttpServer b/modules/KestrelHttpServer
index 8392ecdb81..b080a943c1 160000
--- a/modules/KestrelHttpServer
+++ b/modules/KestrelHttpServer
@@ -1 +1 @@
-Subproject commit 8392ecdb81698aec199a44ab8c1e937d1c68a688
+Subproject commit b080a943c138f611c9463a2856e11db16a599778