Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Commit

Permalink
[release/3.0] Update dependencies from 3 repositories (#41022)
Browse files Browse the repository at this point in the history
* Update dependencies from https://github.com/dotnet/core-setup build 20190910.02

- Microsoft.NETCore.App - 3.0.0-rc2-19460-02
- Microsoft.NETCore.DotNetHost - 3.0.0-rc2-19460-02
- Microsoft.NETCore.DotNetHostPolicy - 3.0.0-rc2-19460-02

* Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-optimization build 20190911.1

- optimization.windows_nt-x64.IBC.CoreFx - 99.99.99-master-20190911.1

* Update dependencies from https://github.com/dotnet/standard build 20190911.3

- NETStandard.Library - 2.1.0-prerelease.19461.3
  • Loading branch information
dotnet-maestro[bot] authored and Anipik committed Sep 11, 2019
1 parent 3938069 commit f31f494
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
18 changes: 9 additions & 9 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-rc2-19459-40">
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-rc2-19460-02">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>ade240a7f970e5187e4e0ea47581681df085d44b</Sha>
<Sha>4421cfb105df112492038e5c5a70c24bce48e72f</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.DotNetHost" Version="3.0.0-rc2-19459-40">
<Dependency Name="Microsoft.NETCore.DotNetHost" Version="3.0.0-rc2-19460-02">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>ade240a7f970e5187e4e0ea47581681df085d44b</Sha>
<Sha>4421cfb105df112492038e5c5a70c24bce48e72f</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.DotNetHostPolicy" Version="3.0.0-rc2-19459-40">
<Dependency Name="Microsoft.NETCore.DotNetHostPolicy" Version="3.0.0-rc2-19460-02">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>ade240a7f970e5187e4e0ea47581681df085d44b</Sha>
<Sha>4421cfb105df112492038e5c5a70c24bce48e72f</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.Platforms" Version="3.0.0-preview9.19409.15">
<Uri>https://github.com/dotnet/corefx</Uri>
Expand All @@ -38,9 +38,9 @@
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>0f5cfb20a355c27bc84cedd049c946b44a7fc1da</Sha>
</Dependency>
<Dependency Name="NETStandard.Library" Version="2.1.0-prerelease.19460.5">
<Dependency Name="NETStandard.Library" Version="2.1.0-prerelease.19461.3">
<Uri>https://github.com/dotnet/standard</Uri>
<Sha>d46dbc2c643e57b0d6a49b6c7bd3739fcd0c7e8c</Sha>
<Sha>7ef139311a96053c06da1ad91feb1badc8ba74e3</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="2.0.0-beta.19460.3">
<Uri>https://github.com/dotnet/arcade</Uri>
Expand Down Expand Up @@ -94,7 +94,7 @@
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>0f5cfb20a355c27bc84cedd049c946b44a7fc1da</Sha>
</Dependency>
<Dependency Name="optimization.windows_nt-x64.IBC.CoreFx" Version="99.99.99-master-20190910.1">
<Dependency Name="optimization.windows_nt-x64.IBC.CoreFx" Version="99.99.99-master-20190911.1">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-optimization</Uri>
<Sha>48fd58c24cddbc6c0b0de1c00204aae1170f4864</Sha>
</Dependency>
Expand Down
10 changes: 5 additions & 5 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,19 @@
<!-- roslyn -->
<MicrosoftNetCompilersToolsetVersion>3.3.0-beta2-19367-02</MicrosoftNetCompilersToolsetVersion>
<!-- Core-setup dependencies -->
<MicrosoftNETCoreAppPackageVersion>3.0.0-rc2-19459-40</MicrosoftNETCoreAppPackageVersion>
<MicrosoftNETCoreDotNetHostPackageVersion>3.0.0-rc2-19459-40</MicrosoftNETCoreDotNetHostPackageVersion>
<MicrosoftNETCoreDotNetHostPolicyPackageVersion>3.0.0-rc2-19459-40</MicrosoftNETCoreDotNetHostPolicyPackageVersion>
<MicrosoftNETCoreAppPackageVersion>3.0.0-rc2-19460-02</MicrosoftNETCoreAppPackageVersion>
<MicrosoftNETCoreDotNetHostPackageVersion>3.0.0-rc2-19460-02</MicrosoftNETCoreDotNetHostPackageVersion>
<MicrosoftNETCoreDotNetHostPolicyPackageVersion>3.0.0-rc2-19460-02</MicrosoftNETCoreDotNetHostPolicyPackageVersion>
<!-- Coreclr dependencies -->
<MicrosoftNETCoreILAsmPackageVersion>3.0.0-rc2.19460.11</MicrosoftNETCoreILAsmPackageVersion>
<MicrosoftNETCoreRuntimeCoreCLRPackageVersion>3.0.0-rc2.19460.11</MicrosoftNETCoreRuntimeCoreCLRPackageVersion>
<!-- Corefx dependencies -->
<MicrosoftNETCorePlatformsPackageVersion>3.0.0-preview9.19409.15</MicrosoftNETCorePlatformsPackageVersion>
<runtimenativeSystemIOPortsPackageVersion>4.6.0-preview9.19409.15</runtimenativeSystemIOPortsPackageVersion>
<!-- Standard dependencies -->
<NETStandardLibraryPackageVersion>2.1.0-prerelease.19460.5</NETStandardLibraryPackageVersion>
<NETStandardLibraryPackageVersion>2.1.0-prerelease.19461.3</NETStandardLibraryPackageVersion>
<!-- dotnet-optimization dependencies -->
<optimizationwindows_ntx64IBCCoreFxPackageVersion>99.99.99-master-20190910.1</optimizationwindows_ntx64IBCCoreFxPackageVersion>
<optimizationwindows_ntx64IBCCoreFxPackageVersion>99.99.99-master-20190911.1</optimizationwindows_ntx64IBCCoreFxPackageVersion>
<!-- sni -->
<RuntimeWinX64RuntimeNativeSystemDataSqlClientSniPackageVersion>4.4.0</RuntimeWinX64RuntimeNativeSystemDataSqlClientSniPackageVersion>
<RuntimeNativeSystemDataSqlClientSniPackageVersion>4.4.0</RuntimeNativeSystemDataSqlClientSniPackageVersion>
Expand Down

0 comments on commit f31f494

Please sign in to comment.