diff options
author | dotnet-maestro-bot <dotnet-maestro-bot@microsoft.com> | 2018-04-10 06:23:37 -0700 |
---|---|---|
committer | dotnet-maestro-bot <dotnet-maestro-bot@microsoft.com> | 2018-04-10 06:23:37 -0700 |
commit | 25e8019357290bc4c420a8f7d66f6e22e3b04029 (patch) | |
tree | df61803f5cea844c6cad40005b4555f3b3388555 | |
parent | 31bd5a4f8d54f2d7a2c412403f1589643bb08578 (diff) | |
download | coreclr-25e8019357290bc4c420a8f7d66f6e22e3b04029.tar.gz coreclr-25e8019357290bc4c420a8f7d66f6e22e3b04029.tar.bz2 coreclr-25e8019357290bc4c420a8f7d66f6e22e3b04029.zip |
Update CoreClr, CoreFx, PgoData to preview3-26410-07, preview3-26409-05, master-20180410-0048, respectively
-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 cdfd34d1c1..017a56a7d5 100644 --- a/ILAsmVersion.txt +++ b/ILAsmVersion.txt @@ -1 +1 @@ -2.1.0-preview3-26406-08 +2.1.0-preview3-26410-07 diff --git a/dependencies.props b/dependencies.props index c9b97a9a65..ec98fadd87 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>54a44be08bbc2291c3b213887c154db06e1ff296</CoreFxCurrentRef> - <CoreClrCurrentRef>54a44be08bbc2291c3b213887c154db06e1ff296</CoreClrCurrentRef> + <CoreFxCurrentRef>a24febcdb4b7521ade0551672edf9818cfce9d43</CoreFxCurrentRef> + <CoreClrCurrentRef>a24febcdb4b7521ade0551672edf9818cfce9d43</CoreClrCurrentRef> <BuildToolsCurrentRef>73c72e59ee47f3a6b8eaeb87507314209b17e128</BuildToolsCurrentRef> - <PgoDataCurrentRef>734a5552fdfa31da9f82aaff5ff14b863170ec0d</PgoDataCurrentRef> + <PgoDataCurrentRef>a24febcdb4b7521ade0551672edf9818cfce9d43</PgoDataCurrentRef> </PropertyGroup> <!-- Tests/infrastructure dependency versions. --> <PropertyGroup> - <MicrosoftPrivateCoreFxNETCoreAppPackageVersion>4.5.0-preview3-26406-06</MicrosoftPrivateCoreFxNETCoreAppPackageVersion> - <MicrosoftNETCorePlatformsPackageVersion>2.1.0-preview3-26406-06</MicrosoftNETCorePlatformsPackageVersion> - <PgoDataPackageVersion>99.99.99-master-20180403-1552</PgoDataPackageVersion> - <MicrosoftNETCoreRuntimeCoreCLRPackageVersion>2.1.0-preview3-26406-08</MicrosoftNETCoreRuntimeCoreCLRPackageVersion> + <MicrosoftPrivateCoreFxNETCoreAppPackageVersion>4.5.0-preview3-26409-05</MicrosoftPrivateCoreFxNETCoreAppPackageVersion> + <MicrosoftNETCorePlatformsPackageVersion>2.1.0-preview3-26409-05</MicrosoftNETCorePlatformsPackageVersion> + <PgoDataPackageVersion>99.99.99-master-20180410-0048</PgoDataPackageVersion> + <MicrosoftNETCoreRuntimeCoreCLRPackageVersion>2.1.0-preview3-26410-07</MicrosoftNETCoreRuntimeCoreCLRPackageVersion> <XunitPackageVersion>2.2.0-beta2-build3300</XunitPackageVersion> <XunitConsoleNetcorePackageVersion>1.0.2-prerelease-00177</XunitConsoleNetcorePackageVersion> <XunitPerformanceApiPackageVersion>1.0.0-beta-build0015</XunitPerformanceApiPackageVersion> |