불필요한 파일 제거및 비동기 시스템 변경
This commit is contained in:
parent
6d576d13e2
commit
443b16a8b0
|
@ -11,7 +11,7 @@ namespace Server.System
|
||||||
|
|
||||||
private static AbstractGit git;
|
private static AbstractGit git;
|
||||||
|
|
||||||
public static string Process(HttpContext context)
|
public static async Task<string> Process(HttpContext context)
|
||||||
{
|
{
|
||||||
//TODO 아무때나 호출되지 않게 만들기
|
//TODO 아무때나 호출되지 않게 만들기
|
||||||
string Response;
|
string Response;
|
||||||
|
|
|
@ -31,7 +31,7 @@ namespace Server.System {
|
||||||
logger.Info("Server Start");
|
logger.Info("Server Start");
|
||||||
}
|
}
|
||||||
|
|
||||||
public static string Process(HttpContext context) {
|
public static async Task<string> Process(HttpContext context) {
|
||||||
AbstractService abstractService;
|
AbstractService abstractService;
|
||||||
|
|
||||||
string Response = "";
|
string Response = "";
|
||||||
|
|
Binary file not shown.
|
@ -1,4 +0,0 @@
|
||||||
// <autogenerated />
|
|
||||||
using System;
|
|
||||||
using System.Reflection;
|
|
||||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = ".NET 6.0")]
|
|
|
@ -1,23 +0,0 @@
|
||||||
//------------------------------------------------------------------------------
|
|
||||||
// <auto-generated>
|
|
||||||
// 이 코드는 도구를 사용하여 생성되었습니다.
|
|
||||||
// 런타임 버전:4.0.30319.42000
|
|
||||||
//
|
|
||||||
// 파일 내용을 변경하면 잘못된 동작이 발생할 수 있으며, 코드를 다시 생성하면
|
|
||||||
// 이러한 변경 내용이 손실됩니다.
|
|
||||||
// </auto-generated>
|
|
||||||
//------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
using System;
|
|
||||||
using System.Reflection;
|
|
||||||
|
|
||||||
[assembly: System.Reflection.AssemblyCompanyAttribute("Server")]
|
|
||||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
|
||||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
|
||||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
|
||||||
[assembly: System.Reflection.AssemblyProductAttribute("Server")]
|
|
||||||
[assembly: System.Reflection.AssemblyTitleAttribute("Server")]
|
|
||||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
|
||||||
|
|
||||||
// MSBuild WriteCodeFragment 클래스에서 생성되었습니다.
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
24a19a338571d06fa5670dc4c5fa352c3d517153
|
|
|
@ -1,16 +0,0 @@
|
||||||
is_global = true
|
|
||||||
build_property.TargetFramework = net6.0
|
|
||||||
build_property.TargetPlatformMinVersion =
|
|
||||||
build_property.UsingMicrosoftNETSdkWeb = true
|
|
||||||
build_property.ProjectTypeGuids =
|
|
||||||
build_property.InvariantGlobalization =
|
|
||||||
build_property.PlatformNeutralAssembly =
|
|
||||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
|
||||||
build_property.RootNamespace = Server
|
|
||||||
build_property.RootNamespace = Server
|
|
||||||
build_property.ProjectDir = E:\git\CsServer\Server\
|
|
||||||
build_property.RazorLangVersion = 6.0
|
|
||||||
build_property.SupportLocalizedComponentNames =
|
|
||||||
build_property.GenerateRazorMetadataSourceChecksumAttributes =
|
|
||||||
build_property.MSBuildProjectDirectory = E:\git\CsServer\Server
|
|
||||||
build_property._RazorSourceGeneratorDebug =
|
|
|
@ -1,17 +0,0 @@
|
||||||
// <auto-generated/>
|
|
||||||
global using global::Microsoft.AspNetCore.Builder;
|
|
||||||
global using global::Microsoft.AspNetCore.Hosting;
|
|
||||||
global using global::Microsoft.AspNetCore.Http;
|
|
||||||
global using global::Microsoft.AspNetCore.Routing;
|
|
||||||
global using global::Microsoft.Extensions.Configuration;
|
|
||||||
global using global::Microsoft.Extensions.DependencyInjection;
|
|
||||||
global using global::Microsoft.Extensions.Hosting;
|
|
||||||
global using global::Microsoft.Extensions.Logging;
|
|
||||||
global using global::System;
|
|
||||||
global using global::System.Collections.Generic;
|
|
||||||
global using global::System.IO;
|
|
||||||
global using global::System.Linq;
|
|
||||||
global using global::System.Net.Http;
|
|
||||||
global using global::System.Net.Http.Json;
|
|
||||||
global using global::System.Threading;
|
|
||||||
global using global::System.Threading.Tasks;
|
|
Binary file not shown.
Binary file not shown.
|
@ -1 +0,0 @@
|
||||||
e06c50d31a8c60a25c1a22bc641412d14691fe3a
|
|
|
@ -1,140 +0,0 @@
|
||||||
C:/Users/snowpipe/Desktop/bin/Server/Server/bin/Debug/net6.0/appsettings.Development.json
|
|
||||||
C:/Users/snowpipe/Desktop/bin/Server/Server/bin/Debug/net6.0/appsettings.json
|
|
||||||
C:/Users/snowpipe/Desktop/bin/Server/Server/bin/Debug/net6.0/Server.exe
|
|
||||||
C:/Users/snowpipe/Desktop/bin/Server/Server/bin/Debug/net6.0/Server.deps.json
|
|
||||||
C:/Users/snowpipe/Desktop/bin/Server/Server/bin/Debug/net6.0/Server.runtimeconfig.json
|
|
||||||
C:/Users/snowpipe/Desktop/bin/Server/Server/bin/Debug/net6.0/Server.dll
|
|
||||||
C:/Users/snowpipe/Desktop/bin/Server/Server/bin/Debug/net6.0/Server.pdb
|
|
||||||
C:/Users/snowpipe/Desktop/bin/Server/Server/bin/Debug/net6.0/Newtonsoft.Json.dll
|
|
||||||
C:/Users/snowpipe/Desktop/bin/Server/Server/obj/Debug/net6.0/Server.csproj.AssemblyReference.cache
|
|
||||||
C:/Users/snowpipe/Desktop/bin/Server/Server/obj/Debug/net6.0/Server.GeneratedMSBuildEditorConfig.editorconfig
|
|
||||||
C:/Users/snowpipe/Desktop/bin/Server/Server/obj/Debug/net6.0/Server.AssemblyInfoInputs.cache
|
|
||||||
C:/Users/snowpipe/Desktop/bin/Server/Server/obj/Debug/net6.0/Server.AssemblyInfo.cs
|
|
||||||
C:/Users/snowpipe/Desktop/bin/Server/Server/obj/Debug/net6.0/Server.csproj.CoreCompileInputs.cache
|
|
||||||
C:/Users/snowpipe/Desktop/bin/Server/Server/obj/Debug/net6.0/Server.MvcApplicationPartsAssemblyInfo.cache
|
|
||||||
C:/Users/snowpipe/Desktop/bin/Server/Server/obj/Debug/net6.0/staticwebassets/msbuild.Server.Microsoft.AspNetCore.StaticWebAssets.props
|
|
||||||
C:/Users/snowpipe/Desktop/bin/Server/Server/obj/Debug/net6.0/staticwebassets/msbuild.build.Server.props
|
|
||||||
C:/Users/snowpipe/Desktop/bin/Server/Server/obj/Debug/net6.0/staticwebassets/msbuild.buildMultiTargeting.Server.props
|
|
||||||
C:/Users/snowpipe/Desktop/bin/Server/Server/obj/Debug/net6.0/staticwebassets/msbuild.buildTransitive.Server.props
|
|
||||||
C:/Users/snowpipe/Desktop/bin/Server/Server/obj/Debug/net6.0/staticwebassets.pack.json
|
|
||||||
C:/Users/snowpipe/Desktop/bin/Server/Server/obj/Debug/net6.0/staticwebassets.build.json
|
|
||||||
C:/Users/snowpipe/Desktop/bin/Server/Server/obj/Debug/net6.0/staticwebassets.development.json
|
|
||||||
C:/Users/snowpipe/Desktop/bin/Server/Server/obj/Debug/net6.0/scopedcss/bundle/Server.styles.css
|
|
||||||
C:/Users/snowpipe/Desktop/bin/Server/Server/obj/Debug/net6.0/Server.csproj.CopyComplete
|
|
||||||
C:/Users/snowpipe/Desktop/bin/Server/Server/obj/Debug/net6.0/Server.dll
|
|
||||||
C:/Users/snowpipe/Desktop/bin/Server/Server/obj/Debug/net6.0/refint/Server.dll
|
|
||||||
C:/Users/snowpipe/Desktop/bin/Server/Server/obj/Debug/net6.0/Server.pdb
|
|
||||||
C:/Users/snowpipe/Desktop/bin/Server/Server/obj/Debug/net6.0/Server.genruntimeconfig.cache
|
|
||||||
C:/Users/snowpipe/Desktop/bin/Server/Server/obj/Debug/net6.0/ref/Server.dll
|
|
||||||
/Users/pandoli365/Desktop/net/CsServer/Server/bin/Debug/net6.0/appsettings.Development.json
|
|
||||||
/Users/pandoli365/Desktop/net/CsServer/Server/bin/Debug/net6.0/appsettings.json
|
|
||||||
/Users/pandoli365/Desktop/net/CsServer/Server/bin/Debug/net6.0/Server
|
|
||||||
/Users/pandoli365/Desktop/net/CsServer/Server/bin/Debug/net6.0/Server.deps.json
|
|
||||||
/Users/pandoli365/Desktop/net/CsServer/Server/bin/Debug/net6.0/Server.runtimeconfig.json
|
|
||||||
/Users/pandoli365/Desktop/net/CsServer/Server/bin/Debug/net6.0/Server.dll
|
|
||||||
/Users/pandoli365/Desktop/net/CsServer/Server/bin/Debug/net6.0/Server.pdb
|
|
||||||
/Users/pandoli365/Desktop/net/CsServer/Server/bin/Debug/net6.0/Newtonsoft.Json.dll
|
|
||||||
/Users/pandoli365/Desktop/net/CsServer/Server/obj/Debug/net6.0/Server.csproj.AssemblyReference.cache
|
|
||||||
/Users/pandoli365/Desktop/net/CsServer/Server/obj/Debug/net6.0/Server.GeneratedMSBuildEditorConfig.editorconfig
|
|
||||||
/Users/pandoli365/Desktop/net/CsServer/Server/obj/Debug/net6.0/Server.AssemblyInfoInputs.cache
|
|
||||||
/Users/pandoli365/Desktop/net/CsServer/Server/obj/Debug/net6.0/Server.AssemblyInfo.cs
|
|
||||||
/Users/pandoli365/Desktop/net/CsServer/Server/obj/Debug/net6.0/Server.csproj.CoreCompileInputs.cache
|
|
||||||
/Users/pandoli365/Desktop/net/CsServer/Server/obj/Debug/net6.0/Server.MvcApplicationPartsAssemblyInfo.cache
|
|
||||||
/Users/pandoli365/Desktop/net/CsServer/Server/obj/Debug/net6.0/staticwebassets/msbuild.Server.Microsoft.AspNetCore.StaticWebAssets.props
|
|
||||||
/Users/pandoli365/Desktop/net/CsServer/Server/obj/Debug/net6.0/staticwebassets/msbuild.build.Server.props
|
|
||||||
/Users/pandoli365/Desktop/net/CsServer/Server/obj/Debug/net6.0/staticwebassets/msbuild.buildMultiTargeting.Server.props
|
|
||||||
/Users/pandoli365/Desktop/net/CsServer/Server/obj/Debug/net6.0/staticwebassets/msbuild.buildTransitive.Server.props
|
|
||||||
/Users/pandoli365/Desktop/net/CsServer/Server/obj/Debug/net6.0/staticwebassets.pack.json
|
|
||||||
/Users/pandoli365/Desktop/net/CsServer/Server/obj/Debug/net6.0/staticwebassets.build.json
|
|
||||||
/Users/pandoli365/Desktop/net/CsServer/Server/obj/Debug/net6.0/staticwebassets.development.json
|
|
||||||
/Users/pandoli365/Desktop/net/CsServer/Server/obj/Debug/net6.0/scopedcss/bundle/Server.styles.css
|
|
||||||
/Users/pandoli365/Desktop/net/CsServer/Server/obj/Debug/net6.0/Server.csproj.CopyComplete
|
|
||||||
/Users/pandoli365/Desktop/net/CsServer/Server/obj/Debug/net6.0/Server.dll
|
|
||||||
/Users/pandoli365/Desktop/net/CsServer/Server/obj/Debug/net6.0/refint/Server.dll
|
|
||||||
/Users/pandoli365/Desktop/net/CsServer/Server/obj/Debug/net6.0/Server.pdb
|
|
||||||
/Users/pandoli365/Desktop/net/CsServer/Server/obj/Debug/net6.0/Server.genruntimeconfig.cache
|
|
||||||
/Users/pandoli365/Desktop/net/CsServer/Server/obj/Debug/net6.0/ref/Server.dll
|
|
||||||
/Users/pandoli365/Desktop/net/CsServer/Server/bin/Debug/net6.0/NLog.config
|
|
||||||
/Users/pandoli365/Desktop/net/CsServer/Server/bin/Debug/net6.0/NLog.dll
|
|
||||||
/Users/pandoli365/Downloads/git/CsServer/Server/bin/Debug/net6.0/NLog.config
|
|
||||||
/Users/pandoli365/Downloads/git/CsServer/Server/bin/Debug/net6.0/appsettings.Development.json
|
|
||||||
/Users/pandoli365/Downloads/git/CsServer/Server/bin/Debug/net6.0/appsettings.json
|
|
||||||
/Users/pandoli365/Downloads/git/CsServer/Server/bin/Debug/net6.0/Server
|
|
||||||
/Users/pandoli365/Downloads/git/CsServer/Server/bin/Debug/net6.0/Server.deps.json
|
|
||||||
/Users/pandoli365/Downloads/git/CsServer/Server/bin/Debug/net6.0/Server.runtimeconfig.json
|
|
||||||
/Users/pandoli365/Downloads/git/CsServer/Server/bin/Debug/net6.0/Server.dll
|
|
||||||
/Users/pandoli365/Downloads/git/CsServer/Server/bin/Debug/net6.0/Server.pdb
|
|
||||||
/Users/pandoli365/Downloads/git/CsServer/Server/bin/Debug/net6.0/Newtonsoft.Json.dll
|
|
||||||
/Users/pandoli365/Downloads/git/CsServer/Server/bin/Debug/net6.0/NLog.dll
|
|
||||||
/Users/pandoli365/Downloads/git/CsServer/Server/obj/Debug/net6.0/Server.csproj.AssemblyReference.cache
|
|
||||||
/Users/pandoli365/Downloads/git/CsServer/Server/obj/Debug/net6.0/Server.GeneratedMSBuildEditorConfig.editorconfig
|
|
||||||
/Users/pandoli365/Downloads/git/CsServer/Server/obj/Debug/net6.0/Server.AssemblyInfoInputs.cache
|
|
||||||
/Users/pandoli365/Downloads/git/CsServer/Server/obj/Debug/net6.0/Server.AssemblyInfo.cs
|
|
||||||
/Users/pandoli365/Downloads/git/CsServer/Server/obj/Debug/net6.0/Server.csproj.CoreCompileInputs.cache
|
|
||||||
/Users/pandoli365/Downloads/git/CsServer/Server/obj/Debug/net6.0/Server.MvcApplicationPartsAssemblyInfo.cache
|
|
||||||
/Users/pandoli365/Downloads/git/CsServer/Server/obj/Debug/net6.0/staticwebassets/msbuild.Server.Microsoft.AspNetCore.StaticWebAssets.props
|
|
||||||
/Users/pandoli365/Downloads/git/CsServer/Server/obj/Debug/net6.0/staticwebassets/msbuild.build.Server.props
|
|
||||||
/Users/pandoli365/Downloads/git/CsServer/Server/obj/Debug/net6.0/staticwebassets/msbuild.buildMultiTargeting.Server.props
|
|
||||||
/Users/pandoli365/Downloads/git/CsServer/Server/obj/Debug/net6.0/staticwebassets/msbuild.buildTransitive.Server.props
|
|
||||||
/Users/pandoli365/Downloads/git/CsServer/Server/obj/Debug/net6.0/staticwebassets.pack.json
|
|
||||||
/Users/pandoli365/Downloads/git/CsServer/Server/obj/Debug/net6.0/staticwebassets.build.json
|
|
||||||
/Users/pandoli365/Downloads/git/CsServer/Server/obj/Debug/net6.0/staticwebassets.development.json
|
|
||||||
/Users/pandoli365/Downloads/git/CsServer/Server/obj/Debug/net6.0/scopedcss/bundle/Server.styles.css
|
|
||||||
/Users/pandoli365/Downloads/git/CsServer/Server/obj/Debug/net6.0/Server.csproj.CopyComplete
|
|
||||||
/Users/pandoli365/Downloads/git/CsServer/Server/obj/Debug/net6.0/Server.dll
|
|
||||||
/Users/pandoli365/Downloads/git/CsServer/Server/obj/Debug/net6.0/refint/Server.dll
|
|
||||||
/Users/pandoli365/Downloads/git/CsServer/Server/obj/Debug/net6.0/Server.pdb
|
|
||||||
/Users/pandoli365/Downloads/git/CsServer/Server/obj/Debug/net6.0/Server.genruntimeconfig.cache
|
|
||||||
/Users/pandoli365/Downloads/git/CsServer/Server/obj/Debug/net6.0/ref/Server.dll
|
|
||||||
E:\git\CsServer\Server\bin\Debug\net6.0\NLog.config
|
|
||||||
E:\git\CsServer\Server\bin\Debug\net6.0\appsettings.Development.json
|
|
||||||
E:\git\CsServer\Server\bin\Debug\net6.0\appsettings.json
|
|
||||||
E:\git\CsServer\Server\bin\Debug\net6.0\Server.exe
|
|
||||||
E:\git\CsServer\Server\bin\Debug\net6.0\Server.deps.json
|
|
||||||
E:\git\CsServer\Server\bin\Debug\net6.0\Server.runtimeconfig.json
|
|
||||||
E:\git\CsServer\Server\bin\Debug\net6.0\Server.dll
|
|
||||||
E:\git\CsServer\Server\bin\Debug\net6.0\Server.pdb
|
|
||||||
E:\git\CsServer\Server\bin\Debug\net6.0\Newtonsoft.Json.dll
|
|
||||||
E:\git\CsServer\Server\bin\Debug\net6.0\NLog.dll
|
|
||||||
E:\git\CsServer\Server\obj\Debug\net6.0\Server.csproj.AssemblyReference.cache
|
|
||||||
E:\git\CsServer\Server\obj\Debug\net6.0\Server.GeneratedMSBuildEditorConfig.editorconfig
|
|
||||||
E:\git\CsServer\Server\obj\Debug\net6.0\Server.AssemblyInfoInputs.cache
|
|
||||||
E:\git\CsServer\Server\obj\Debug\net6.0\Server.AssemblyInfo.cs
|
|
||||||
E:\git\CsServer\Server\obj\Debug\net6.0\Server.csproj.CoreCompileInputs.cache
|
|
||||||
E:\git\CsServer\Server\obj\Debug\net6.0\Server.MvcApplicationPartsAssemblyInfo.cache
|
|
||||||
E:\git\CsServer\Server\obj\Debug\net6.0\staticwebassets.build.json
|
|
||||||
E:\git\CsServer\Server\obj\Debug\net6.0\staticwebassets.development.json
|
|
||||||
E:\git\CsServer\Server\obj\Debug\net6.0\scopedcss\bundle\Server.styles.css
|
|
||||||
E:\git\CsServer\Server\obj\Debug\net6.0\Server.csproj.CopyComplete
|
|
||||||
E:\git\CsServer\Server\obj\Debug\net6.0\Server.dll
|
|
||||||
E:\git\CsServer\Server\obj\Debug\net6.0\refint\Server.dll
|
|
||||||
E:\git\CsServer\Server\obj\Debug\net6.0\Server.pdb
|
|
||||||
E:\git\CsServer\Server\obj\Debug\net6.0\Server.genruntimeconfig.cache
|
|
||||||
E:\git\CsServer\Server\obj\Debug\net6.0\ref\Server.dll
|
|
||||||
E:\git\CsServer\Server\bin\Debug\net6.0\LibGit2Sharp.dll
|
|
||||||
E:\git\CsServer\Server\bin\Debug\net6.0\runtimes\linux-arm\native\libgit2-e632535.so
|
|
||||||
E:\git\CsServer\Server\bin\Debug\net6.0\runtimes\linux-arm64\native\libgit2-e632535.so
|
|
||||||
E:\git\CsServer\Server\bin\Debug\net6.0\runtimes\linux-musl-arm\native\libgit2-e632535.so
|
|
||||||
E:\git\CsServer\Server\bin\Debug\net6.0\runtimes\linux-musl-arm64\native\libgit2-e632535.so
|
|
||||||
E:\git\CsServer\Server\bin\Debug\net6.0\runtimes\linux-musl-x64\native\libgit2-e632535.so
|
|
||||||
E:\git\CsServer\Server\bin\Debug\net6.0\runtimes\linux-x64\native\libgit2-e632535.so
|
|
||||||
E:\git\CsServer\Server\bin\Debug\net6.0\runtimes\osx-arm64\native\libgit2-e632535.dylib
|
|
||||||
E:\git\CsServer\Server\bin\Debug\net6.0\runtimes\osx-x64\native\libgit2-e632535.dylib
|
|
||||||
E:\git\CsServer\Server\bin\Debug\net6.0\runtimes\win-arm64\native\git2-e632535.dll
|
|
||||||
E:\git\CsServer\Server\bin\Debug\net6.0\runtimes\win-x64\native\git2-e632535.dll
|
|
||||||
E:\git\CsServer\Server\bin\Debug\net6.0\runtimes\win-x86\native\git2-e632535.dll
|
|
||||||
E:\git\CsServer\Server\bin\Debug\net6.0\Aspose.Cells.dll
|
|
||||||
E:\git\CsServer\Server\bin\Debug\net6.0\SkiaSharp.dll
|
|
||||||
E:\git\CsServer\Server\bin\Debug\net6.0\System.Security.Cryptography.Pkcs.dll
|
|
||||||
E:\git\CsServer\Server\bin\Debug\net6.0\runtimes\osx\native\libSkiaSharp.dylib
|
|
||||||
E:\git\CsServer\Server\bin\Debug\net6.0\runtimes\win-arm64\native\libSkiaSharp.dll
|
|
||||||
E:\git\CsServer\Server\bin\Debug\net6.0\runtimes\win-x64\native\libSkiaSharp.dll
|
|
||||||
E:\git\CsServer\Server\bin\Debug\net6.0\runtimes\win-x86\native\libSkiaSharp.dll
|
|
||||||
E:\git\CsServer\Server\bin\Debug\net6.0\runtimes\win\lib\net6.0\System.Security.Cryptography.Pkcs.dll
|
|
||||||
E:\git\CsServer\Server\bin\Debug\net6.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll
|
|
||||||
E:\git\CsServer\Server\bin\Debug\net6.0\Microsoft.Extensions.Logging.Abstractions.dll
|
|
||||||
E:\git\CsServer\Server\bin\Debug\net6.0\Npgsql.dll
|
|
||||||
E:\git\CsServer\Server\bin\Debug\net6.0\System.Diagnostics.DiagnosticSource.dll
|
|
||||||
E:\git\CsServer\Server\bin\Debug\net6.0\System.Text.Encodings.Web.dll
|
|
||||||
E:\git\CsServer\Server\bin\Debug\net6.0\System.Text.Json.dll
|
|
||||||
E:\git\CsServer\Server\bin\Debug\net6.0\runtimes\browser\lib\net6.0\System.Text.Encodings.Web.dll
|
|
Binary file not shown.
|
@ -1 +0,0 @@
|
||||||
5a972d05249776184d6dd56cb42ed98944f2aa1f
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,11 +0,0 @@
|
||||||
{
|
|
||||||
"Version": 1,
|
|
||||||
"Hash": "z8/jf/uVtfFHkS7UZKSCL97FvnwEOhJPQdCo8dr/ZzU=",
|
|
||||||
"Source": "Server",
|
|
||||||
"BasePath": "_content/Server",
|
|
||||||
"Mode": "Default",
|
|
||||||
"ManifestType": "Build",
|
|
||||||
"ReferencedProjectsConfiguration": [],
|
|
||||||
"DiscoveryPatterns": [],
|
|
||||||
"Assets": []
|
|
||||||
}
|
|
|
@ -1,3 +0,0 @@
|
||||||
<Project>
|
|
||||||
<Import Project="Microsoft.AspNetCore.StaticWebAssets.props" />
|
|
||||||
</Project>
|
|
|
@ -1,3 +0,0 @@
|
||||||
<Project>
|
|
||||||
<Import Project="../build/Server.props" />
|
|
||||||
</Project>
|
|
|
@ -1,3 +0,0 @@
|
||||||
<Project>
|
|
||||||
<Import Project="../buildMultiTargeting/Server.props" />
|
|
||||||
</Project>
|
|
|
@ -1,92 +0,0 @@
|
||||||
{
|
|
||||||
"format": 1,
|
|
||||||
"restore": {
|
|
||||||
"E:\\git\\CsServer\\Server\\Server.csproj": {}
|
|
||||||
},
|
|
||||||
"projects": {
|
|
||||||
"E:\\git\\CsServer\\Server\\Server.csproj": {
|
|
||||||
"version": "1.0.0",
|
|
||||||
"restore": {
|
|
||||||
"projectUniqueName": "E:\\git\\CsServer\\Server\\Server.csproj",
|
|
||||||
"projectName": "Server",
|
|
||||||
"projectPath": "E:\\git\\CsServer\\Server\\Server.csproj",
|
|
||||||
"packagesPath": "C:\\Users\\acst0\\.nuget\\packages\\",
|
|
||||||
"outputPath": "E:\\git\\CsServer\\Server\\obj\\",
|
|
||||||
"projectStyle": "PackageReference",
|
|
||||||
"fallbackFolders": [
|
|
||||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
|
||||||
],
|
|
||||||
"configFilePaths": [
|
|
||||||
"C:\\Users\\acst0\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
|
||||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
|
|
||||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
|
||||||
],
|
|
||||||
"originalTargetFrameworks": [
|
|
||||||
"net6.0"
|
|
||||||
],
|
|
||||||
"sources": {
|
|
||||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
|
||||||
"https://api.nuget.org/v3/index.json": {}
|
|
||||||
},
|
|
||||||
"frameworks": {
|
|
||||||
"net6.0": {
|
|
||||||
"targetAlias": "net6.0",
|
|
||||||
"projectReferences": {}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"warningProperties": {
|
|
||||||
"warnAsError": [
|
|
||||||
"NU1605"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"frameworks": {
|
|
||||||
"net6.0": {
|
|
||||||
"targetAlias": "net6.0",
|
|
||||||
"dependencies": {
|
|
||||||
"Aspose.Cells": {
|
|
||||||
"target": "Package",
|
|
||||||
"version": "[23.11.0, )"
|
|
||||||
},
|
|
||||||
"LibGit2Sharp": {
|
|
||||||
"target": "Package",
|
|
||||||
"version": "[0.28.0, )"
|
|
||||||
},
|
|
||||||
"NLog": {
|
|
||||||
"target": "Package",
|
|
||||||
"version": "[5.2.5, )"
|
|
||||||
},
|
|
||||||
"Newtonsoft.Json": {
|
|
||||||
"target": "Package",
|
|
||||||
"version": "[13.0.3, )"
|
|
||||||
},
|
|
||||||
"Npgsql": {
|
|
||||||
"target": "Package",
|
|
||||||
"version": "[8.0.0, )"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"imports": [
|
|
||||||
"net461",
|
|
||||||
"net462",
|
|
||||||
"net47",
|
|
||||||
"net471",
|
|
||||||
"net472",
|
|
||||||
"net48",
|
|
||||||
"net481"
|
|
||||||
],
|
|
||||||
"assetTargetFallback": true,
|
|
||||||
"warn": true,
|
|
||||||
"frameworkReferences": {
|
|
||||||
"Microsoft.AspNetCore.App": {
|
|
||||||
"privateAssets": "none"
|
|
||||||
},
|
|
||||||
"Microsoft.NETCore.App": {
|
|
||||||
"privateAssets": "all"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.400\\RuntimeIdentifierGraph.json"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,19 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
|
||||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
||||||
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
|
||||||
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
|
|
||||||
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
|
|
||||||
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
|
|
||||||
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
|
|
||||||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\acst0\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders>
|
|
||||||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
|
|
||||||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.3.0</NuGetToolVersion>
|
|
||||||
</PropertyGroup>
|
|
||||||
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
|
||||||
<SourceRoot Include="C:\Users\acst0\.nuget\packages\" />
|
|
||||||
<SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
|
||||||
<Import Project="$(NuGetPackageRoot)libgit2sharp.nativebinaries\2.0.320\build\LibGit2Sharp.NativeBinaries.props" Condition="Exists('$(NuGetPackageRoot)libgit2sharp.nativebinaries\2.0.320\build\LibGit2Sharp.NativeBinaries.props')" />
|
|
||||||
</ImportGroup>
|
|
||||||
</Project>
|
|
|
@ -1,7 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
|
||||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
||||||
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
|
||||||
<Import Project="$(NuGetPackageRoot)system.text.json\8.0.0\buildTransitive\net6.0\System.Text.Json.targets" Condition="Exists('$(NuGetPackageRoot)system.text.json\8.0.0\buildTransitive\net6.0\System.Text.Json.targets')" />
|
|
||||||
<Import Project="$(NuGetPackageRoot)microsoft.extensions.logging.abstractions\8.0.0\buildTransitive\net6.0\Microsoft.Extensions.Logging.Abstractions.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.logging.abstractions\8.0.0\buildTransitive\net6.0\Microsoft.Extensions.Logging.Abstractions.targets')" />
|
|
||||||
</ImportGroup>
|
|
||||||
</Project>
|
|
File diff suppressed because it is too large
Load Diff
|
@ -1,28 +0,0 @@
|
||||||
{
|
|
||||||
"version": 2,
|
|
||||||
"dgSpecHash": "mqjrT0psY1bh5pPYuFvVGksqVDGIb9h3wRTl0WKT65Jvc3vVnbn6gASe/F71xdFwk7B4tkYfnfbGzX7I7bZYhQ==",
|
|
||||||
"success": true,
|
|
||||||
"projectFilePath": "E:\\git\\CsServer\\Server\\Server.csproj",
|
|
||||||
"expectedPackageFiles": [
|
|
||||||
"C:\\Users\\acst0\\.nuget\\packages\\aspose.cells\\23.11.0\\aspose.cells.23.11.0.nupkg.sha512",
|
|
||||||
"C:\\Users\\acst0\\.nuget\\packages\\libgit2sharp\\0.28.0\\libgit2sharp.0.28.0.nupkg.sha512",
|
|
||||||
"C:\\Users\\acst0\\.nuget\\packages\\libgit2sharp.nativebinaries\\2.0.320\\libgit2sharp.nativebinaries.2.0.320.nupkg.sha512",
|
|
||||||
"C:\\Users\\acst0\\.nuget\\packages\\microsoft.extensions.dependencyinjection.abstractions\\8.0.0\\microsoft.extensions.dependencyinjection.abstractions.8.0.0.nupkg.sha512",
|
|
||||||
"C:\\Users\\acst0\\.nuget\\packages\\microsoft.extensions.logging.abstractions\\8.0.0\\microsoft.extensions.logging.abstractions.8.0.0.nupkg.sha512",
|
|
||||||
"C:\\Users\\acst0\\.nuget\\packages\\microsoft.netcore.platforms\\3.1.0\\microsoft.netcore.platforms.3.1.0.nupkg.sha512",
|
|
||||||
"C:\\Users\\acst0\\.nuget\\packages\\newtonsoft.json\\13.0.3\\newtonsoft.json.13.0.3.nupkg.sha512",
|
|
||||||
"C:\\Users\\acst0\\.nuget\\packages\\nlog\\5.2.5\\nlog.5.2.5.nupkg.sha512",
|
|
||||||
"C:\\Users\\acst0\\.nuget\\packages\\npgsql\\8.0.0\\npgsql.8.0.0.nupkg.sha512",
|
|
||||||
"C:\\Users\\acst0\\.nuget\\packages\\skiasharp\\2.88.6\\skiasharp.2.88.6.nupkg.sha512",
|
|
||||||
"C:\\Users\\acst0\\.nuget\\packages\\skiasharp.nativeassets.macos\\2.88.6\\skiasharp.nativeassets.macos.2.88.6.nupkg.sha512",
|
|
||||||
"C:\\Users\\acst0\\.nuget\\packages\\skiasharp.nativeassets.win32\\2.88.6\\skiasharp.nativeassets.win32.2.88.6.nupkg.sha512",
|
|
||||||
"C:\\Users\\acst0\\.nuget\\packages\\system.diagnostics.diagnosticsource\\8.0.0\\system.diagnostics.diagnosticsource.8.0.0.nupkg.sha512",
|
|
||||||
"C:\\Users\\acst0\\.nuget\\packages\\system.formats.asn1\\6.0.0\\system.formats.asn1.6.0.0.nupkg.sha512",
|
|
||||||
"C:\\Users\\acst0\\.nuget\\packages\\system.runtime.compilerservices.unsafe\\6.0.0\\system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512",
|
|
||||||
"C:\\Users\\acst0\\.nuget\\packages\\system.security.cryptography.pkcs\\6.0.3\\system.security.cryptography.pkcs.6.0.3.nupkg.sha512",
|
|
||||||
"C:\\Users\\acst0\\.nuget\\packages\\system.text.encoding.codepages\\4.7.0\\system.text.encoding.codepages.4.7.0.nupkg.sha512",
|
|
||||||
"C:\\Users\\acst0\\.nuget\\packages\\system.text.encodings.web\\8.0.0\\system.text.encodings.web.8.0.0.nupkg.sha512",
|
|
||||||
"C:\\Users\\acst0\\.nuget\\packages\\system.text.json\\8.0.0\\system.text.json.8.0.0.nupkg.sha512"
|
|
||||||
],
|
|
||||||
"logs": []
|
|
||||||
}
|
|
Loading…
Reference in New Issue