diff options
author | dotnet-maestro-bot <dotnet-maestro-bot@microsoft.com> | 2018-11-03 13:49:44 -0700 |
---|---|---|
committer | Stephen Toub <stoub@microsoft.com> | 2018-11-03 16:49:44 -0400 |
commit | e18f25639c4d079dd0ba3be1a755420042685054 (patch) | |
tree | 16614f453ff1c6f7c75511991b4ed235dbb53831 /dependencies.props | |
parent | 606c246d8da95258d148020e74d49a30d8fd74ee (diff) | |
download | coreclr-e18f25639c4d079dd0ba3be1a755420042685054.tar.gz coreclr-e18f25639c4d079dd0ba3be1a755420042685054.tar.bz2 coreclr-e18f25639c4d079dd0ba3be1a755420042685054.zip |
Update CoreFx, CoreSetup, IbcData, PgoData to preview.18553.3, preview-27103-01, master-20181103-0046, master-20181103-0042, respectively (#20785)
Diffstat (limited to 'dependencies.props')
-rw-r--r-- | dependencies.props | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/dependencies.props b/dependencies.props index 110bcb54e4..2fb62ddb49 100644 --- a/dependencies.props +++ b/dependencies.props @@ -23,23 +23,23 @@ <!-- Source of truth for dependency tooling: the commit hash of the dotnet/versions master branch as of the last auto-upgrade. --> <PropertyGroup> - <CoreFxCurrentRef>0c1e9d13c02fea39a5ba3790cf75645a5185790c</CoreFxCurrentRef> + <CoreFxCurrentRef>fabf6d88a0185c0aa6f0cbfc14c14463fe41af1d</CoreFxCurrentRef> <CoreClrCurrentRef>0c1e9d13c02fea39a5ba3790cf75645a5185790c</CoreClrCurrentRef> <BuildToolsCurrentRef>0c1e9d13c02fea39a5ba3790cf75645a5185790c</BuildToolsCurrentRef> - <PgoDataCurrentRef>0c1e9d13c02fea39a5ba3790cf75645a5185790c</PgoDataCurrentRef> - <CoreSetupCurrentRef>0c1e9d13c02fea39a5ba3790cf75645a5185790c</CoreSetupCurrentRef> - <IbcDataCurrentRef>0c1e9d13c02fea39a5ba3790cf75645a5185790c</IbcDataCurrentRef> + <PgoDataCurrentRef>fabf6d88a0185c0aa6f0cbfc14c14463fe41af1d</PgoDataCurrentRef> + <CoreSetupCurrentRef>fabf6d88a0185c0aa6f0cbfc14c14463fe41af1d</CoreSetupCurrentRef> + <IbcDataCurrentRef>fabf6d88a0185c0aa6f0cbfc14c14463fe41af1d</IbcDataCurrentRef> </PropertyGroup> <!-- Tests/infrastructure dependency versions. --> <PropertyGroup> - <MicrosoftPrivateCoreFxNETCoreAppPackageVersion>4.6.0-preview.18552.1</MicrosoftPrivateCoreFxNETCoreAppPackageVersion> - <MicrosoftNETCorePlatformsPackageVersion>3.0.0-preview.18552.1</MicrosoftNETCorePlatformsPackageVersion> - <PgoDataPackageVersion>99.99.99-master-20181102-0041</PgoDataPackageVersion> + <MicrosoftPrivateCoreFxNETCoreAppPackageVersion>4.6.0-preview.18553.3</MicrosoftPrivateCoreFxNETCoreAppPackageVersion> + <MicrosoftNETCorePlatformsPackageVersion>3.0.0-preview.18553.3</MicrosoftNETCorePlatformsPackageVersion> + <PgoDataPackageVersion>99.99.99-master-20181103-0042</PgoDataPackageVersion> <MicrosoftNETCoreRuntimeCoreCLRPackageVersion>3.0.0-preview-27102-02</MicrosoftNETCoreRuntimeCoreCLRPackageVersion> - <MicrosoftNETCoreAppPackageVersion>3.0.0-preview-27102-03</MicrosoftNETCoreAppPackageVersion> + <MicrosoftNETCoreAppPackageVersion>3.0.0-preview-27103-01</MicrosoftNETCoreAppPackageVersion> <XunitPackageVersion>2.4.1-pre.build.4059</XunitPackageVersion> - <IbcDataPackageVersion>99.99.99-master-20181102-0044</IbcDataPackageVersion> + <IbcDataPackageVersion>99.99.99-master-20181103-0046</IbcDataPackageVersion> <IbcMergePackageVersion>4.6.0-alpha-00001</IbcMergePackageVersion> <XunitPerformanceApiPackageVersion>1.0.0-beta-build0015</XunitPerformanceApiPackageVersion> <MicrosoftDiagnosticsTracingTraceEventPackageVersion>2.0.4</MicrosoftDiagnosticsTracingTraceEventPackageVersion> |