Fix Optima service architecture for x86 COM
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user