初始化
This commit is contained in:
23
TestWebAPI/bin/Debug/net8.0/TestWebAPI.deps.json
Normal file
23
TestWebAPI/bin/Debug/net8.0/TestWebAPI.deps.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"runtimeTarget": {
|
||||
"name": ".NETCoreApp,Version=v8.0",
|
||||
"signature": ""
|
||||
},
|
||||
"compilationOptions": {},
|
||||
"targets": {
|
||||
".NETCoreApp,Version=v8.0": {
|
||||
"TestWebAPI/1.0.0": {
|
||||
"runtime": {
|
||||
"TestWebAPI.dll": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"TestWebAPI/1.0.0": {
|
||||
"type": "project",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
BIN
TestWebAPI/bin/Debug/net8.0/TestWebAPI.dll
Normal file
BIN
TestWebAPI/bin/Debug/net8.0/TestWebAPI.dll
Normal file
Binary file not shown.
BIN
TestWebAPI/bin/Debug/net8.0/TestWebAPI.exe
Normal file
BIN
TestWebAPI/bin/Debug/net8.0/TestWebAPI.exe
Normal file
Binary file not shown.
BIN
TestWebAPI/bin/Debug/net8.0/TestWebAPI.pdb
Normal file
BIN
TestWebAPI/bin/Debug/net8.0/TestWebAPI.pdb
Normal file
Binary file not shown.
19
TestWebAPI/bin/Debug/net8.0/TestWebAPI.runtimeconfig.json
Normal file
19
TestWebAPI/bin/Debug/net8.0/TestWebAPI.runtimeconfig.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "net8.0",
|
||||
"frameworks": [
|
||||
{
|
||||
"name": "Microsoft.NETCore.App",
|
||||
"version": "8.0.0"
|
||||
},
|
||||
{
|
||||
"name": "Microsoft.AspNetCore.App",
|
||||
"version": "8.0.0"
|
||||
}
|
||||
],
|
||||
"configProperties": {
|
||||
"System.GC.Server": true,
|
||||
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
|
||||
}
|
||||
}
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
8
TestWebAPI/bin/Debug/net8.0/appsettings.Development.json
Normal file
8
TestWebAPI/bin/Debug/net8.0/appsettings.Development.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
}
|
||||
}
|
||||
9
TestWebAPI/bin/Debug/net8.0/appsettings.json
Normal file
9
TestWebAPI/bin/Debug/net8.0/appsettings.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*"
|
||||
}
|
||||
Reference in New Issue
Block a user