필요없는 참조 제거
This commit is contained in:
parent
6336fee8f1
commit
f3f2c36199
|
|
@ -1,8 +1,4 @@
|
|||
using Aspose.Cells.Rendering;
|
||||
using LibGit2Sharp;
|
||||
using Newtonsoft.Json.Linq;
|
||||
using NLog;
|
||||
using Server.SQL;
|
||||
using NLog;
|
||||
using Server.System;
|
||||
using System.Diagnostics;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
using Aspose.Cells;
|
||||
using Microsoft.AspNetCore.Http;
|
||||
using NLog;
|
||||
|
||||
namespace Server.Git
|
||||
|
|
|
|||
|
|
@ -1,9 +1,6 @@
|
|||
using Microsoft.AspNetCore.Http;
|
||||
using NLog;
|
||||
using NLog;
|
||||
using Npgsql;
|
||||
using Server.SQL;
|
||||
using Server.System;
|
||||
using System.Globalization;
|
||||
using System.Text;
|
||||
|
||||
namespace Server.Git
|
||||
|
|
|
|||
|
|
@ -1,9 +1,5 @@
|
|||
using Microsoft.EntityFrameworkCore;
|
||||
using Server.Git;
|
||||
using Server.System;
|
||||
using Server.Git;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
using System.Linq;
|
||||
|
||||
namespace Server.SQL
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
using Server.System;
|
||||
using Newtonsoft.Json;
|
||||
using Server.Git;
|
||||
|
||||
namespace Server.Service
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
using System;
|
||||
using System.IO.Compression;
|
||||
using System.IO;
|
||||
using System.Security.Cryptography;
|
||||
using System.Text;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue