summaryrefslogtreecommitdiff
path: root/dependencies.props
diff options
context:
space:
mode:
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 f2a7b3ade9..0b34bb99d2 100644
--- a/dependencies.props
+++ b/dependencies.props
@@ -1,18 +1,18 @@
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!-- Source of truth for dependency tooling: the commit hash of the dotnet/versions master branch as of the last auto-upgrade. -->
<PropertyGroup>
- <CoreFxCurrentRef>72efa5f7a8fcaae7cf804a3e847d571b15558815</CoreFxCurrentRef>
- <CoreClrCurrentRef>546541cc58ee5728d69d6760527bbd335b482dfa</CoreClrCurrentRef>
+ <CoreFxCurrentRef>475ad1deaae6b2f4be053ead4c3a93576171e7f4</CoreFxCurrentRef>
+ <CoreClrCurrentRef>475ad1deaae6b2f4be053ead4c3a93576171e7f4</CoreClrCurrentRef>
</PropertyGroup>
<!-- Auto-upgraded properties for each build info dependency. -->
<PropertyGroup>
- <CoreFxExpectedPrerelease>beta-25109-03</CoreFxExpectedPrerelease>
+ <CoreFxExpectedPrerelease>beta-25110-02</CoreFxExpectedPrerelease>
</PropertyGroup>
<!-- Full package version strings that are used in other parts of the build. -->
<PropertyGroup>
- <CoreClrPackageVersion>2.0.0-beta-25109-03</CoreClrPackageVersion>
+ <CoreClrPackageVersion>2.0.0-beta-25110-03</CoreClrPackageVersion>
<XunitPackageVersion>2.2.0-beta2-build3300</XunitPackageVersion>
</PropertyGroup>