Files
ortools-clone/ortools/dotnet/Google.OrTools/runtime.json.in
Corentin Le Molgat 26316228e7 dotnet: Move runtime.{rid} as a suffix... (#744)
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
2018-10-05 16:47:41 +02:00

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@"
}
}
}
}