diff --git a/config.dsc b/config.dsc index 8c5e9414b..f0f483ac1 100644 --- a/config.dsc +++ b/config.dsc @@ -75,11 +75,6 @@ config({ packages: [ { id: "NLog", version: "4.7.7" }, - // Temporary workaround for Bond issue. Microsoft.Cloud.InstrumentationFramework is using 11.0.0. - // Remove Bond once migration to OpenTelemetry is done. - { id: "Bond.Core.CSharp", version: "11.0.0" }, - { id: "Bond.CSharp", version: "11.0.0" }, - { id: "Bond.Runtime.CSharp", version: "11.0.0" }, { id: "CLAP", version: "4.6" }, { id: "CLAP-DotNetCore", version: "4.6" }, diff --git a/config.microsoftInternal.dsc b/config.microsoftInternal.dsc index a3a116be2..8fbe5bb2e 100644 --- a/config.microsoftInternal.dsc +++ b/config.microsoftInternal.dsc @@ -16,6 +16,11 @@ export const pkgs = isMicrosoftInternal ? [ // Metrics library used by .net core CaSaaS // Todo: Migrade to OpenTelemetry. See https://eng.ms/docs/products/geneva/collect/instrument/ifx/ifx-retirement {id: "Microsoft.Cloud.InstrumentationFramework", version: "3.4.1.1"}, + // Temporary workaround for Bond issue. Microsoft.Cloud.InstrumentationFramework is using 11.0.0. + // Remove Bond once migration to OpenTelemetry is done. + { id: "Bond.Core.CSharp", version: "11.0.0" }, + { id: "Bond.CSharp", version: "11.0.0" }, + { id: "Bond.Runtime.CSharp", version: "11.0.0" }, // Runtime dependencies used for macOS deployments { id: "runtime.osx-x64.BuildXL", version: "3.8.99" },