first commit
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
mol
2023-12-08 13:49:50 +08:00
commit 32f4bfe768
260 changed files with 851816 additions and 0 deletions

View File

@ -0,0 +1,20 @@
{
"runtimeOptions": {
"tfm": "net8.0",
"frameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "8.0.0-rc.1.23419.4"
},
{
"name": "Microsoft.AspNetCore.App",
"version": "8.0.0-rc.1.23421.29"
}
],
"configProperties": {
"System.GC.Server": false,
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
}
}
}