summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordotnet-maestro-bot <dotnet-maestro-bot@microsoft.com>2018-05-04 08:59:53 -0500
committerStephen Toub <stoub@microsoft.com>2018-05-04 09:59:53 -0400
commit7916aa9d417eea94d7cc3a47902f6c626fd72c00 (patch)
tree6478b13a129b68985ae27ff7cb6c8c96d0727f93
parenta8998db1213f78d899df455f28787b7cc4446f32 (diff)
downloadcoreclr-7916aa9d417eea94d7cc3a47902f6c626fd72c00.tar.gz
coreclr-7916aa9d417eea94d7cc3a47902f6c626fd72c00.tar.bz2
coreclr-7916aa9d417eea94d7cc3a47902f6c626fd72c00.zip
Update BuildTools, CoreClr, CoreFx to rc1-02803-01, rtm-26502-03, rtm-26502-02, respectively (#17874)
-rw-r--r--BuildToolsVersion.txt2
-rw-r--r--ILAsmVersion.txt2
-rw-r--r--dependencies.props14
3 files changed, 9 insertions, 9 deletions
diff --git a/BuildToolsVersion.txt b/BuildToolsVersion.txt
index 367e592a14..44d62a6741 100644
--- a/BuildToolsVersion.txt
+++ b/BuildToolsVersion.txt
@@ -1 +1 @@
-2.1.0-rc1-02801-02
+2.1.0-rc1-02803-01
diff --git a/ILAsmVersion.txt b/ILAsmVersion.txt
index 216cc02a96..1ab8fc66b0 100644
--- a/ILAsmVersion.txt
+++ b/ILAsmVersion.txt
@@ -1 +1 @@
-2.1.0-rc1-26423-02
+2.1.0-rtm-26502-03
diff --git a/dependencies.props b/dependencies.props
index f01cb87564..581783b726 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>3ee7598d30c4a8001acf38b3eba039d2adca32f0</CoreFxCurrentRef>
- <CoreClrCurrentRef>3ee7598d30c4a8001acf38b3eba039d2adca32f0</CoreClrCurrentRef>
- <BuildToolsCurrentRef>2696080f7aff31f90447d6030c43fa4792a55fdf</BuildToolsCurrentRef>
+ <CoreFxCurrentRef>ebe9f1f8ac861bb17567a37db5bf26595a53c716</CoreFxCurrentRef>
+ <CoreClrCurrentRef>ebe9f1f8ac861bb17567a37db5bf26595a53c716</CoreClrCurrentRef>
+ <BuildToolsCurrentRef>ebe9f1f8ac861bb17567a37db5bf26595a53c716</BuildToolsCurrentRef>
<PgoDataCurrentRef>2696080f7aff31f90447d6030c43fa4792a55fdf</PgoDataCurrentRef>
</PropertyGroup>
<!-- Tests/infrastructure dependency versions. -->
<PropertyGroup>
- <MicrosoftPrivateCoreFxNETCoreAppPackageVersion>4.5.0-rc1-26423-06</MicrosoftPrivateCoreFxNETCoreAppPackageVersion>
- <MicrosoftNETCorePlatformsPackageVersion>2.1.0-rc1-26423-06</MicrosoftNETCorePlatformsPackageVersion>
+ <MicrosoftPrivateCoreFxNETCoreAppPackageVersion>4.5.0-rtm-26502-02</MicrosoftPrivateCoreFxNETCoreAppPackageVersion>
+ <MicrosoftNETCorePlatformsPackageVersion>2.1.0-rtm-26502-02</MicrosoftNETCorePlatformsPackageVersion>
<PgoDataPackageVersion>2.1.0-release-20180502-0048</PgoDataPackageVersion>
- <MicrosoftNETCoreRuntimeCoreCLRPackageVersion>2.1.0-rc1-26423-02</MicrosoftNETCoreRuntimeCoreCLRPackageVersion>
+ <MicrosoftNETCoreRuntimeCoreCLRPackageVersion>2.1.0-rtm-26502-03</MicrosoftNETCoreRuntimeCoreCLRPackageVersion>
<XunitPackageVersion>2.2.0-beta2-build3300</XunitPackageVersion>
<XunitConsoleNetcorePackageVersion>1.0.2-prerelease-00177</XunitConsoleNetcorePackageVersion>
<XunitPerformanceApiPackageVersion>1.0.0-beta-build0015</XunitPerformanceApiPackageVersion>
@@ -51,7 +51,7 @@
<!-- Package versions used as toolsets -->
<PropertyGroup>
<FeedTasksPackage>Microsoft.DotNet.Build.Tasks.Feed</FeedTasksPackage>
- <FeedTasksPackageVersion>2.1.0-rc1-02801-02</FeedTasksPackageVersion>
+ <FeedTasksPackageVersion>2.1.0-rc1-02803-01</FeedTasksPackageVersion>
</PropertyGroup>
<!-- Publish symbol build task package -->