上传协议调试器

This commit is contained in:
bob
2025-08-11 17:38:25 +08:00
parent 9b95f48102
commit 12c328d538
67 changed files with 454 additions and 1 deletions

View File

@@ -0,0 +1,18 @@
{
"runtimeOptions": {
"tfm": "net8.0",
"frameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "8.0.0"
},
{
"name": "Microsoft.WindowsDesktop.App",
"version": "8.0.0"
}
],
"configProperties": {
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": true
}
}
}