Merged PR 712288: Move bond to internal only dependency

Move bond to internal only dependency
This commit is contained in:
Michael Pysson 2023-04-11 20:27:20 +00:00
Родитель 4c99e13b11
Коммит de8f48142b
2 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -75,11 +75,6 @@ config({
packages: [ packages: [
{ id: "NLog", version: "4.7.7" }, { 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", version: "4.6" },
{ id: "CLAP-DotNetCore", version: "4.6" }, { id: "CLAP-DotNetCore", version: "4.6" },

Просмотреть файл

@ -16,6 +16,11 @@ export const pkgs = isMicrosoftInternal ? [
// Metrics library used by .net core CaSaaS // Metrics library used by .net core CaSaaS
// Todo: Migrade to OpenTelemetry. See https://eng.ms/docs/products/geneva/collect/instrument/ifx/ifx-retirement // 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"}, {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 // Runtime dependencies used for macOS deployments
{ id: "runtime.osx-x64.BuildXL", version: "3.8.99" }, { id: "runtime.osx-x64.BuildXL", version: "3.8.99" },