This commit is contained in:
Janus C. H. Knudsen 2026-01-29 20:47:01 +01:00
parent fc9319f7d9
commit 1856e5f1af
202 changed files with 84813 additions and 0 deletions

View 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

Binary file not shown.

BIN
bin/Debug/net9.0/MinApp.exe Normal file

Binary file not shown.

BIN
bin/Debug/net9.0/MinApp.pdb Normal file

Binary file not shown.

View 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
}
}
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,9 @@
{
"DetailedErrors": true,
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}
}

View file

@ -0,0 +1,9 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}