Testing
This commit is contained in:
parent
fc9319f7d9
commit
1856e5f1af
202 changed files with 84813 additions and 0 deletions
23
bin/Debug/net9.0/MinApp.deps.json
Normal file
23
bin/Debug/net9.0/MinApp.deps.json
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"runtimeTarget": {
|
||||
"name": ".NETCoreApp,Version=v9.0",
|
||||
"signature": ""
|
||||
},
|
||||
"compilationOptions": {},
|
||||
"targets": {
|
||||
".NETCoreApp,Version=v9.0": {
|
||||
"MinApp/1.0.0": {
|
||||
"runtime": {
|
||||
"MinApp.dll": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"MinApp/1.0.0": {
|
||||
"type": "project",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
BIN
bin/Debug/net9.0/MinApp.dll
Normal file
BIN
bin/Debug/net9.0/MinApp.dll
Normal file
Binary file not shown.
BIN
bin/Debug/net9.0/MinApp.exe
Normal file
BIN
bin/Debug/net9.0/MinApp.exe
Normal file
Binary file not shown.
BIN
bin/Debug/net9.0/MinApp.pdb
Normal file
BIN
bin/Debug/net9.0/MinApp.pdb
Normal file
Binary file not shown.
19
bin/Debug/net9.0/MinApp.runtimeconfig.json
Normal file
19
bin/Debug/net9.0/MinApp.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
|
||||
}
|
||||
}
|
||||
}
|
||||
1
bin/Debug/net9.0/MinApp.staticwebassets.endpoints.json
Normal file
1
bin/Debug/net9.0/MinApp.staticwebassets.endpoints.json
Normal file
File diff suppressed because one or more lines are too long
1
bin/Debug/net9.0/MinApp.staticwebassets.runtime.json
Normal file
1
bin/Debug/net9.0/MinApp.staticwebassets.runtime.json
Normal file
File diff suppressed because one or more lines are too long
9
bin/Debug/net9.0/appsettings.Development.json
Normal file
9
bin/Debug/net9.0/appsettings.Development.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"DetailedErrors": true,
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
}
|
||||
}
|
||||
9
bin/Debug/net9.0/appsettings.json
Normal file
9
bin/Debug/net9.0/appsettings.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue