Skip to content

Commit b5a8d9c

Browse files
author
Jacques Kang
committed
remove unused usings
1 parent 63404e3 commit b5a8d9c

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/JKang.IpcServiceFramework.Client/IpcServiceClient.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
using JKang.IpcServiceFramework.IO;
22
using JKang.IpcServiceFramework.Services;
3-
using Newtonsoft.Json.Linq;
43
using System;
5-
using System.IO;
64
using System.IO.Pipes;
75
using System.Threading.Tasks;
86

src/JKang.IpcServiceFramework.Server/IpcServiceHost.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
using JKang.IpcServiceFramework.Services;
33
using Microsoft.Extensions.DependencyInjection;
44
using Microsoft.Extensions.Logging;
5-
using Newtonsoft.Json.Linq;
65
using System;
76
using System.IO.Pipes;
87
using System.Reflection;

0 commit comments

Comments
 (0)