From 9493e18fb7f6ea65b2e5213282f93fe00cd16679 Mon Sep 17 00:00:00 2001 From: xieguigang Date: Fri, 2 Apr 2021 21:31:08 +0800 Subject: [PATCH] fix of namespace imports --- Parallel/IpcParallel/IPCSocket.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Parallel/IpcParallel/IPCSocket.vb b/Parallel/IpcParallel/IPCSocket.vb index fd95ffe..63d6c70 100644 --- a/Parallel/IpcParallel/IPCSocket.vb +++ b/Parallel/IpcParallel/IPCSocket.vb @@ -52,12 +52,12 @@ Imports System.Text Imports Microsoft.VisualBasic.ComponentModel #If netcore5 = 1 Then Imports Microsoft.VisualBasic.ComponentModel.Collection -Imports Microsoft.VisualBasic.Linq #End If Imports Microsoft.VisualBasic.Net.Protocols.Reflection Imports Microsoft.VisualBasic.Net.Tcp Imports Microsoft.VisualBasic.Parallel Imports Microsoft.VisualBasic.Serialization.JSON +Imports Microsoft.VisualBasic.Linq Imports Parallel.IpcStream #If netcore5 = 1 Then