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 <[email protected]> Authored: Thu Feb 2 12:28:36 2017 +0700 Committer: Shad Storhaug <[email protected]> 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 @@ using System; using System.IO; -using System.Runtime.Remoting; using System.Text; using System.Threading.Tasks;
