cleanup
All checks were successful
Build / Compute Version (push) Successful in 6s
Build / Build Nuget package (CringeBootstrap.Abstractions) (push) Successful in 4m1s
Build / Build Nuget package (CringePlugins) (push) Successful in 4m1s
Build / Build Nuget package (SharedCringe) (push) Successful in 3m59s
Build / Build Launcher (push) Successful in 5m3s
Build / Build Nuget package (NuGet) (push) Successful in 8m58s

This commit is contained in:
zznty
2025-06-03 04:23:36 +07:00
parent 51a817cc19
commit ae16f3a038
7 changed files with 1 additions and 11 deletions

View File

@@ -2,7 +2,6 @@
using System.Text.Json.Nodes;
using CringePlugins.Config.Spec;
using Json.Schema;
using Json.Schema.Generation;
using NLog;
using NuGet;

View File

@@ -1,7 +1,6 @@
using System.Collections.Immutable;
using CringePlugins.Resolver;
using NuGet;
using NuGet.Models;
namespace CringePlugins.Config;

View File

@@ -1,6 +1,5 @@
using System.Reflection;
using Json.Schema;
using Json.Schema.Generation;
namespace CringePlugins.Config.Spec;