Skip to content

Commit 9f17a95

Browse files
dotnet-maestro[bot]jkotas
authored andcommitted
[master] Update dependencies from dotnet/corefx (dotnet#24521)
* Update dependencies from https://github.com/dotnet/corefx build 20190513.9 - Microsoft.NETCore.Platforms - 3.0.0-preview6.19263.9 - Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview6.19263.9 * Add dependency flow for Microsoft.Bcl.AsyncInterfaces
1 parent 2571398 commit 9f17a95

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

eng/Version.Details.xml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,17 @@
1515
<Uri>https://github.com/dotnet/arcade</Uri>
1616
<Sha>a7a250e9c13147134543c35fef2fb81f19592edf</Sha>
1717
</Dependency>
18-
<Dependency Name="Microsoft.Private.CoreFx.NETCoreApp" Version="4.6.0-preview6.19259.1">
18+
<Dependency Name="Microsoft.Private.CoreFx.NETCoreApp" Version="4.6.0-preview6.19263.9">
1919
<Uri>https://github.com/dotnet/corefx</Uri>
20-
<Sha>f7cd353ab8b08ff45d45985851505e5f8f19f9ac</Sha>
20+
<Sha>f5be0283c5e00dd823a41f671f9c9a41170f0a85</Sha>
2121
</Dependency>
22-
<Dependency Name="Microsoft.NETCore.Platforms" Version="3.0.0-preview6.19259.1">
22+
<Dependency Name="Microsoft.NETCore.Platforms" Version="3.0.0-preview6.19263.9">
2323
<Uri>https://github.com/dotnet/corefx</Uri>
24-
<Sha>f7cd353ab8b08ff45d45985851505e5f8f19f9ac</Sha>
24+
<Sha>f5be0283c5e00dd823a41f671f9c9a41170f0a85</Sha>
25+
</Dependency>
26+
<Dependency Name="Microsoft.Bcl.AsyncInterfaces" Version="1.0.0-preview6.19263.9">
27+
<Uri>https://github.com/dotnet/corefx</Uri>
28+
<Sha>f5be0283c5e00dd823a41f671f9c9a41170f0a85</Sha>
2529
</Dependency>
2630
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview5-27620-01">
2731
<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
@@ -9,9 +9,9 @@
99
<UsingToolNetFrameworkReferenceAssemblies>true</UsingToolNetFrameworkReferenceAssemblies>
1010
<MicrosoftDotNetXUnitConsoleRunnerVersion>2.5.1-beta.19179.4</MicrosoftDotNetXUnitConsoleRunnerVersion>
1111
<MicrosoftNetFrameworkReferenceAssembliesVersion>1.0.0-alpha-004</MicrosoftNetFrameworkReferenceAssembliesVersion>
12-
<MicrosoftPrivateCoreFxNETCoreAppVersion>4.6.0-preview6.19259.1</MicrosoftPrivateCoreFxNETCoreAppVersion>
13-
<MicrosoftNETCorePlatformsVersion>3.0.0-preview6.19259.1</MicrosoftNETCorePlatformsVersion>
14-
<MicrosoftBclAsyncInterfacesVersion>1.0.0-preview6.19257.8</MicrosoftBclAsyncInterfacesVersion>
12+
<MicrosoftPrivateCoreFxNETCoreAppVersion>4.6.0-preview6.19263.9</MicrosoftPrivateCoreFxNETCoreAppVersion>
13+
<MicrosoftNETCorePlatformsVersion>3.0.0-preview6.19263.9</MicrosoftNETCorePlatformsVersion>
14+
<MicrosoftBclAsyncInterfacesVersion>1.0.0-preview6.19263.9</MicrosoftBclAsyncInterfacesVersion>
1515
<MicrosoftNETCoreAppVersion>3.0.0-preview5-27620-01</MicrosoftNETCoreAppVersion>
1616
<MicrosoftDotNetBuildTasksFeedVersion>2.2.0-beta.19229.8</MicrosoftDotNetBuildTasksFeedVersion>
1717
<optimizationIBCCoreCLRVersion>99.99.99-master-20190510.1</optimizationIBCCoreCLRVersion>

0 commit comments

Comments
 (0)