diff options
author | dotnet-maestro-bot <dotnet-maestro-bot@microsoft.com> | 2017-11-29 16:43:36 -0600 |
---|---|---|
committer | Stephen Toub <stoub@microsoft.com> | 2017-11-29 17:43:36 -0500 |
commit | 9e9bfd7c1d08996ffdea782a803caa7894db9b35 (patch) | |
tree | 52a5c732b07c3bf7e5c4bf0fe2926a20149b85c7 | |
parent | e864120d14c829df6f6d4c6cff6f3d23db19606c (diff) | |
download | coreclr-9e9bfd7c1d08996ffdea782a803caa7894db9b35.tar.gz coreclr-9e9bfd7c1d08996ffdea782a803caa7894db9b35.tar.bz2 coreclr-9e9bfd7c1d08996ffdea782a803caa7894db9b35.zip |
Update CoreClr, CoreFx, PgoData to preview1-25929-01, preview1-25929-02, master-20171129-0045, respectively (#15266)
-rw-r--r-- | ILAsmVersion.txt | 2 | ||||
-rw-r--r-- | dependencies.props | 14 |
2 files changed, 8 insertions, 8 deletions
diff --git a/ILAsmVersion.txt b/ILAsmVersion.txt index bd4730715e..4c73cd273a 100644 --- a/ILAsmVersion.txt +++ b/ILAsmVersion.txt @@ -1 +1 @@ -2.1.0-preview1-25928-08 +2.1.0-preview1-25929-01 diff --git a/dependencies.props b/dependencies.props index e7b47d53cc..bae1449705 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>f234cc2844462657ba3c33ea34810577306ae9a1</CoreFxCurrentRef> - <CoreClrCurrentRef>f234cc2844462657ba3c33ea34810577306ae9a1</CoreClrCurrentRef> + <CoreFxCurrentRef>c1c732982a459885712239f25e9804523ca6be52</CoreFxCurrentRef> + <CoreClrCurrentRef>c1c732982a459885712239f25e9804523ca6be52</CoreClrCurrentRef> <BuildToolsCurrentRef>f234cc2844462657ba3c33ea34810577306ae9a1</BuildToolsCurrentRef> - <PgoDataCurrentRef>36ae8442ffbd250fbd662edf0f7d9cae10717ab1</PgoDataCurrentRef> + <PgoDataCurrentRef>c1c732982a459885712239f25e9804523ca6be52</PgoDataCurrentRef> </PropertyGroup> <!-- Tests/infrastructure dependency versions. --> <PropertyGroup> - <MicrosoftPrivateCoreFxNETCoreAppPackageVersion>4.5.0-preview1-25929-01</MicrosoftPrivateCoreFxNETCoreAppPackageVersion> - <MicrosoftNETCorePlatformsPackageVersion>2.1.0-preview1-25929-01</MicrosoftNETCorePlatformsPackageVersion> - <PgoDataPackageVersion>99.99.99-master-20171128-0148</PgoDataPackageVersion> - <MicrosoftNETCoreRuntimeCoreCLRPackageVersion>2.1.0-preview1-25928-08</MicrosoftNETCoreRuntimeCoreCLRPackageVersion> + <MicrosoftPrivateCoreFxNETCoreAppPackageVersion>4.5.0-preview1-25929-02</MicrosoftPrivateCoreFxNETCoreAppPackageVersion> + <MicrosoftNETCorePlatformsPackageVersion>2.1.0-preview1-25929-02</MicrosoftNETCorePlatformsPackageVersion> + <PgoDataPackageVersion>99.99.99-master-20171129-0045</PgoDataPackageVersion> + <MicrosoftNETCoreRuntimeCoreCLRPackageVersion>2.1.0-preview1-25929-01</MicrosoftNETCoreRuntimeCoreCLRPackageVersion> <XunitPackageVersion>2.2.0-beta2-build3300</XunitPackageVersion> <XunitConsoleNetcorePackageVersion>1.0.2-prerelease-00177</XunitConsoleNetcorePackageVersion> <XunitPerformanceApiPackageVersion>1.0.0-beta-build0012</XunitPerformanceApiPackageVersion> |