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/02/02 12:42:37 UTC

[06/14] lucenenet git commit: Removed System.Runtime.Remoting namespace from SafeTextWriterWrapper.cs because of compile issues in .NET core

Removed System.Runtime.Remoting namespace from SafeTextWriterWrapper.cs because of compile issues in .NET core


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

Branch: refs/heads/api-work
Commit: fc34ba7d3dbf9046cf3f59e9584ad7e6bdd19209
Parents: 7d12310
Author: Shad Storhaug <sh...@shadstorhaug.com>
Authored: Thu Feb 2 12:28:36 2017 +0700
Committer: Shad Storhaug <sh...@shadstorhaug.com>
Committed: Thu Feb 2 18:30:31 2017 +0700

----------------------------------------------------------------------
 src/Lucene.Net.Core/Support/SafeTextWriterWrapper.cs | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucenenet/blob/fc34ba7d/src/Lucene.Net.Core/Support/SafeTextWriterWrapper.cs
----------------------------------------------------------------------
diff --git a/src/Lucene.Net.Core/Support/SafeTextWriterWrapper.cs b/src/Lucene.Net.Core/Support/SafeTextWriterWrapper.cs
index eb14921..0c5d7c3 100644
--- a/src/Lucene.Net.Core/Support/SafeTextWriterWrapper.cs
+++ b/src/Lucene.Net.Core/Support/SafeTextWriterWrapper.cs
@@ -1,6 +1,5 @@
 \ufeffusing System;
 using System.IO;
-using System.Runtime.Remoting;
 using System.Text;
 using System.Threading.Tasks;