summaryrefslogtreecommitdiff
path: root/dependencies.props
diff options
context:
space:
mode:
authordotnet-maestro-bot <dotnet-maestro-bot@microsoft.com>2017-07-04 12:55:31 +0000
committerJan Kotas <jkotas@microsoft.com>2017-07-04 12:31:49 -0700
commitbc8b81b75bf43ea707e0d47b00da34a68f795194 (patch)
tree36b6471ad04b663030ff5f19034d45d073e25caf /dependencies.props
parent38a2a69c786e4273eb1339d7a75f939c410afd69 (diff)
downloadcoreclr-bc8b81b75bf43ea707e0d47b00da34a68f795194.tar.gz
coreclr-bc8b81b75bf43ea707e0d47b00da34a68f795194.tar.bz2
coreclr-bc8b81b75bf43ea707e0d47b00da34a68f795194.zip
Update CoreClr, CoreFx to preview2-25504-01, preview2-25504-01, respectively
Diffstat (limited to 'dependencies.props')
-rw-r--r--dependencies.props8
1 files changed, 4 insertions, 4 deletions
diff --git a/dependencies.props b/dependencies.props
index 763e2b4df5..8a5ae65c56 100644
--- a/dependencies.props
+++ b/dependencies.props
@@ -13,19 +13,19 @@
<!-- Source of truth for dependency tooling: the commit hash of the dotnet/versions master branch as of the last auto-upgrade. -->
<PropertyGroup>
- <CoreFxCurrentRef>b863ff9ff68746068091a38f9d952de848b14d32</CoreFxCurrentRef>
- <CoreClrCurrentRef>b863ff9ff68746068091a38f9d952de848b14d32</CoreClrCurrentRef>
+ <CoreFxCurrentRef>ba99720a172947391e696cc38bfe050a8d5c5099</CoreFxCurrentRef>
+ <CoreClrCurrentRef>ba99720a172947391e696cc38bfe050a8d5c5099</CoreClrCurrentRef>
</PropertyGroup>
<!-- Auto-upgraded properties for each build info dependency. -->
<PropertyGroup>
- <CoreFxPackageVersion>4.5.0-preview1-25421-02</CoreFxPackageVersion>
+ <CoreFxPackageVersion>4.5.0-preview2-25504-01</CoreFxPackageVersion>
<PlatformPackageVersion>2.1.0-preview1-25324-02</PlatformPackageVersion>
</PropertyGroup>
<!-- Full package version strings that are used in other parts of the build. -->
<PropertyGroup>
- <CoreClrPackageVersion>2.1.0-preview1-25421-01</CoreClrPackageVersion>
+ <CoreClrPackageVersion>2.1.0-preview2-25504-01</CoreClrPackageVersion>
<XunitPackageVersion>2.2.0-beta2-build3300</XunitPackageVersion>
<XUnitConsoleNetCoreVersion>1.0.2-prerelease-00177</XUnitConsoleNetCoreVersion>
<XUnitPerformanceApiVersion>1.0.0-beta-build0007</XUnitPerformanceApiVersion>