mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-07-22 00:23:36 +00:00
refactor: Migrated from Newtonsoft.Json to System.Text.Json, missing one test passing
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
namespace ElectronNET.Runtime.Services.SocketBridge
|
||||
{
|
||||
using System;
|
||||
using System.Threading.Tasks;
|
||||
using ElectronNET.API;
|
||||
using ElectronNET.Runtime.Data;
|
||||
using System;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
internal class SocketBridgeService : LifetimeServiceBase
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user