first commit

This commit is contained in:
2026-07-03 15:30:55 +08:00
commit 279385d8fc
41 changed files with 1191 additions and 0 deletions
+67
View File
@@ -0,0 +1,67 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v8.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v8.0": {
"Mt5Bridge/1.0.0": {
"dependencies": {
"MtApi5": "2.0.0.0",
"MtClient": "1.0.0.0",
"Newtonsoft.Json": "13.0.0.0"
},
"runtime": {
"Mt5Bridge.dll": {}
}
},
"MtApi5/2.0.0.0": {
"runtime": {
"MtApi5.dll": {
"assemblyVersion": "2.0.0.0",
"fileVersion": "2.0.0.0"
}
}
},
"MtClient/1.0.0.0": {
"runtime": {
"MtClient.dll": {
"assemblyVersion": "1.0.0.0",
"fileVersion": "1.0.0.0"
}
}
},
"Newtonsoft.Json/13.0.0.0": {
"runtime": {
"Newtonsoft.Json.dll": {
"assemblyVersion": "13.0.0.0",
"fileVersion": "13.0.3.27908"
}
}
}
}
},
"libraries": {
"Mt5Bridge/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"MtApi5/2.0.0.0": {
"type": "reference",
"serviceable": false,
"sha512": ""
},
"MtClient/1.0.0.0": {
"type": "reference",
"serviceable": false,
"sha512": ""
},
"Newtonsoft.Json/13.0.0.0": {
"type": "reference",
"serviceable": false,
"sha512": ""
}
}
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -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
}
}
}
Binary file not shown.
Binary file not shown.
Binary file not shown.