summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordotnet-maestro-bot <dotnet-maestro-bot@microsoft.com>2017-12-17 01:00:16 -0600
committerJan Kotas <jkotas@microsoft.com>2017-12-16 23:00:16 -0800
commit78e6debe9430841e3690f943ddb91e46491cf4eb (patch)
tree209719de42f713fb8e42b89e93aa0a68cd6a2bcc
parent767f5ff42ed93233e4c2b02370a3065d721bea55 (diff)
downloadcoreclr-78e6debe9430841e3690f943ddb91e46491cf4eb.tar.gz
coreclr-78e6debe9430841e3690f943ddb91e46491cf4eb.tar.bz2
coreclr-78e6debe9430841e3690f943ddb91e46491cf4eb.zip
Update CoreClr, CoreFx to preview1-26017-01, preview1-26016-06, respectively (#15556)
-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 fa04105c02..fca75a83c2 100644
--- a/ILAsmVersion.txt
+++ b/ILAsmVersion.txt
@@ -1 +1 @@
-2.1.0-preview1-26016-03
+2.1.0-preview1-26017-01
diff --git a/dependencies.props b/dependencies.props
index 3402fdb93e..3957180f5d 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>e46e734ffad9d14d88ee435dbb9579c9ab2b4cb3</CoreFxCurrentRef>
- <CoreClrCurrentRef>e46e734ffad9d14d88ee435dbb9579c9ab2b4cb3</CoreClrCurrentRef>
+ <CoreFxCurrentRef>72249d61715e33efac2211ca65c306e022066eda</CoreFxCurrentRef>
+ <CoreClrCurrentRef>72249d61715e33efac2211ca65c306e022066eda</CoreClrCurrentRef>
<BuildToolsCurrentRef>a06a5cab76b48bdef868dcc2c53f9f03595bbba3</BuildToolsCurrentRef>
<PgoDataCurrentRef>c2ca1a1f9adb12a1b8a5a5f322bc13b1a0d1ed23</PgoDataCurrentRef>
</PropertyGroup>
<!-- Tests/infrastructure dependency versions. -->
<PropertyGroup>
- <MicrosoftPrivateCoreFxNETCoreAppPackageVersion>4.5.0-preview1-26016-05</MicrosoftPrivateCoreFxNETCoreAppPackageVersion>
- <MicrosoftNETCorePlatformsPackageVersion>2.1.0-preview1-26016-05</MicrosoftNETCorePlatformsPackageVersion>
+ <MicrosoftPrivateCoreFxNETCoreAppPackageVersion>4.5.0-preview1-26016-06</MicrosoftPrivateCoreFxNETCoreAppPackageVersion>
+ <MicrosoftNETCorePlatformsPackageVersion>2.1.0-preview1-26016-06</MicrosoftNETCorePlatformsPackageVersion>
<PgoDataPackageVersion>99.99.99-master-20171215-0045</PgoDataPackageVersion>
- <MicrosoftNETCoreRuntimeCoreCLRPackageVersion>2.1.0-preview1-26016-03</MicrosoftNETCoreRuntimeCoreCLRPackageVersion>
+ <MicrosoftNETCoreRuntimeCoreCLRPackageVersion>2.1.0-preview1-26017-01</MicrosoftNETCoreRuntimeCoreCLRPackageVersion>
<XunitPackageVersion>2.2.0-beta2-build3300</XunitPackageVersion>
<XunitConsoleNetcorePackageVersion>1.0.2-prerelease-00177</XunitConsoleNetcorePackageVersion>
<XunitPerformanceApiPackageVersion>1.0.0-beta-build0012</XunitPerformanceApiPackageVersion>