summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordotnet-maestro-bot <dotnet-maestro-bot@microsoft.com>2019-04-07 20:22:20 -0700
committerStephen Toub <stoub@microsoft.com>2019-04-07 23:22:20 -0400
commit67e8c9ba99ea32339e2df59d9615a88851fa6dc7 (patch)
treef03d61792ec8b29b5b6ac15e8c2ff5fc876e8f0e
parent56043b6c896417e792e64a69692fed3251ed3adc (diff)
downloadcoreclr-67e8c9ba99ea32339e2df59d9615a88851fa6dc7.tar.gz
coreclr-67e8c9ba99ea32339e2df59d9615a88851fa6dc7.tar.bz2
coreclr-67e8c9ba99ea32339e2df59d9615a88851fa6dc7.zip
Update CoreClr to preview5-27607-72 (#23799)
-rw-r--r--ILAsmVersion.txt2
-rw-r--r--dependencies.props4
2 files changed, 3 insertions, 3 deletions
diff --git a/ILAsmVersion.txt b/ILAsmVersion.txt
index 928d147b51..c1808ce4b0 100644
--- a/ILAsmVersion.txt
+++ b/ILAsmVersion.txt
@@ -1 +1 @@
-3.0.0-preview5-27606-71
+3.0.0-preview5-27607-72
diff --git a/dependencies.props b/dependencies.props
index b553227e88..ffff64855b 100644
--- a/dependencies.props
+++ b/dependencies.props
@@ -26,13 +26,13 @@
<!-- Source of truth for dependency tooling: the commit hash of the dotnet/versions master branch as of the last auto-upgrade. -->
<PropertyGroup>
- <CoreClrCurrentRef>66f3bb05de8ac6063fbedff5816ef25cc6ecfa11</CoreClrCurrentRef>
+ <CoreClrCurrentRef>caa82199af6a08425d93d3ab3a4b1cb9750ed6b3</CoreClrCurrentRef>
<BuildToolsCurrentRef>66f3bb05de8ac6063fbedff5816ef25cc6ecfa11</BuildToolsCurrentRef>
</PropertyGroup>
<!-- Tests/infrastructure dependency versions. -->
<PropertyGroup>
- <MicrosoftNETCoreRuntimeCoreCLRPackageVersion>3.0.0-preview5-27606-71</MicrosoftNETCoreRuntimeCoreCLRPackageVersion>
+ <MicrosoftNETCoreRuntimeCoreCLRPackageVersion>3.0.0-preview5-27607-72</MicrosoftNETCoreRuntimeCoreCLRPackageVersion>
<XunitPackageVersion>2.4.1</XunitPackageVersion>
<XunitPerformanceApiPackageVersion>1.0.0-beta-build0015</XunitPerformanceApiPackageVersion>
<MicrosoftDiagnosticsTracingTraceEventPackageVersion>2.0.36</MicrosoftDiagnosticsTracingTraceEventPackageVersion>