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
Update dependencies from https://github.com/dotnet/coreclr build 2019…
Browse files Browse the repository at this point in the history
…0911.5 (#41045)

- Microsoft.NET.Sdk.IL - 3.0.0-rc2.19461.5
- Microsoft.NETCore.ILAsm - 3.0.0-rc2.19461.5
- Microsoft.NETCore.Runtime.CoreCLR - 3.0.0-rc2.19461.5
  • Loading branch information
dotnet-maestro[bot] authored Sep 11, 2019
1 parent 7c66b73 commit ea5ff48
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<Dependencies>
<ProductDependencies>
<Dependency Name="Microsoft.NETCore.Runtime.CoreCLR" Version="3.0.0-rc2.19461.3">
<Dependency Name="Microsoft.NETCore.Runtime.CoreCLR" Version="3.0.0-rc2.19461.5">
<Uri>https://github.com/dotnet/coreclr</Uri>
<Sha>8287d6bfa9210da2f5ea8a69d6b8ebb318fb8b4f</Sha>
<Sha>a48684fbf7970e6b1c1ceedf008c4d0309109f56</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.ILAsm" Version="3.0.0-rc2.19461.3">
<Dependency Name="Microsoft.NETCore.ILAsm" Version="3.0.0-rc2.19461.5">
<Uri>https://github.com/dotnet/coreclr</Uri>
<Sha>8287d6bfa9210da2f5ea8a69d6b8ebb318fb8b4f</Sha>
<Sha>a48684fbf7970e6b1c1ceedf008c4d0309109f56</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk.IL" Version="3.0.0-rc2.19461.3">
<Dependency Name="Microsoft.NET.Sdk.IL" Version="3.0.0-rc2.19461.5">
<Uri>https://github.com/dotnet/coreclr</Uri>
<Sha>8287d6bfa9210da2f5ea8a69d6b8ebb318fb8b4f</Sha>
<Sha>a48684fbf7970e6b1c1ceedf008c4d0309109f56</Sha>
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
Expand Down
4 changes: 2 additions & 2 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
<MicrosoftNETCoreDotNetHostPackageVersion>3.0.0-rc2-19460-02</MicrosoftNETCoreDotNetHostPackageVersion>
<MicrosoftNETCoreDotNetHostPolicyPackageVersion>3.0.0-rc2-19460-02</MicrosoftNETCoreDotNetHostPolicyPackageVersion>
<!-- Coreclr dependencies -->
<MicrosoftNETCoreILAsmPackageVersion>3.0.0-rc2.19461.3</MicrosoftNETCoreILAsmPackageVersion>
<MicrosoftNETCoreRuntimeCoreCLRPackageVersion>3.0.0-rc2.19461.3</MicrosoftNETCoreRuntimeCoreCLRPackageVersion>
<MicrosoftNETCoreILAsmPackageVersion>3.0.0-rc2.19461.5</MicrosoftNETCoreILAsmPackageVersion>
<MicrosoftNETCoreRuntimeCoreCLRPackageVersion>3.0.0-rc2.19461.5</MicrosoftNETCoreRuntimeCoreCLRPackageVersion>
<!-- Corefx dependencies -->
<MicrosoftNETCorePlatformsPackageVersion>3.0.0-preview9.19409.15</MicrosoftNETCorePlatformsPackageVersion>
<runtimenativeSystemIOPortsPackageVersion>4.6.0-preview9.19409.15</runtimenativeSystemIOPortsPackageVersion>
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"Microsoft.DotNet.Build.Tasks.Configuration": "1.0.0-beta.19460.3",
"Microsoft.DotNet.CoreFxTesting": "1.0.0-beta.19460.3",
"FIX-85B6-MERGE-9C38-CONFLICT": "1.0.0",
"Microsoft.NET.Sdk.IL": "3.0.0-rc2.19461.3"
"Microsoft.NET.Sdk.IL": "3.0.0-rc2.19461.5"
}
}

0 comments on commit ea5ff48

Please sign in to comment.