summaryrefslogtreecommitdiff
path: root/dependencies.props
diff options
context:
space:
mode:
authordotnet-maestro-bot <dotnet-maestro-bot@microsoft.com>2018-03-24 00:43:56 -0500
committerAhson Khan <ahkha@microsoft.com>2018-03-23 22:43:56 -0700
commit28b72016f4aecba7a8b5c33bfccc15d51d1cc3c9 (patch)
tree606c086bd55981965fd6f0679566da38e19e30c4 /dependencies.props
parentcf27269bdb565ab914bb2e6d60829ec009e339bf (diff)
downloadcoreclr-28b72016f4aecba7a8b5c33bfccc15d51d1cc3c9.tar.gz
coreclr-28b72016f4aecba7a8b5c33bfccc15d51d1cc3c9.tar.bz2
coreclr-28b72016f4aecba7a8b5c33bfccc15d51d1cc3c9.zip
Update CoreFx to preview3-26323-09 (#17183)
Diffstat (limited to 'dependencies.props')
-rw-r--r--dependencies.props6
1 files changed, 3 insertions, 3 deletions
diff --git a/dependencies.props b/dependencies.props
index bcd4139ea2..7cf03904c5 100644
--- a/dependencies.props
+++ b/dependencies.props
@@ -23,7 +23,7 @@
<!-- Source of truth for dependency tooling: the commit hash of the dotnet/versions master branch as of the last auto-upgrade. -->
<PropertyGroup>
- <CoreFxCurrentRef>9171e74940c4ce8054acd8995f93a096c613dafa</CoreFxCurrentRef>
+ <CoreFxCurrentRef>bb3c7732b9e9cc7d1c3bbdfaec70448780ecf080</CoreFxCurrentRef>
<CoreClrCurrentRef>9171e74940c4ce8054acd8995f93a096c613dafa</CoreClrCurrentRef>
<BuildToolsCurrentRef>7f2023d4b56b28175c9d7d07a8359cf7e0a131be</BuildToolsCurrentRef>
<PgoDataCurrentRef>553f30357d08df4ed6d32f70f3478a76f5db79c2</PgoDataCurrentRef>
@@ -31,8 +31,8 @@
<!-- Tests/infrastructure dependency versions. -->
<PropertyGroup>
- <MicrosoftPrivateCoreFxNETCoreAppPackageVersion>4.5.0-preview3-26323-06</MicrosoftPrivateCoreFxNETCoreAppPackageVersion>
- <MicrosoftNETCorePlatformsPackageVersion>2.1.0-preview3-26323-06</MicrosoftNETCorePlatformsPackageVersion>
+ <MicrosoftPrivateCoreFxNETCoreAppPackageVersion>4.5.0-preview3-26323-09</MicrosoftPrivateCoreFxNETCoreAppPackageVersion>
+ <MicrosoftNETCorePlatformsPackageVersion>2.1.0-preview3-26323-09</MicrosoftNETCorePlatformsPackageVersion>
<PgoDataPackageVersion>99.99.99-master-20180228-0037</PgoDataPackageVersion>
<MicrosoftNETCoreRuntimeCoreCLRPackageVersion>2.1.0-preview3-26323-05</MicrosoftNETCoreRuntimeCoreCLRPackageVersion>
<XunitPackageVersion>2.2.0-beta2-build3300</XunitPackageVersion>