summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordotnet-maestro-bot <dotnet-maestro-bot@microsoft.com>2018-04-10 22:55:27 -0500
committerAhson Khan <ahkha@microsoft.com>2018-04-10 20:55:27 -0700
commit76620c6dd5b340b2ac2c4e01b855b93ce18bf28a (patch)
treec72e302865686d4918c00f40fff92f4df8296b58
parent6854a3ea1f0946a115de208dbb2371896c3ca23a (diff)
downloadcoreclr-76620c6dd5b340b2ac2c4e01b855b93ce18bf28a.tar.gz
coreclr-76620c6dd5b340b2ac2c4e01b855b93ce18bf28a.tar.bz2
coreclr-76620c6dd5b340b2ac2c4e01b855b93ce18bf28a.zip
Update CoreClr, CoreFx to preview3-26411-01, preview3-26411-01, respectively (#17507)
-rw-r--r--ILAsmVersion.txt2
-rw-r--r--dependencies.props10
2 files changed, 6 insertions, 6 deletions
diff --git a/ILAsmVersion.txt b/ILAsmVersion.txt
index 017a56a7d5..e6057e6c69 100644
--- a/ILAsmVersion.txt
+++ b/ILAsmVersion.txt
@@ -1 +1 @@
-2.1.0-preview3-26410-07
+2.1.0-preview3-26411-01
diff --git a/dependencies.props b/dependencies.props
index ec98fadd87..f9740f387d 100644
--- a/dependencies.props
+++ b/dependencies.props
@@ -23,18 +23,18 @@
<!-- Source of truth for dependency tooling: the commit hash of the dotnet/versions master branch as of the last auto-upgrade. -->
<PropertyGroup>
- <CoreFxCurrentRef>a24febcdb4b7521ade0551672edf9818cfce9d43</CoreFxCurrentRef>
- <CoreClrCurrentRef>a24febcdb4b7521ade0551672edf9818cfce9d43</CoreClrCurrentRef>
+ <CoreFxCurrentRef>2be896af4b7b6c7487309fcdc8e018ae8bdce615</CoreFxCurrentRef>
+ <CoreClrCurrentRef>2be896af4b7b6c7487309fcdc8e018ae8bdce615</CoreClrCurrentRef>
<BuildToolsCurrentRef>73c72e59ee47f3a6b8eaeb87507314209b17e128</BuildToolsCurrentRef>
<PgoDataCurrentRef>a24febcdb4b7521ade0551672edf9818cfce9d43</PgoDataCurrentRef>
</PropertyGroup>
<!-- Tests/infrastructure dependency versions. -->
<PropertyGroup>
- <MicrosoftPrivateCoreFxNETCoreAppPackageVersion>4.5.0-preview3-26409-05</MicrosoftPrivateCoreFxNETCoreAppPackageVersion>
- <MicrosoftNETCorePlatformsPackageVersion>2.1.0-preview3-26409-05</MicrosoftNETCorePlatformsPackageVersion>
+ <MicrosoftPrivateCoreFxNETCoreAppPackageVersion>4.5.0-preview3-26411-01</MicrosoftPrivateCoreFxNETCoreAppPackageVersion>
+ <MicrosoftNETCorePlatformsPackageVersion>2.1.0-preview3-26411-01</MicrosoftNETCorePlatformsPackageVersion>
<PgoDataPackageVersion>99.99.99-master-20180410-0048</PgoDataPackageVersion>
- <MicrosoftNETCoreRuntimeCoreCLRPackageVersion>2.1.0-preview3-26410-07</MicrosoftNETCoreRuntimeCoreCLRPackageVersion>
+ <MicrosoftNETCoreRuntimeCoreCLRPackageVersion>2.1.0-preview3-26411-01</MicrosoftNETCoreRuntimeCoreCLRPackageVersion>
<XunitPackageVersion>2.2.0-beta2-build3300</XunitPackageVersion>
<XunitConsoleNetcorePackageVersion>1.0.2-prerelease-00177</XunitConsoleNetcorePackageVersion>
<XunitPerformanceApiPackageVersion>1.0.0-beta-build0015</XunitPerformanceApiPackageVersion>