summaryrefslogtreecommitdiff
path: root/dependencies.props
diff options
context:
space:
mode:
authorEgor Chesakov <Egor.Chesakov@microsoft.com>2019-01-03 10:06:22 -0800
committerGitHub <noreply@github.com>2019-01-03 10:06:22 -0800
commitb20917f552cfc6f502648f9342dbdfd7ac0ad91e (patch)
tree3da2a0f10a4c19e83d785013aa439bdc7f727fd7 /dependencies.props
parent8cf62cb77230389c4744b91f1c6ddd60331674ad (diff)
downloadcoreclr-b20917f552cfc6f502648f9342dbdfd7ac0ad91e.tar.gz
coreclr-b20917f552cfc6f502648f9342dbdfd7ac0ad91e.tar.bz2
coreclr-b20917f552cfc6f502648f9342dbdfd7ac0ad91e.zip
Remove vc-runtime package dependency (#21643)
Diffstat (limited to 'dependencies.props')
-rw-r--r--dependencies.props1
1 files changed, 0 insertions, 1 deletions
diff --git a/dependencies.props b/dependencies.props
index 637e8e510e..6a0c64fc93 100644
--- a/dependencies.props
+++ b/dependencies.props
@@ -44,7 +44,6 @@
<XunitPerformanceApiPackageVersion>1.0.0-beta-build0015</XunitPerformanceApiPackageVersion>
<MicrosoftDiagnosticsTracingTraceEventPackageVersion>2.0.4</MicrosoftDiagnosticsTracingTraceEventPackageVersion>
<CommandLineParserVersion>2.2.0</CommandLineParserVersion>
- <VCRuntimeVersion>2.0.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