You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by ni...@apache.org on 2017/01/31 17:55:53 UTC

[20/50] [abbrv] lucenenet git commit: Lucene.Net.Core: Removed System.Collections.Immutable dependency

Lucene.Net.Core: Removed System.Collections.Immutable dependency


Project: http://git-wip-us.apache.org/repos/asf/lucenenet/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucenenet/commit/b9707b95
Tree: http://git-wip-us.apache.org/repos/asf/lucenenet/tree/b9707b95
Diff: http://git-wip-us.apache.org/repos/asf/lucenenet/diff/b9707b95

Branch: refs/heads/api-work
Commit: b9707b95b54cb9001b71f0ae015b18da423b0806
Parents: 7c2e17f
Author: Shad Storhaug <sh...@shadstorhaug.com>
Authored: Tue Jan 31 13:40:30 2017 +0700
Committer: Shad Storhaug <sh...@shadstorhaug.com>
Committed: Tue Jan 31 13:45:48 2017 +0700

----------------------------------------------------------------------
 src/Lucene.Net.Core/Lucene.Net.project.json              | 6 +-----
 src/Lucene.Net.Core/Support/Compatibility/Collections.cs | 4 +---
 2 files changed, 2 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucenenet/blob/b9707b95/src/Lucene.Net.Core/Lucene.Net.project.json
----------------------------------------------------------------------
diff --git a/src/Lucene.Net.Core/Lucene.Net.project.json b/src/Lucene.Net.Core/Lucene.Net.project.json
index ef5a040..fb9054b 100644
--- a/src/Lucene.Net.Core/Lucene.Net.project.json
+++ b/src/Lucene.Net.Core/Lucene.Net.project.json
@@ -3,10 +3,6 @@
     "win":{}
   },  
   "frameworks": {
-    "net451": {
-      "dependencies": {
-        "System.Collections.Immutable": "1.2.0"
-      }
-    }
+    "net451": {}
   }
 }
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/lucenenet/blob/b9707b95/src/Lucene.Net.Core/Support/Compatibility/Collections.cs
----------------------------------------------------------------------
diff --git a/src/Lucene.Net.Core/Support/Compatibility/Collections.cs b/src/Lucene.Net.Core/Support/Compatibility/Collections.cs
index f52d5d4..33aa0d2 100644
--- a/src/Lucene.Net.Core/Support/Compatibility/Collections.cs
+++ b/src/Lucene.Net.Core/Support/Compatibility/Collections.cs
@@ -1,8 +1,6 @@
-\ufeffusing Lucene.Net.Support;
-using System;
+\ufeffusing System;
 using System.Collections;
 using System.Collections.Generic;
-using System.Collections.Immutable;
 using System.Diagnostics;
 using System.Linq;
 using System.Runtime.Serialization;