summaryrefslogtreecommitdiff
path: root/dependencies.props
diff options
context:
space:
mode:
authordotnet-maestro-bot <dotnet-maestro-bot@microsoft.com>2019-04-20 20:37:21 -0700
committerJan Kotas <jkotas@microsoft.com>2019-04-20 20:37:21 -0700
commit472d840077d05336c812657353de5334e8fdccf0 (patch)
treeef0c12abc0fa8fc9aef2c095eec6b60004b81fcd /dependencies.props
parent31c69e160a840adf0d1a278cb0d73fba1dad9cc2 (diff)
downloadcoreclr-472d840077d05336c812657353de5334e8fdccf0.tar.gz
coreclr-472d840077d05336c812657353de5334e8fdccf0.tar.bz2
coreclr-472d840077d05336c812657353de5334e8fdccf0.zip
Update BuildTools, CoreClr to preview4-03917-01, preview5-27618-71, respectively (master) (#24060)
* Update BuildTools, CoreClr to preview4-03917-01, preview5-27618-71, respectively * Fix build errors * Disable warning with pragma and linked issue
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 adc20866bb..32e7aad0cb 100644
--- a/dependencies.props
+++ b/dependencies.props
@@ -26,13 +26,13 @@
<!-- Source of truth for dependency tooling: the commit hash of the dotnet/versions master branch as of the last auto-upgrade. -->
<PropertyGroup>
- <CoreClrCurrentRef>64388f5ec335146136dea340002316fed53df6a9</CoreClrCurrentRef>
- <BuildToolsCurrentRef>c6a0e8080e10e8940af6b1d1809e79fdd8de55b7</BuildToolsCurrentRef>
+ <CoreClrCurrentRef>c759329d47d7e871483ef1747803839b31f2f31d</CoreClrCurrentRef>
+ <BuildToolsCurrentRef>c759329d47d7e871483ef1747803839b31f2f31d</BuildToolsCurrentRef>
</PropertyGroup>
<!-- Tests/infrastructure dependency versions. -->
<PropertyGroup>
- <MicrosoftNETCoreRuntimeCoreCLRPackageVersion>3.0.0-preview5-27616-71</MicrosoftNETCoreRuntimeCoreCLRPackageVersion>
+ <MicrosoftNETCoreRuntimeCoreCLRPackageVersion>3.0.0-preview5-27618-71</MicrosoftNETCoreRuntimeCoreCLRPackageVersion>
<XunitPackageVersion>2.4.1-pre.build.4059</XunitPackageVersion>
<XunitPerformanceApiPackageVersion>1.0.0-beta-build0015</XunitPerformanceApiPackageVersion>
<MicrosoftDiagnosticsTracingTraceEventPackageVersion>2.0.40</MicrosoftDiagnosticsTracingTraceEventPackageVersion>