summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordotnet-maestro-bot <dotnet-maestro-bot@microsoft.com>2017-12-21 10:23:48 -0600
committerAhson Khan <ahkha@microsoft.com>2017-12-21 08:23:48 -0800
commit0e4662c8911e3cf80eaaa446f280d7694ac09733 (patch)
tree8527a91cf92eb32bb8130d2fd9a24fb5b23386bc
parent64805f0b404f5f27b73098a265fd415a8dcf5c88 (diff)
downloadcoreclr-0e4662c8911e3cf80eaaa446f280d7694ac09733.tar.gz
coreclr-0e4662c8911e3cf80eaaa446f280d7694ac09733.tar.bz2
coreclr-0e4662c8911e3cf80eaaa446f280d7694ac09733.zip
Update BuildTools, CoreClr, CoreFx to prerelease-02320-01, preview1-26020-03, preview1-26021-02, respectively (#15558)
-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 6543f08fce..2a1a3f9e26 100644
--- a/BuildToolsVersion.txt
+++ b/BuildToolsVersion.txt
@@ -1 +1 @@
-2.1.0-prerelease-02312-02
+2.1.0-prerelease-02320-01
diff --git a/ILAsmVersion.txt b/ILAsmVersion.txt
index fca75a83c2..89e2456fb7 100644
--- a/ILAsmVersion.txt
+++ b/ILAsmVersion.txt
@@ -1 +1 @@
-2.1.0-preview1-26017-01
+2.1.0-preview1-26020-03
diff --git a/dependencies.props b/dependencies.props
index 7ea5352e31..de6beb33fa 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>72249d61715e33efac2211ca65c306e022066eda</CoreFxCurrentRef>
- <CoreClrCurrentRef>72249d61715e33efac2211ca65c306e022066eda</CoreClrCurrentRef>
- <BuildToolsCurrentRef>a06a5cab76b48bdef868dcc2c53f9f03595bbba3</BuildToolsCurrentRef>
+ <CoreFxCurrentRef>b93f77832aeb44ffe2b6cdafd9c379976812fecd</CoreFxCurrentRef>
+ <CoreClrCurrentRef>b93f77832aeb44ffe2b6cdafd9c379976812fecd</CoreClrCurrentRef>
+ <BuildToolsCurrentRef>b93f77832aeb44ffe2b6cdafd9c379976812fecd</BuildToolsCurrentRef>
<PgoDataCurrentRef>c2ca1a1f9adb12a1b8a5a5f322bc13b1a0d1ed23</PgoDataCurrentRef>
</PropertyGroup>
<!-- Tests/infrastructure dependency versions. -->
<PropertyGroup>
- <MicrosoftPrivateCoreFxNETCoreAppPackageVersion>4.5.0-preview1-26016-06</MicrosoftPrivateCoreFxNETCoreAppPackageVersion>
- <MicrosoftNETCorePlatformsPackageVersion>2.1.0-preview1-26016-06</MicrosoftNETCorePlatformsPackageVersion>
+ <MicrosoftPrivateCoreFxNETCoreAppPackageVersion>4.5.0-preview1-26021-02</MicrosoftPrivateCoreFxNETCoreAppPackageVersion>
+ <MicrosoftNETCorePlatformsPackageVersion>2.1.0-preview1-26021-02</MicrosoftNETCorePlatformsPackageVersion>
<PgoDataPackageVersion>99.99.99-master-20171215-0045</PgoDataPackageVersion>
- <MicrosoftNETCoreRuntimeCoreCLRPackageVersion>2.1.0-preview1-26017-01</MicrosoftNETCoreRuntimeCoreCLRPackageVersion>
+ <MicrosoftNETCoreRuntimeCoreCLRPackageVersion>2.1.0-preview1-26020-03</MicrosoftNETCoreRuntimeCoreCLRPackageVersion>
<XunitPackageVersion>2.2.0-beta2-build3300</XunitPackageVersion>
<XunitConsoleNetcorePackageVersion>1.0.2-prerelease-00177</XunitConsoleNetcorePackageVersion>
<XunitPerformanceApiPackageVersion>1.0.0-beta-build0012</XunitPerformanceApiPackageVersion>
@@ -45,7 +45,7 @@
<!-- Package versions used as toolsets -->
<PropertyGroup>
<FeedTasksPackage>Microsoft.DotNet.Build.Tasks.Feed</FeedTasksPackage>
- <FeedTasksPackageVersion>2.1.0-prerelease-02312-02</FeedTasksPackageVersion>
+ <FeedTasksPackageVersion>2.1.0-prerelease-02320-01</FeedTasksPackageVersion>
</PropertyGroup>
<!-- Package dependency verification/auto-upgrade configuration. -->