Skip to content

Commit 49b1255

Browse files
[release/7.0] Update dependencies from dotnet/icu (#79421)
* Update dependencies from https://github.com/dotnet/icu build 20221208.1 Microsoft.NETCore.Runtime.ICU.Transport From Version 7.0.0-rtm.22564.1 -> To Version 7.0.0-rtm.22608.1 * Update dependencies from https://github.com/dotnet/icu build 20221215.3 Microsoft.NETCore.Runtime.ICU.Transport From Version 7.0.0-rtm.22564.1 -> To Version 7.0.0-rtm.22615.3 * Update dependencies from https://github.com/dotnet/icu build 20221219.2 Microsoft.NETCore.Runtime.ICU.Transport From Version 7.0.0-rtm.22564.1 -> To Version 7.0.0-rtm.22619.2 * Update dependencies from https://github.com/dotnet/icu build 20221220.2 Microsoft.NETCore.Runtime.ICU.Transport From Version 7.0.0-rtm.22564.1 -> To Version 7.0.0-rtm.22620.2 * Update tests for new wasm locales suppport * Remove extra commas Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Larry Ewing <lewing@microsoft.com>
1 parent 45f12df commit 49b1255

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

eng/Version.Details.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<Dependencies>
22
<ProductDependencies>
3-
<Dependency Name="Microsoft.NETCore.Runtime.ICU.Transport" Version="7.0.0-rtm.22564.1">
3+
<Dependency Name="Microsoft.NETCore.Runtime.ICU.Transport" Version="7.0.0-rtm.22620.2">
44
<Uri>https://github.com/dotnet/icu</Uri>
5-
<Sha>f6094f441c615d807682446c9ca90e5ab1ca65d0</Sha>
5+
<Sha>4618d51bfbb22917be6d7cee6dfadb9ac80af1b8</Sha>
66
</Dependency>
77
<Dependency Name="System.Net.MsQuic.Transport" Version="7.0.0-alpha.1.22406.1">
88
<Uri>https://github.com/dotnet/msquic</Uri>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
<MicrosoftNETILLinkTasksVersion>7.0.100-1.22423.4</MicrosoftNETILLinkTasksVersion>
186186
<MicrosoftNETILLinkAnalyzerPackageVersion>$(MicrosoftNETILLinkTasksVersion)</MicrosoftNETILLinkAnalyzerPackageVersion>
187187
<!-- ICU -->
188-
<MicrosoftNETCoreRuntimeICUTransportVersion>7.0.0-rtm.22564.1</MicrosoftNETCoreRuntimeICUTransportVersion>
188+
<MicrosoftNETCoreRuntimeICUTransportVersion>7.0.0-rtm.22620.2</MicrosoftNETCoreRuntimeICUTransportVersion>
189189
<!-- MsQuic -->
190190
<MicrosoftNativeQuicMsQuicVersion>2.1.1</MicrosoftNativeQuicMsQuicVersion>
191191
<SystemNetMsQuicTransportVersion>7.0.0-alpha.1.22406.1</SystemNetMsQuicTransportVersion>

src/libraries/System.Globalization/tests/CultureInfo/CultureInfoCtor.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -233,16 +233,16 @@ public static IEnumerable<object[]> Ctor_String_TestData()
233233
yield return new object[] { "ms-MY", new [] { "ms-MY" } };
234234
yield return new object[] { "mt", new [] { "mt" }, true };
235235
yield return new object[] { "mt-MT", new [] { "mt-MT" }, true };
236-
yield return new object[] { "nb", new [] { "nb" }, true };
237-
yield return new object[] { "nb-NO", new [] { "nb-NO" }, true };
236+
yield return new object[] { "nb", new [] { "nb" } };
237+
yield return new object[] { "nb-NO", new [] { "nb-NO" } };
238238
yield return new object[] { "ne", new [] { "ne" }, true };
239239
yield return new object[] { "ne-NP", new [] { "ne-NP" }, true };
240240
yield return new object[] { "nl", new [] { "nl" } };
241241
yield return new object[] { "nl-BE", new [] { "nl-BE" } };
242242
yield return new object[] { "nl-NL", new [] { "nl-NL" } };
243243
yield return new object[] { "nn", new [] { "nn" }, true };
244244
yield return new object[] { "nn-NO", new [] { "nn-NO" }, true };
245-
yield return new object[] { "no", new [] { "no" }, true };
245+
yield return new object[] { "no", new [] { "no" } };
246246
yield return new object[] { "nso", new [] { "nso" }, true };
247247
yield return new object[] { "nso-ZA", new [] { "nso-ZA" }, true };
248248
yield return new object[] { "oc", new [] { "oc" }, true };

0 commit comments

Comments
 (0)