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

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Strehovský <michals@microsoft.com>2016-03-24 04:57:16 +0300
committerMichal Strehovský <michals@microsoft.com>2016-03-24 04:57:16 +0300
commitc395f9fd90fb1a927812eabcadc00423982da8a1 (patch)
tree31323f5a532dc93d6d2008d07c5794c409f2ab77 /src/System.Private.Reflection.Metadata
parentaf8615c67b0af8806478f5dcd5cbd40ce83e1eb7 (diff)
Drop xunit.netcore.extensions from test projects
Seems like the only value we were getting out of it was this warning as part of the build: ``` Found conflicts between different versions of the same dependent assembly that could not be resolved. ``` I can live without that.
Diffstat (limited to 'src/System.Private.Reflection.Metadata')
-rw-r--r--src/System.Private.Reflection.Metadata/tests/project.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/System.Private.Reflection.Metadata/tests/project.json b/src/System.Private.Reflection.Metadata/tests/project.json
index 9e83222ec..536b2cf7c 100644
--- a/src/System.Private.Reflection.Metadata/tests/project.json
+++ b/src/System.Private.Reflection.Metadata/tests/project.json
@@ -1,8 +1,7 @@
{
"dependencies": {
"NETStandard.Library": "1.0.0-rc2-23910",
- "xunit": "2.1.0",
- "xunit.netcore.extensions": "1.0.0-prerelease-*"
+ "xunit": "2.1.0"
},
"frameworks": {
"dnxcore50": {