summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWes Haggard <Wes.Haggard@microsoft.com>2018-05-29 11:31:19 -0700
committerWes Haggard <Wes.Haggard@microsoft.com>2018-05-29 11:31:19 -0700
commitf9b0c06e369cd76eebae36c39f3dfa97ffde71aa (patch)
treeef11b25dbe82a17d25954575bbaa40cb5e07df02
parent4a9a8930bf56d851302a481c5ebf3a2ce929a390 (diff)
downloadcoreclr-f9b0c06e369cd76eebae36c39f3dfa97ffde71aa.tar.gz
coreclr-f9b0c06e369cd76eebae36c39f3dfa97ffde71aa.tar.bz2
coreclr-f9b0c06e369cd76eebae36c39f3dfa97ffde71aa.zip
Update dependencies to rtm
-rw-r--r--dependencies.props6
1 files changed, 3 insertions, 3 deletions
diff --git a/dependencies.props b/dependencies.props
index 7e24390f61..4831990279 100644
--- a/dependencies.props
+++ b/dependencies.props
@@ -23,8 +23,8 @@
<!-- Source of truth for dependency tooling: the commit hash of the dotnet/versions master branch as of the last auto-upgrade. -->
<PropertyGroup>
- <CoreFxCurrentRef>f48614552b7ebe6a20a413fe9b5e319c8c567304</CoreFxCurrentRef>
- <CoreClrCurrentRef>f48614552b7ebe6a20a413fe9b5e319c8c567304</CoreClrCurrentRef>
+ <CoreFxCurrentRef>e455bb23eba181ab6c857c5117de4a14c0090bad</CoreFxCurrentRef>
+ <CoreClrCurrentRef>e455bb23eba181ab6c857c5117de4a14c0090bad</CoreClrCurrentRef>
<BuildToolsCurrentRef>2f4e25ff2bccea64c3da62bff526f24ad3c032de</BuildToolsCurrentRef>
<PgoDataCurrentRef>f48614552b7ebe6a20a413fe9b5e319c8c567304</PgoDataCurrentRef>
</PropertyGroup>
@@ -41,7 +41,7 @@
<MicrosoftDiagnosticsTracingTraceEventPackageVersion>2.0.4</MicrosoftDiagnosticsTracingTraceEventPackageVersion>
<CommandLineParserVersion>2.1.1</CommandLineParserVersion>
<VCRuntimeVersion>1.2.0</VCRuntimeVersion>
-
+
<!-- Scenario tests install this version of Microsoft.NetCore.App, then patch coreclr binaries via xcopy. At the moment it is
updated manually whenever breaking changes require it to move forward, but it would be nice if we could update it automatically
as we do with many of the package versions above -->