Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric St. John <ericstj@microsoft.com>2017-02-03 02:53:40 +0300
committerEric St. John <ericstj@microsoft.com>2017-02-03 19:32:14 +0300
commitfb3057454da0c7603e8151286cfd6dadb6a4a022 (patch)
tree30258d21a56acaeb32988e0ef005bb498196b427 /external/test-runtime
parent8791a78752a46b45f2c7474e2d1276afa0d3e798 (diff)
Remove CoreCLR from test-runtime
This is coming from the runtime package. Including it in both is causing file-in-use issues during build of external.
Diffstat (limited to 'external/test-runtime')
-rw-r--r--external/test-runtime/project.json2
1 files changed, 0 insertions, 2 deletions
diff --git a/external/test-runtime/project.json b/external/test-runtime/project.json
index d56a7b8ffd..daedd89978 100644
--- a/external/test-runtime/project.json
+++ b/external/test-runtime/project.json
@@ -7,8 +7,6 @@
"Microsoft.DotNet.xunit.performance.analysis.cli": "1.0.0-alpha-build0040",
"Microsoft.DotNet.xunit.performance.runner.cli": "1.0.0-alpha-build0040",
"Microsoft.DotNet.xunit.performance.runner.Windows": "1.0.0-alpha-build0040",
- "Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-beta-25003-02",
- "Microsoft.NETCore.TestHost": "2.0.0-beta-25003-02",
"Newtonsoft.Json": "9.0.1",
"coveralls.io": "1.4",
"OpenCover": "4.6.519",