From 47faf6be8869f80ee26af30c3ab4160f637fcda0 Mon Sep 17 00:00:00 2001 From: ChsBuffer <33744752+chsbuffer@users.noreply.github.com> Date: Wed, 14 Jul 2021 15:49:54 +0800 Subject: [PATCH] Update dependencies --- Netch/Netch.cs | 2 +- Netch/Netch.csproj | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Netch/Netch.cs b/Netch/Netch.cs index b4ad0b5b..a457ce4b 100644 --- a/Netch/Netch.cs +++ b/Netch/Netch.cs @@ -17,7 +17,7 @@ namespace Netch { public static class Netch { - public static readonly SingleInstance.SingleInstance SingleInstance = new($"Global\\{nameof(Netch)}"); + public static readonly SingleInstance.SingleInstanceService SingleInstance = new($"Global\\{nameof(Netch)}"); public static HWND ConsoleHwnd { get; private set; } diff --git a/Netch/Netch.csproj b/Netch/Netch.csproj index a2a121d6..267ec8e3 100644 --- a/Netch/Netch.csproj +++ b/Netch/Netch.csproj @@ -36,18 +36,18 @@ - + - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + - +