summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordotnet-maestro-bot <dotnet-maestro-bot@microsoft.com>2018-05-07 15:50:19 -0500
committerStephen Toub <stoub@microsoft.com>2018-05-07 16:50:19 -0400
commitc8ab9ee7f144dd8b42762a06ffd9d9b40b918490 (patch)
treeef052255fc63fb51b5d05a200c7e4f7db45a4929
parente0cb2df36fc4f540e2be3446a33829e607d49236 (diff)
downloadcoreclr-c8ab9ee7f144dd8b42762a06ffd9d9b40b918490.tar.gz
coreclr-c8ab9ee7f144dd8b42762a06ffd9d9b40b918490.tar.bz2
coreclr-c8ab9ee7f144dd8b42762a06ffd9d9b40b918490.zip
Update CoreClr, CoreFx to rtm-26505-03, rtm-26505-03, respectively (#17892)
-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 53e3ed468d..77dd7e47ac 100644
--- a/ILAsmVersion.txt
+++ b/ILAsmVersion.txt
@@ -1 +1 @@
-2.1.0-rtm-26504-02
+2.1.0-rtm-26505-03
diff --git a/dependencies.props b/dependencies.props
index 18238ce331..bbd7e0aaa8 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>cf9cb2154fe218df5e28e76fcfafc97751782313</CoreFxCurrentRef>
- <CoreClrCurrentRef>cf9cb2154fe218df5e28e76fcfafc97751782313</CoreClrCurrentRef>
+ <CoreFxCurrentRef>923fc4e4aade5e96f0ebdbd76edfa36dd0a2985c</CoreFxCurrentRef>
+ <CoreClrCurrentRef>923fc4e4aade5e96f0ebdbd76edfa36dd0a2985c</CoreClrCurrentRef>
<BuildToolsCurrentRef>2f4e25ff2bccea64c3da62bff526f24ad3c032de</BuildToolsCurrentRef>
<PgoDataCurrentRef>2696080f7aff31f90447d6030c43fa4792a55fdf</PgoDataCurrentRef>
</PropertyGroup>
<!-- Tests/infrastructure dependency versions. -->
<PropertyGroup>
- <MicrosoftPrivateCoreFxNETCoreAppPackageVersion>4.5.0-rtm-26504-02</MicrosoftPrivateCoreFxNETCoreAppPackageVersion>
- <MicrosoftNETCorePlatformsPackageVersion>2.1.0-rtm-26504-02</MicrosoftNETCorePlatformsPackageVersion>
+ <MicrosoftPrivateCoreFxNETCoreAppPackageVersion>4.5.0-rtm-26505-03</MicrosoftPrivateCoreFxNETCoreAppPackageVersion>
+ <MicrosoftNETCorePlatformsPackageVersion>2.1.0-rtm-26505-03</MicrosoftNETCorePlatformsPackageVersion>
<PgoDataPackageVersion>2.1.0-release-20180502-0048</PgoDataPackageVersion>
- <MicrosoftNETCoreRuntimeCoreCLRPackageVersion>2.1.0-rtm-26504-02</MicrosoftNETCoreRuntimeCoreCLRPackageVersion>
+ <MicrosoftNETCoreRuntimeCoreCLRPackageVersion>2.1.0-rtm-26505-03</MicrosoftNETCoreRuntimeCoreCLRPackageVersion>
<XunitPackageVersion>2.2.0-beta2-build3300</XunitPackageVersion>
<XunitConsoleNetcorePackageVersion>1.0.2-prerelease-00177</XunitConsoleNetcorePackageVersion>
<XunitPerformanceApiPackageVersion>1.0.0-beta-build0015</XunitPerformanceApiPackageVersion>