commit 2f8022b8ecbf23a93a9e9e5315cb96f41087d79b Author: cuteGirl Date: Sat Jan 13 17:08:26 2024 +0100 Upload files to "/" diff --git a/anexperiment.deps.json b/anexperiment.deps.json new file mode 100644 index 0000000..001b8f4 --- /dev/null +++ b/anexperiment.deps.json @@ -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": "" + } + } +} \ No newline at end of file diff --git a/anexperiment.dll b/anexperiment.dll new file mode 100644 index 0000000..89e6933 Binary files /dev/null and b/anexperiment.dll differ diff --git a/anexperiment.runtimeconfig.json b/anexperiment.runtimeconfig.json new file mode 100644 index 0000000..5e604c7 --- /dev/null +++ b/anexperiment.runtimeconfig.json @@ -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 + } + } +} \ No newline at end of file diff --git a/appsettings.Development.json b/appsettings.Development.json new file mode 100644 index 0000000..ff66ba6 --- /dev/null +++ b/appsettings.Development.json @@ -0,0 +1,8 @@ +{ + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft.AspNetCore": "Warning" + } + } +} diff --git a/appsettings.json b/appsettings.json new file mode 100644 index 0000000..4d56694 --- /dev/null +++ b/appsettings.json @@ -0,0 +1,9 @@ +{ + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft.AspNetCore": "Warning" + } + }, + "AllowedHosts": "*" +}