diff options
author | dotnet-maestro-bot <dotnet-maestro-bot@microsoft.com> | 2019-04-23 16:28:07 -0700 |
---|---|---|
committer | Jan Kotas <jkotas@microsoft.com> | 2019-04-23 16:28:07 -0700 |
commit | 2167c422f96027dc826fa9eb7006babb122923c8 (patch) | |
tree | a5b038387553543a847ad4e148028fa33162ec7b | |
parent | 14af2765d0a4837bd017b9716e6405a3b778bb78 (diff) | |
download | coreclr-2167c422f96027dc826fa9eb7006babb122923c8.tar.gz coreclr-2167c422f96027dc826fa9eb7006babb122923c8.tar.bz2 coreclr-2167c422f96027dc826fa9eb7006babb122923c8.zip |
Update CoreClr to preview6-27623-73 (#24200)
-rw-r--r-- | ILAsmVersion.txt | 2 | ||||
-rw-r--r-- | dependencies.props | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ILAsmVersion.txt b/ILAsmVersion.txt index d3bb4d7046..5c6be41b6e 100644 --- a/ILAsmVersion.txt +++ b/ILAsmVersion.txt @@ -1 +1 @@ -3.0.0-preview6-27623-71 +3.0.0-preview6-27623-73 diff --git a/dependencies.props b/dependencies.props index f68060753c..241fb606e8 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>34044cb8c566c40e823acc63924d2e46d0edac62</CoreClrCurrentRef> + <CoreClrCurrentRef>f346d090d9d9d95af3f876ba6c7756bd445fc020</CoreClrCurrentRef> <BuildToolsCurrentRef>c759329d47d7e871483ef1747803839b31f2f31d</BuildToolsCurrentRef> </PropertyGroup> <!-- Tests/infrastructure dependency versions. --> <PropertyGroup> - <MicrosoftNETCoreRuntimeCoreCLRPackageVersion>3.0.0-preview6-27623-71</MicrosoftNETCoreRuntimeCoreCLRPackageVersion> + <MicrosoftNETCoreRuntimeCoreCLRPackageVersion>3.0.0-preview6-27623-73</MicrosoftNETCoreRuntimeCoreCLRPackageVersion> <XunitPackageVersion>2.4.1-pre.build.4059</XunitPackageVersion> <XunitPerformanceApiPackageVersion>1.0.0-beta-build0015</XunitPerformanceApiPackageVersion> <MicrosoftDiagnosticsTracingTraceEventPackageVersion>2.0.40</MicrosoftDiagnosticsTracingTraceEventPackageVersion> |