Archived
Private
Public Access
1
0

Reworked MloFinder

This commit is contained in:
2022-10-26 21:36:47 +02:00
parent d110af3b43
commit b4e5d26ee1
211 changed files with 10114 additions and 49486 deletions

View File

@@ -2,13 +2,11 @@
"runtimeOptions": {
"tfm": "net5.0",
"framework": {
"name": "Microsoft.AspNetCore.App",
"name": "Microsoft.NETCore.App",
"version": "5.0.0"
},
"configProperties": {
"System.GC.Server": true,
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false
}
}
}