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