Change runtime.{rid}.Google.OrTools -> Google.OrTools.runtime.{rid}
note: nuget support team didn't want to give us runtime.{rid}.Google* reserved prefix
beside the fact they use this naming convention in the dotnetframework and give it to
"quamotion" company too
20 lines
406 B
JSON
20 lines
406 B
JSON
{
|
|
"runtimes": {
|
|
"linux-x64": {
|
|
"Google.OrTools": {
|
|
"Google.OrTools.runtime.linux-x64": "@PROJECT_VERSION@"
|
|
}
|
|
},
|
|
"osx-x64": {
|
|
"Google.OrTools": {
|
|
"Google.OrTools.runtime.osx-x64": "@PROJECT_VERSION@"
|
|
}
|
|
},
|
|
"win-x64": {
|
|
"Google.OrTools": {
|
|
"Google.OrTools.runtime.win-x64": "@PROJECT_VERSION@"
|
|
}
|
|
}
|
|
}
|
|
}
|