Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 7f0840e

Browse files
dotnet-maestro[bot]wtgodbe
authored andcommitted
[master] Update dependencies from dotnet/corefx (#25425)
* Update dependencies from https://github.com/dotnet/corefx build 20190626.2 - Microsoft.Bcl.AsyncInterfaces - 1.0.0-preview7.19326.2 - Microsoft.NETCore.Platforms - 3.0.0-preview7.19326.2 - Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview7.19326.2 * Reenable globalization tests
1 parent 8c4695f commit 7f0840e

File tree

3 files changed

+7
-11
lines changed

3 files changed

+7
-11
lines changed

eng/Version.Details.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
<Uri>https://github.com/dotnet/arcade</Uri>
2020
<Sha>062febd818fa51e82c7192782a6b6e6429cc81c8</Sha>
2121
</Dependency>
22-
<Dependency Name="Microsoft.Private.CoreFx.NETCoreApp" Version="4.6.0-preview7.19324.8">
22+
<Dependency Name="Microsoft.Private.CoreFx.NETCoreApp" Version="4.6.0-preview7.19326.2">
2323
<Uri>https://github.com/dotnet/corefx</Uri>
24-
<Sha>60d8aa31a4c1ffa0e125bd7941aca171439a2f72</Sha>
24+
<Sha>219b67118e3a2d539afc1ff3bb2c10e1bc7b03d2</Sha>
2525
</Dependency>
26-
<Dependency Name="Microsoft.NETCore.Platforms" Version="3.0.0-preview7.19324.8">
26+
<Dependency Name="Microsoft.NETCore.Platforms" Version="3.0.0-preview7.19326.2">
2727
<Uri>https://github.com/dotnet/corefx</Uri>
28-
<Sha>60d8aa31a4c1ffa0e125bd7941aca171439a2f72</Sha>
28+
<Sha>219b67118e3a2d539afc1ff3bb2c10e1bc7b03d2</Sha>
2929
</Dependency>
3030
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview7-27824-03">
3131
<Uri>https://github.com/dotnet/core-setup</Uri>

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
<MicrosoftDotNetBuildTasksPackagingVersion>1.0.0-beta.19324.24</MicrosoftDotNetBuildTasksPackagingVersion>
1919
<MicrosoftDotNetXUnitConsoleRunnerVersion>2.5.1-beta.19278.1</MicrosoftDotNetXUnitConsoleRunnerVersion>
2020
<!-- corefx -->
21-
<MicrosoftPrivateCoreFxNETCoreAppVersion>4.6.0-preview7.19324.8</MicrosoftPrivateCoreFxNETCoreAppVersion>
22-
<MicrosoftNETCorePlatformsVersion>3.0.0-preview7.19324.8</MicrosoftNETCorePlatformsVersion>
23-
<MicrosoftBclAsyncInterfacesVersion>1.0.0-preview7.19324.8</MicrosoftBclAsyncInterfacesVersion>
21+
<MicrosoftPrivateCoreFxNETCoreAppVersion>4.6.0-preview7.19326.2</MicrosoftPrivateCoreFxNETCoreAppVersion>
22+
<MicrosoftNETCorePlatformsVersion>3.0.0-preview7.19326.2</MicrosoftNETCorePlatformsVersion>
23+
<MicrosoftBclAsyncInterfacesVersion>1.0.0-preview7.19326.2</MicrosoftBclAsyncInterfacesVersion>
2424
<!-- core-setup -->
2525
<MicrosoftNETCoreAppVersion>3.0.0-preview7-27824-03</MicrosoftNETCoreAppVersion>
2626
<!-- dotnet-core-internal-tooling -->

tests/CoreFX/CoreFX.issues.rsp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,6 @@
8888
# Assert: https://github.com/dotnet/coreclr/issues/25050
8989
-nonamespace System.Data.Common.Tests
9090

91-
# Test failure: https://github.com/dotnet/corefx/issues/38768
92-
-nomethod System.Globalization.Tests.CurrentCultureTests.CurrentCulture_DefaultWithNoLang
93-
-nomethod System.Globalization.Tests.CurrentCultureTests.CurrentCulture_BasedOnLangEnvVar
94-
9591
# requires corefx test updates
9692
-nomethod System.Data.Tests.Common.DbConnectionStringBuilderTest.Add_Keyword_Invalid
9793
-nomethod System.Data.Tests.Common.DbConnectionStringBuilderTest.Indexer_Keyword_Invalid

0 commit comments

Comments
 (0)