Fix Optima service architecture for x86 COM

This commit is contained in:
2026-09-08 12:35:50 +00:00
parent 6c4e50f7a6
commit cd02e6af5f
123 changed files with 32 additions and 21 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -1,24 +1,24 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v8.0/win-x64",
"name": ".NETCoreApp,Version=v8.0/win-x86",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v8.0": {},
".NETCoreApp,Version=v8.0/win-x64": {
".NETCoreApp,Version=v8.0/win-x86": {
"SmartB2B.Optima.Service/1.0.0": {
"dependencies": {
"SmartB2B.Optima.Adapter": "1.0.0",
"SmartB2B.Sync.Contracts": "1.0.0",
"SmartB2B.Sync.Service": "1.0.0",
"runtimepack.Microsoft.NETCore.App.Runtime.win-x64": "8.0.24"
"runtimepack.Microsoft.NETCore.App.Runtime.win-x86": "8.0.24"
},
"runtime": {
"SmartB2B.Optima.Service.dll": {}
}
},
"runtimepack.Microsoft.NETCore.App.Runtime.win-x64/8.0.24": {
"runtimepack.Microsoft.NETCore.App.Runtime.win-x86/8.0.24": {
"runtime": {
"Microsoft.CSharp.dll": {
"assemblyVersion": "8.0.0.0",
@@ -694,7 +694,7 @@
}
},
"native": {
"Microsoft.DiaSymReader.Native.amd64.dll": {
"Microsoft.DiaSymReader.Native.x86.dll": {
"fileVersion": "14.42.34436.0"
},
"System.IO.Compression.Native.dll": {
@@ -724,7 +724,7 @@
"mscordaccore.dll": {
"fileVersion": "8.0.2426.7010"
},
"mscordaccore_amd64_amd64_8.0.2426.7010.dll": {
"mscordaccore_x86_x86_8.0.2426.7010.dll": {
"fileVersion": "8.0.2426.7010"
},
"mscordbi.dll": {
@@ -861,7 +861,7 @@
},
"Microsoft.Data.SqlClient.SNI.runtime/5.2.0": {
"native": {
"runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": {
"runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll": {
"fileVersion": "5.2.0.0"
}
}
@@ -1481,7 +1481,7 @@
"serviceable": false,
"sha512": ""
},
"runtimepack.Microsoft.NETCore.App.Runtime.win-x64/8.0.24": {
"runtimepack.Microsoft.NETCore.App.Runtime.win-x86/8.0.24": {
"type": "runtimepack",
"serviceable": false,
"sha512": ""
@@ -2091,7 +2091,7 @@
}
},
"runtimes": {
"win-x64": [
"win-x86": [
"win",
"any",
"base"

View File

@@ -8,7 +8,6 @@
}
],
"configProperties": {
"Sentry.Native.IsEnabled": true,
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More