summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordotnet-maestro-bot <dotnet-maestro-bot@microsoft.com>2018-03-23 01:14:05 -0500
committerAhson Khan <ahkha@microsoft.com>2018-03-22 23:14:05 -0700
commit16d1f6389bfaae5b991bd54ae21a3e709cf73fb1 (patch)
treea7088dc9a1247d30c0ce9d361ac8c41ef6f3a633
parent0e8dabcd78c1d161fc67175815a073f0af4ff750 (diff)
downloadcoreclr-16d1f6389bfaae5b991bd54ae21a3e709cf73fb1.tar.gz
coreclr-16d1f6389bfaae5b991bd54ae21a3e709cf73fb1.tar.bz2
coreclr-16d1f6389bfaae5b991bd54ae21a3e709cf73fb1.zip
Update BuildTools, CoreClr, CoreFx to preview3-02622-03, preview3-26322-08, preview3-26323-01, respectively (#17123)
-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 ba79308b09..3446015591 100644
--- a/BuildToolsVersion.txt
+++ b/BuildToolsVersion.txt
@@ -1 +1 @@
-2.1.0-preview3-02622-01
+2.1.0-preview3-02622-03
diff --git a/ILAsmVersion.txt b/ILAsmVersion.txt
index d21c974699..1eebd6d140 100644
--- a/ILAsmVersion.txt
+++ b/ILAsmVersion.txt
@@ -1 +1 @@
-2.1.0-preview3-26322-01
+2.1.0-preview3-26322-08
diff --git a/dependencies.props b/dependencies.props
index f9bd28036f..426a52d8c0 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>1528e3f1252194b0b3274c34882887dc014257c2</CoreFxCurrentRef>
- <CoreClrCurrentRef>1eb5fa130d6a2015126f406d5833f5f230b10e74</CoreClrCurrentRef>
- <BuildToolsCurrentRef>1eb5fa130d6a2015126f406d5833f5f230b10e74</BuildToolsCurrentRef>
+ <CoreFxCurrentRef>7f2023d4b56b28175c9d7d07a8359cf7e0a131be</CoreFxCurrentRef>
+ <CoreClrCurrentRef>7f2023d4b56b28175c9d7d07a8359cf7e0a131be</CoreClrCurrentRef>
+ <BuildToolsCurrentRef>7f2023d4b56b28175c9d7d07a8359cf7e0a131be</BuildToolsCurrentRef>
<PgoDataCurrentRef>553f30357d08df4ed6d32f70f3478a76f5db79c2</PgoDataCurrentRef>
</PropertyGroup>
<!-- Tests/infrastructure dependency versions. -->
<PropertyGroup>
- <MicrosoftPrivateCoreFxNETCoreAppPackageVersion>4.5.0-preview3-26319-04</MicrosoftPrivateCoreFxNETCoreAppPackageVersion>
- <MicrosoftNETCorePlatformsPackageVersion>2.1.0-preview3-26319-04</MicrosoftNETCorePlatformsPackageVersion>
+ <MicrosoftPrivateCoreFxNETCoreAppPackageVersion>4.5.0-preview3-26323-01</MicrosoftPrivateCoreFxNETCoreAppPackageVersion>
+ <MicrosoftNETCorePlatformsPackageVersion>2.1.0-preview3-26323-01</MicrosoftNETCorePlatformsPackageVersion>
<PgoDataPackageVersion>99.99.99-master-20180228-0037</PgoDataPackageVersion>
- <MicrosoftNETCoreRuntimeCoreCLRPackageVersion>2.1.0-preview3-26322-01</MicrosoftNETCoreRuntimeCoreCLRPackageVersion>
+ <MicrosoftNETCoreRuntimeCoreCLRPackageVersion>2.1.0-preview3-26322-08</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-preview3-02622-01</FeedTasksPackageVersion>
+ <FeedTasksPackageVersion>2.1.0-preview3-02622-03</FeedTasksPackageVersion>
</PropertyGroup>
<!-- Package dependency verification/auto-upgrade configuration. -->