Upload files to "/"

This commit is contained in:
cuteGirl 2024-01-13 17:08:26 +01:00
commit 2f8022b8ec
5 changed files with 59 additions and 0 deletions

23
anexperiment.deps.json Normal file
View file

@ -0,0 +1,23 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v8.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v8.0": {
"anexperiment/1.0.0": {
"runtime": {
"anexperiment.dll": {}
}
}
}
},
"libraries": {
"anexperiment/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
}
}
}

BIN
anexperiment.dll Normal file

Binary file not shown.

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

View file

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

9
appsettings.json Normal file
View file

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