Release 0.1
This commit is contained in:
3759
Release/CycleAPI/Diagram-API.deps.json
Normal file
3759
Release/CycleAPI/Diagram-API.deps.json
Normal file
File diff suppressed because it is too large
Load Diff
BIN
Release/CycleAPI/Diagram-API.dll
Normal file
BIN
Release/CycleAPI/Diagram-API.dll
Normal file
Binary file not shown.
BIN
Release/CycleAPI/Diagram-API.exe
Normal file
BIN
Release/CycleAPI/Diagram-API.exe
Normal file
Binary file not shown.
BIN
Release/CycleAPI/Diagram-API.pdb
Normal file
BIN
Release/CycleAPI/Diagram-API.pdb
Normal file
Binary file not shown.
13
Release/CycleAPI/Diagram-API.runtimeconfig.json
Normal file
13
Release/CycleAPI/Diagram-API.runtimeconfig.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "netcoreapp3.1",
|
||||
"framework": {
|
||||
"name": "Microsoft.AspNetCore.App",
|
||||
"version": "3.1.0"
|
||||
},
|
||||
"configProperties": {
|
||||
"System.GC.Server": true,
|
||||
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
|
||||
}
|
||||
}
|
||||
}
|
BIN
Release/CycleAPI/Microsoft.Bcl.AsyncInterfaces.dll
Normal file
BIN
Release/CycleAPI/Microsoft.Bcl.AsyncInterfaces.dll
Normal file
Binary file not shown.
BIN
Release/CycleAPI/Microsoft.Bcl.HashCode.dll
Normal file
BIN
Release/CycleAPI/Microsoft.Bcl.HashCode.dll
Normal file
Binary file not shown.
BIN
Release/CycleAPI/Microsoft.EntityFrameworkCore.Abstractions.dll
Normal file
BIN
Release/CycleAPI/Microsoft.EntityFrameworkCore.Abstractions.dll
Normal file
Binary file not shown.
BIN
Release/CycleAPI/Microsoft.EntityFrameworkCore.Relational.dll
Normal file
BIN
Release/CycleAPI/Microsoft.EntityFrameworkCore.Relational.dll
Normal file
Binary file not shown.
BIN
Release/CycleAPI/Microsoft.EntityFrameworkCore.dll
Normal file
BIN
Release/CycleAPI/Microsoft.EntityFrameworkCore.dll
Normal file
Binary file not shown.
BIN
Release/CycleAPI/Microsoft.Extensions.Caching.Abstractions.dll
Normal file
BIN
Release/CycleAPI/Microsoft.Extensions.Caching.Abstractions.dll
Normal file
Binary file not shown.
BIN
Release/CycleAPI/Microsoft.Extensions.Caching.Memory.dll
Normal file
BIN
Release/CycleAPI/Microsoft.Extensions.Caching.Memory.dll
Normal file
Binary file not shown.
Binary file not shown.
BIN
Release/CycleAPI/Microsoft.Extensions.Configuration.Binder.dll
Normal file
BIN
Release/CycleAPI/Microsoft.Extensions.Configuration.Binder.dll
Normal file
Binary file not shown.
BIN
Release/CycleAPI/Microsoft.Extensions.Configuration.dll
Normal file
BIN
Release/CycleAPI/Microsoft.Extensions.Configuration.dll
Normal file
Binary file not shown.
Binary file not shown.
BIN
Release/CycleAPI/Microsoft.Extensions.DependencyInjection.dll
Normal file
BIN
Release/CycleAPI/Microsoft.Extensions.DependencyInjection.dll
Normal file
Binary file not shown.
BIN
Release/CycleAPI/Microsoft.Extensions.Logging.Abstractions.dll
Normal file
BIN
Release/CycleAPI/Microsoft.Extensions.Logging.Abstractions.dll
Normal file
Binary file not shown.
BIN
Release/CycleAPI/Microsoft.Extensions.Logging.dll
Normal file
BIN
Release/CycleAPI/Microsoft.Extensions.Logging.dll
Normal file
Binary file not shown.
BIN
Release/CycleAPI/Microsoft.Extensions.Options.dll
Normal file
BIN
Release/CycleAPI/Microsoft.Extensions.Options.dll
Normal file
Binary file not shown.
BIN
Release/CycleAPI/Microsoft.Extensions.Primitives.dll
Normal file
BIN
Release/CycleAPI/Microsoft.Extensions.Primitives.dll
Normal file
Binary file not shown.
BIN
Release/CycleAPI/MySqlConnector.dll
Normal file
BIN
Release/CycleAPI/MySqlConnector.dll
Normal file
Binary file not shown.
BIN
Release/CycleAPI/Newtonsoft.Json.dll
Normal file
BIN
Release/CycleAPI/Newtonsoft.Json.dll
Normal file
Binary file not shown.
BIN
Release/CycleAPI/Pomelo.EntityFrameworkCore.MySql.dll
Normal file
BIN
Release/CycleAPI/Pomelo.EntityFrameworkCore.MySql.dll
Normal file
Binary file not shown.
BIN
Release/CycleAPI/Pomelo.JsonObject.dll
Normal file
BIN
Release/CycleAPI/Pomelo.JsonObject.dll
Normal file
Binary file not shown.
BIN
Release/CycleAPI/System.Collections.Immutable.dll
Normal file
BIN
Release/CycleAPI/System.Collections.Immutable.dll
Normal file
Binary file not shown.
BIN
Release/CycleAPI/System.Diagnostics.DiagnosticSource.dll
Normal file
BIN
Release/CycleAPI/System.Diagnostics.DiagnosticSource.dll
Normal file
Binary file not shown.
9
Release/CycleAPI/appsettings.Development.json
Normal file
9
Release/CycleAPI/appsettings.Development.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft": "Warning",
|
||||
"Microsoft.Hosting.Lifetime": "Information"
|
||||
}
|
||||
}
|
||||
}
|
10
Release/CycleAPI/appsettings.json
Normal file
10
Release/CycleAPI/appsettings.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft": "Warning",
|
||||
"Microsoft.Hosting.Lifetime": "Information"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*"
|
||||
}
|
12
Release/CycleAPI/web.config
Normal file
12
Release/CycleAPI/web.config
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<location path="." inheritInChildApplications="false">
|
||||
<system.webServer>
|
||||
<handlers>
|
||||
<add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModuleV2" resourceType="Unspecified" />
|
||||
</handlers>
|
||||
<aspNetCore processPath="dotnet" arguments=".\Diagram-API.dll" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" hostingModel="inprocess" />
|
||||
</system.webServer>
|
||||
</location>
|
||||
</configuration>
|
||||
<!--ProjectGuid: 7159386F-FF50-43BD-B93F-C0441D58C15E-->
|
Reference in New Issue
Block a user