We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63404e3 commit b5a8d9cCopy full SHA for b5a8d9c
src/JKang.IpcServiceFramework.Client/IpcServiceClient.cs
@@ -1,8 +1,6 @@
1
using JKang.IpcServiceFramework.IO;
2
using JKang.IpcServiceFramework.Services;
3
-using Newtonsoft.Json.Linq;
4
using System;
5
-using System.IO;
6
using System.IO.Pipes;
7
using System.Threading.Tasks;
8
src/JKang.IpcServiceFramework.Server/IpcServiceHost.cs
@@ -2,7 +2,6 @@
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
using System.Reflection;
0 commit comments