测试
This commit is contained in:
23
TestAPI/bin/Debug/net9.0/TestAPI.deps.json
Normal file
23
TestAPI/bin/Debug/net9.0/TestAPI.deps.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"runtimeTarget": {
|
||||
"name": ".NETCoreApp,Version=v9.0",
|
||||
"signature": ""
|
||||
},
|
||||
"compilationOptions": {},
|
||||
"targets": {
|
||||
".NETCoreApp,Version=v9.0": {
|
||||
"TestAPI/1.0.0": {
|
||||
"runtime": {
|
||||
"TestAPI.dll": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"TestAPI/1.0.0": {
|
||||
"type": "project",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
BIN
TestAPI/bin/Debug/net9.0/TestAPI.dll
Normal file
BIN
TestAPI/bin/Debug/net9.0/TestAPI.dll
Normal file
Binary file not shown.
BIN
TestAPI/bin/Debug/net9.0/TestAPI.exe
Normal file
BIN
TestAPI/bin/Debug/net9.0/TestAPI.exe
Normal file
Binary file not shown.
BIN
TestAPI/bin/Debug/net9.0/TestAPI.pdb
Normal file
BIN
TestAPI/bin/Debug/net9.0/TestAPI.pdb
Normal file
Binary file not shown.
19
TestAPI/bin/Debug/net9.0/TestAPI.runtimeconfig.json
Normal file
19
TestAPI/bin/Debug/net9.0/TestAPI.runtimeconfig.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "net9.0",
|
||||
"frameworks": [
|
||||
{
|
||||
"name": "Microsoft.NETCore.App",
|
||||
"version": "9.0.0"
|
||||
},
|
||||
{
|
||||
"name": "Microsoft.AspNetCore.App",
|
||||
"version": "9.0.0"
|
||||
}
|
||||
],
|
||||
"configProperties": {
|
||||
"System.GC.Server": true,
|
||||
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
{"Version":1,"ManifestType":"Build","Endpoints":[]}
|
||||
8
TestAPI/bin/Debug/net9.0/appsettings.Development.json
Normal file
8
TestAPI/bin/Debug/net9.0/appsettings.Development.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
}
|
||||
}
|
||||
9
TestAPI/bin/Debug/net9.0/appsettings.json
Normal file
9
TestAPI/bin/Debug/net9.0/appsettings.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*"
|
||||
}
|
||||
Reference in New Issue
Block a user