Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/eng
diff options
context:
space:
mode:
authordotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>2022-09-09 07:10:06 +0300
committerGitHub <noreply@github.com>2022-09-09 07:10:06 +0300
commit391380620ccef10ba88bc3e20f757deb130bfa19 (patch)
tree34a76e9d3decd7a77bbdc924686844c9af973840 /eng
parent88912e2b1080406aa66ca46d5904b71bcd096354 (diff)
[release/7.0] Update dependencies from dotnet/icu (#75194)
* Update dependencies from https://github.com/dotnet/icu build 20220907.1 Microsoft.NETCore.Runtime.ICU.Transport From Version 7.0.0-rc.2.22451.2 -> To Version 7.0.0-rc.2.22457.1 * Update dependencies from https://github.com/dotnet/icu build 20220908.3 Microsoft.NETCore.Runtime.ICU.Transport From Version 7.0.0-rc.2.22451.2 -> To Version 7.0.0-rc.2.22458.3 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Diffstat (limited to 'eng')
-rw-r--r--eng/Version.Details.xml4
-rw-r--r--eng/Versions.props2
2 files changed, 3 insertions, 3 deletions
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index c350f802cd9..13c8f7ea29e 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -1,8 +1,8 @@
<Dependencies>
<ProductDependencies>
- <Dependency Name="Microsoft.NETCore.Runtime.ICU.Transport" Version="7.0.0-rc.2.22451.2">
+ <Dependency Name="Microsoft.NETCore.Runtime.ICU.Transport" Version="7.0.0-rc.2.22458.3">
<Uri>https://github.com/dotnet/icu</Uri>
- <Sha>523223b67ec1f2bfaa2b05be0d554c75f6936e3a</Sha>
+ <Sha>99a36e5c61fc30b9307ad950df6da7cf1e9e8e3e</Sha>
</Dependency>
<Dependency Name="System.Net.MsQuic.Transport" Version="7.0.0-alpha.1.22406.1">
<Uri>https://github.com/dotnet/msquic</Uri>
diff --git a/eng/Versions.props b/eng/Versions.props
index 101872feafb..93d157e22b0 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -179,7 +179,7 @@
<MicrosoftNETILLinkTasksVersion>7.0.100-1.22423.4</MicrosoftNETILLinkTasksVersion>
<MicrosoftNETILLinkAnalyzerPackageVersion>$(MicrosoftNETILLinkTasksVersion)</MicrosoftNETILLinkAnalyzerPackageVersion>
<!-- ICU -->
- <MicrosoftNETCoreRuntimeICUTransportVersion>7.0.0-rc.2.22451.2</MicrosoftNETCoreRuntimeICUTransportVersion>
+ <MicrosoftNETCoreRuntimeICUTransportVersion>7.0.0-rc.2.22458.3</MicrosoftNETCoreRuntimeICUTransportVersion>
<!-- MsQuic -->
<MicrosoftNativeQuicMsQuicVersion>2.1</MicrosoftNativeQuicMsQuicVersion>
<SystemNetMsQuicTransportVersion>7.0.0-alpha.1.22406.1</SystemNetMsQuicTransportVersion>