Skip to content

chore(deps): update aspire monorepo to 13.4.0#41

Open
renovate[bot] wants to merge 2 commits into
developfrom
renovate/aspire-monorepo
Open

chore(deps): update aspire monorepo to 13.4.0#41
renovate[bot] wants to merge 2 commits into
developfrom
renovate/aspire-monorepo

Conversation

@renovate

@renovate renovate Bot commented Nov 2, 2025

Copy link
Copy Markdown

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Aspire.AppHost.Sdk 13.0.013.4.0 age adoption passing confidence
Aspire.Hosting.Azure.CognitiveServices 13.0.113.4.0 age adoption passing confidence
Aspire.Hosting.PostgreSQL 13.0.113.4.0 age adoption passing confidence
Aspire.Hosting.RabbitMQ 13.0.113.4.0 age adoption passing confidence
Aspire.Hosting.Redis 13.0.113.4.0 age adoption passing confidence
Aspire.Hosting.Yarp 13.0.113.4.0 age adoption passing confidence
Aspire.Npgsql 13.0.113.4.0 age adoption passing confidence
Aspire.Npgsql.EntityFrameworkCore.PostgreSQL 13.0.113.4.0 age adoption passing confidence
Aspire.RabbitMQ.Client 13.0.113.4.0 age adoption passing confidence
Aspire.StackExchange.Redis 13.0.113.4.0 age adoption passing confidence

Release Notes

microsoft/aspire (Aspire.AppHost.Sdk)

v13.4.0: Aspire 13.4.0

Aspire 13.4.0

Aspire 13.4 brings major improvements to Foundry hosted agents, the Aspire skills system, CLI reliability, and TypeScript AppHost stability — with cross-compute-environment deployment now working end-to-end and TypeScript AppHost support — Aspire's polyglot story — reaching general availability (GA).

Highlights
  • 🎉 TypeScript AppHost is now GA — First introduced as a preview in an earlier version of Aspire, the TypeScript AppHost — Aspire's polyglot story — has reached the quality bar for general availability and is now officially supported for production use alongside C#. As part of GA, the experimental markers on the Azure TypeScript AppHost (ATS) APIs have been removed and the ATS surface area is stable for 13.4.
  • 🤖 Foundry hosted agents — Protocol selection (responses / invocations) is now configurable from both C# and TypeScript AppHosts. Cross-compute-environment deployments (e.g., a Foundry hosted agent + an AKS consumer) now wire up correctly: endpoint resolution and the required Azure AI User RBAC role assignment on the Foundry account are generated automatically — no manual az role assignment create steps needed.
  • 🛠️ Aspire skills catalog from bundleaspire agent init now drives its installable skill catalog from the bundle manifest, surfacing all six bundled skills (previously only three were visible). An embedded snapshot means the full catalog is available even in airgapped / disconnected environments.
  • 🔧 CLI reliability — Multiple CLI fixes: implicit-channel discovery restored, aspire stop no longer falsely reports failure on Unix, aspire ps no longer includes raw resource data (use aspire describe for detailed state), aspire new prefers the current CLI template version, friendly error for aspire do --list-steps without a step argument, and improved --search option description with documentation link.
  • ⌨️ TypeScript AppHost — Fixed a deadlock that occurred when lazy options callbacks invoked async methods; dev-localhost resource service URLs are now accepted for local development without extra configuration.
  • 📊 Dashboard — Summary log formatting improved for readability, dotnet watch dashboard auto-launch signal restored, and dynamic-port handling fixed for DistributedApplicationTestingBuilder.
  • ☸️ Kubernetes — The Helm CLI minimum version (≥ 4.2.0) is now validated before a Kubernetes deploy, giving a clear error instead of a cryptic failure.
  • ⚠️ Aspire.Hosting.Blazor ships as preview in 13.4 — A packaging issue with the Blazor gateway scripts means the package is intentionally marked preview for this release. Full stable support is targeted for 13.5.
⚠️ Notable changes
  • aspire ps no longer includes raw resource data in its output. Use aspire describe <resource> to inspect detailed resource state.
  • Foundry hosted agent builder API shape updated — see #​17545 and #​17669 for the updated C# and TypeScript signatures.
  • Aspire.Hosting.Blazor is preview-versioned in 13.4 (SuppressFinalPackageVersion=true). A fix for the addBlazorGateway gateway script resolution error in TypeScript AppHosts is tracked in #​17685.
📖 Learn more

For the full details on everything in this release, check out the What's new in Aspire 13.4 documentation.

Thank you to all the community contributors who helped make Aspire 13.4 possible! 💜


Full Changelog: microsoft/aspire@v13.3.5...v13.4.0

Full commit: becb48e2d61099e35ae336d527d3875e928d6594

Generated by Generate release notes for a new stable Aspire release · ● 6.5M

v13.3.5: Aspire 13.3.5

What's New in Aspire 13.3.5

Patch release for Aspire 13.3 with fixes for the Azure provisioning location prompt and an Aspire CLI named-pipe timeout on Linux with .NET SDK 10.0.300.

🐛 Fixes
  • 📍 Azure provisioning location prompt not populated — Selecting an existing resource group during aspire publish now correctly populates dependent server-controlled fields (such as Location). Previously, server-provided values for disabled inputs were discarded, leaving those fields blank. (#​17278, backported via #​17291)
  • 🔧 Aspire CLI named-pipe timeout on Linux with .NET SDK 10.0.300 — The Aspire CLI was forcing DOTNET_CLI_USE_MSBUILD_SERVER=1 for all dotnet run/dotnet build invocations. On Linux with SDK 10.0.300 this caused a named-pipe timeout that prevented aspire run from building the AppHost. The forced override has been removed so the SDK chooses MSBuild server behavior. Fixes #​16849. (#​17313, backported via #​17314)
🏷️ Housekeeping
  • ⬆️ Skipped log publish for WinGet/Homebrew installer pipeline jobs to fix Prepare Installers stage failures (#​17134)
  • 🚀 Bumped branding to 13.3.5 (#​17315)

Full Changelog: microsoft/aspire@v13.3.4...v13.3.5

Full commit: 70b33bcb5f64c75e3ab6f57616545f35bd43dc81

Generated by Generate release notes for a new stable Aspire release · ● 4.3M

v13.3.4: Aspire 13.3.4

What's New in Aspire 13.3.4

Patch release for Aspire 13.3 with a fix for the Aspire skill description exceeding agent host limits.

🐛 Fixes
  • 📝 Aspire skill description too long for agent hosts — The SKILL.md generated by aspire agent init included a frontmatter description that exceeded the 1024-character limit enforced by agent hosts such as Codex and Copilot CLI, causing the Aspire skill to fail to load. The bundled skill description has been shortened to stay within the limit. (#​17183, backported via #​17188)
🏷️ Housekeeping

Full commit: 75080796af797483231a9da2d1642b5130617565

Generated by Generate release notes for a new stable Aspire release · ● 3.6M

v13.3.3: Aspire 13.3.3

What's New in Aspire 13.3.3

Patch release for Aspire 13.3 with fixes for debug log level leaking into user resources, Keycloak HTTPS endpoint token invalidation, and endpoint materialization in HostResourceWithEndpoints.

🐛 Fixes
  • 🔇 Debug log level leaking into user resourcesLogging__LogLevel__Default=Debug set by the app host was being inherited by all user resources, silently changing their logging verbosity. The app host now uses ASPIRE_APPHOST_LOGLEVEL instead, which is scoped to Aspire processes only. (#​17071, backported via #​17078)
  • 🔑 Keycloak HTTPS primary endpoint — Fixed a regression where Keycloak tokens became invalid after an app host restart because the HTTPS endpoint port was dynamic. When developer certificates are enabled, Keycloak's primary endpoint is now upgraded to HTTPS directly, and the endpoint name is set to http to enable standard http+https:// service discovery URLs. (#​17058, backported via #​17063)
  • 🔌 Endpoint materialization in HostResourceWithEndpoints — Endpoints configured via HostResourceWithEndpoints are now correctly materialized, ensuring endpoint resolution and service discovery work as expected. (#​17091, backported via #​17092)
🏷️ Housekeeping
  • ⬆️ Bumped DCP (Microsoft.DeveloperControlPlane) from 0.23.5 → 0.23.6 — includes fixes for Kubernetes OpenAPI generator types that caused [SHOULD NOT HAPPEN] failed to update managedFields errors. (#​17070)
  • 🚀 Bumped branding to 13.3.3 (#​17088)

Full commit: a4615e7c6def6cba4703cdbd84009cd3da9a261b

v13.3.2: Aspire 13.3.2

What's New in Aspire 13.3.2

Patch release for Aspire 13.3 with a fix for container tunnel startup when tunnel-dependent containers use WaitFor().

🐛 Fixes
  • 🚇 Fix WaitFor() for tunnel-dependent containers — The container tunnel implementation that shipped in Aspire 13.3 deadlocked at startup when tunnel-using containers waited on other resources, because resource waits blocked ResourceStarting before the tunnel initialization could complete. Container and tunnel startup have been refactored to cooperate correctly, and additional tunnel-dependent containers can now be started at any point during the application lifecycle. Also improves error reporting for container tunnel failures. (#​16988, backported via #​16993)
🏷️ Housekeeping

v13.3.1: Aspire 13.3.1

Aspire 13.3.1
What's New in Aspire 13.3.1

Patch release for Aspire 13.3 with a regression fix for aspire run and a DCP bump.

🐛 Fixes
  • 🏃 aspire run compute environment validation — Skip compute environment validation in run mode so customers no longer hit Resource '<name>' is configured to publish as an Azure Container App, but there are no 'AzureContainerAppEnvironmentResource' resources. Ensure you have added one by calling 'AddAzureContainerAppEnvironment'. errors during local runs. The check is now only performed in publish mode, matching pre-13.3 behavior. (#​16945, backported via #​16952)
🏷️ Housekeeping
  • ⬆️ Bumped DCP (Microsoft.DeveloperControlPlane) from 0.23.4 → 0.23.5 (#​16944)
  • 🌐 Updated localization resources (#​16602)
  • 🚀 Bumped branding to 13.3.1 (#​16951)

v13.3.0: Aspire 13.3.0

Aspire 13.3.0

Aspire 13.3 is here! 🚀 This release is packed with new ways to deploy, debug, and build distributed apps — including aspire destroy, browser telemetry in the dashboard, Kubernetes deployment, first-class JavaScript publishing, and major TypeScript AppHost parity
improvements.

Highlights
  • 🧹 Clean teardown — New aspire destroy tears down Azure, Kubernetes, and Docker Compose deployments, and pipeline summaries make deploy/publish/destroy runs easier to follow.
  • 🔍 Frontend telemetryAspire.Hosting.Browsers captures browser console logs, network requests, and screenshots right in the Aspire dashboard.
  • ☸️ Kubernetes deploy previewaspire deploy can now generate Helm-based Kubernetes deployments, with first-class Ingress and Gateway API routing.
  • 🟨 JavaScript publishing — New PublishAs* methods support static sites, Node servers, npm-script apps, Next.js, Vite, Bun, Yarn, and pnpm.
  • 🌐 TypeScript AppHost parity — Unified withEnvironment, Docker Compose hooks, endpoint expressions, Azure Container Apps domains, and more close the gap with C# AppHosts.
  • 🛠️ CLI upgrades — Run the standalone dashboard with aspire dashboard run, install the CLI as a NativeAOT dotnet tool, and search API docs from the terminal.
  • ☁️ Azure goodness — New Azure Front Door, Network Security Perimeter, AKS, private endpoint, and Foundry Prompt Agent support.
  • 🐳 Better containers — The Aspire container tunnel is now enabled by default for consistent host connectivity across Docker Desktop, Docker Engine, and Podman.
⚠️ Breaking changes

Notable breaking changes include --log-level becoming --pipeline-log-level, the dashboard MCP server being replaced by aspire agent init, dotnet new aspire-py-starter moving to aspire new aspire-py-starter, and several API shape updates across AKS,
Foundry, JavaScript diagnostics, and TypeScript AppHost helpers.

See the full list in the Aspire 13.3 breaking changes.

📖 Learn more

For the full details, examples, migration guidance, and everything new in this release, check out What's new in Aspire 13.3.

Thank you to all the community contributors who helped make Aspire 13.3 possible! 💜

v13.2.4: Aspire 13.2.4

Aspire 13.2.4

What's New in Aspire 13.2.4

Patch release addressing a security advisory in OpenTelemetry dependencies.

🐛 Fixes
🏷️ Housekeeping

v13.2.3: Aspire 13.2.3

What's New in Aspire 13.2.3

Patch release focused on CLI packaging, signing, and reliability fixes.

🐛 Fixes
  • 🛑 aspire stop now properly cleans up application containers on Windows (#​16123)
  • 🔐 Fixed macOS signing, permissions, and certificate trust with improved CI verification (#​16053)
  • ✍️ Fixed signing for the aspire-managed bundle payload (#​16211)
  • 🎭 Fixed Playwright CLI provenance verification for the new tag format (#​16134)
  • 🧭 Updated service discovery environment variables (#​16223)
🔧 Improvements
  • 📊 Removed telemetry API data limits and refactored URL builders (#​16023)
  • ⏱️ Increased native build + sign timeout to 60 minutes for reliability (#​16212)
🏷️ Housekeeping
  • 🔖 Bumped branding to 13.2.3 (#​16181)
  • 🧪 Temporarily disabled Verify CLI archive step on Windows while investigating (#​16276, #​16285)

v13.2.2: Aspire 13.2.2

This is a servicing release focused on bug fixes and platform improvements.

🐛 Bug Fixes

  • Fix SqlClient runtime asset layout on Unix — Resolved an issue where Microsoft.Data.SqlClient failed to load correctly on macOS and Linux due to incorrect NuGet asset layout (#​15709)
  • Fix IDE execution regressions for Azure Functions and class library projects — Backported fixes for
    13.2 regressions impacting IDE-based execution (#​15714)
  • Fix NpmRunner multi-version output parsing — npm view returning multiple versions no longer breaks version resolution; also bumps @​playwright/cli to >=0.1.3 (#​15746)
  • Skip name validation for internal resources — ProjectRebuilderResource, installer, and venv creator resources no longer fail the 64-char name limit since they're never deployed (#​15726, fixes #​15693)

🔒 Security & Certificates

  • Use ASP.NET Core dev cert for DCP — Avoids ephemeral certificate trust issues by using the standard ASP.NET Core developer certificate (#​15718)
  • Cache PFX dev certs on Windows and Linux — Prevents binary-level changes between runs for persistent container scenarios (#​15774)

🏗️ Infrastructure & Platform

  • ARM64 CLI support — Added win-arm64 and linux-arm64 to the native CLI archive build matrix (#​15599)
  • Update DCP to
    0.22.11 (#​15713)

💻 CLI Improvements

  • Show anonymous dashboard URLs in aspire ps — The dashboard URL is now displayed even when running without authentication (#​15731

v13.2.1: Aspire 13.2.1

🐛 Bug Fixes

  • 🖥️ CLI bundles for ARM & musl — win-arm64, linux-arm64, and linux-musl-x64 bundles now correctly include DCP instead of silently producing broken installs (#​15529)
  • ⚡ aspire new in VS Code — Fixed a race where the workspace switch severed the CLI terminal before the agent init prompt could complete (#​15553)
  • 🔗 Dashboard resource URLs — The describe command no longer produces broken dashboard links with a stray /login?t=... in the path (#​15495)
  • 🌍 Guest AppHost env vars — Launch profile environment variables are now correctly forwarded to guest AppHosts (#​15637)
  • 📦 Legacy settings migration — .aspire/settings.json → aspire.config.json migration was silently skipped in some scenarios; now works reliably (#​15526)
  • 🔧 TypeScript AppHost restore — Fixed config resolution during TS AppHost restore (#​15625)
  • 🎭 Playwright CLI on Windows — aspire agent init now correctly installs playwright-cli on Windows (#​15559)
  • 📌 Emulator stability — Pinned Kusto emulator image and improved Cosmos DB emulator reliability (#​15504)

✨ Improvements

  • 🏗️ Brownfield TypeScript aspire init — Running aspire init in existing JS/TS projects now smartly merges package.json — scripts, dependencies, and engines — with semver-aware conflict handling (#​15123)
  • 🎯 Endpoint filtering — New ExcludeReferenceEndpoint property lets you filter specific endpoints from WithReference (#​15586)
  • 🌐 More polyglot ATS APIs — Exported additional hosting APIs for TypeScript and Go AppHost authoring (#​15557)
  • 🔍 Short trace ID support — The dashboard now resolves short trace IDs in addition to full-length ones (#​15613)
  • ⚠️ Aspire.Hosting.NodeJs deprecated — Use Aspire.Hosting.JavaScript instead; the old package no longer appears in aspire add (#​15686)

v13.2.0: Aspire 13.2.0

Aspire 13.2

Aspire 13.2 brings major CLI enhancements, a new TypeScript AppHost (preview), dashboard data export/import, Microsoft Foundry integration, and multi-language improvements — all focused on making local development more streamlined for developers and AI coding agents
alike.

Highlights

  • 🛠️ CLI overhaul — New commands including aspire start/stop/ps for detached mode, aspire describe for resource monitoring, aspire doctor for environment diagnostics, aspire secret for managing user secrets, aspire docs for browsing documentation from the terminal,
    and aspire agent (renamed from aspire mcp) for AI agent integration.
  • 🌐 TypeScript AppHost (preview) — Write your apphost in TypeScript with createBuilder(), using the same app model concepts as C#. Full VS Code extension support included.
  • 🧩 VS Code extension — Dedicated Aspire Activity Bar panel with live resource state, inline CodeLens with health status and actions, gutter decorations, and a new Getting Started walkthrough.
  • 📊 Dashboard improvements — Bulk telemetry export/import, export environment variables as .env files, a new telemetry HTTP API, set parameters directly from the dashboard, and improved resource graph layout.
  • 🤖 Microsoft Foundry — Replaces Azure AI Foundry integration with broader Aspire.Hosting.Foundry support including hosted agents and model deployments.
  • 🔒 Azure Virtual Network & Private Endpoints — New Aspire.Hosting.Azure.Network integration for defining VNets, subnets, NAT gateways, NSGs, and private endpoints directly in your apphost.
  • 🐳 Docker Compose publishing — Generate docker-compose.yaml from your app model with AddDockerComposeEnvironment.
  • 📦 New integrations — Azure Data Lake Storage, MongoDB EF Core (Aspire.MongoDB.EntityFrameworkCore), Bun support for JS resources, and Certbot for automated SSL certificates.
  • ⚡ App model — WithMcpServer for declaring MCP endpoints, rebuild command for project resources, contextual endpoint resolution, and improved secret/certificate handling.

⚠️ Breaking changes

Notable breaking changes include service discovery env vars now using endpoint scheme instead of name, aspire.config.json replacing split config files, AIFoundry → Foundry rename, WithSecretBuildArg → WithBuildSecret, and updated default Azure credential behavior.
See the full list of breaking changes.

📖 Learn more

For the full details on everything in this release, check out the What's new in Aspire 13.2 documentation.

Thank you to all the community contributors who helped make this release happen! 💜

v13.1.3: Aspire 13.1.3

What's Changed

Full Changelog: microsoft/aspire@v13.1.2...v13.1.3

v13.1.2: Aspire 13.1.2

What's Changed

Full Changelog: microsoft/aspire@v13.1.1...v13.1.2

v13.1.1: Aspire 13.1.1

What's Changed

Full Changelog: microsoft/aspire@v13.1.0...v13.1.1

v13.1.0: Aspire 13.1.0 Release

We are excited to share that our 13.1.0 release of Aspire has shipped! All of the packages are available in NuGet.org now. Head over to https://aspire.dev/whats-new/aspire-13-1/ to find what's new in 13.1.0!

What's Changed

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone Europe/Madrid)

  • Branch creation
    • Between 12:00 AM and 03:59 AM (* 0-3 * * *)
  • Automerge
    • Between 12:00 AM and 03:59 AM (* 0-3 * * *)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the renovate label Nov 2, 2025
@renovate

renovate Bot commented Nov 2, 2025

Copy link
Copy Markdown
Author

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: src/Basket.API/packages.lock.json, src/eShop.AppHost/packages.lock.json, tests/Basket.UnitTests/packages.lock.json, src/Catalog.API/packages.lock.json, tests/Catalog.FunctionalTests/packages.lock.json, src/ClientApp/packages.lock.json, tests/ClientApp.UnitTests/packages.lock.json, src/EventBus/packages.lock.json, src/EventBusRabbitMQ/packages.lock.json, src/OrderProcessor/packages.lock.json, src/Ordering.API/packages.lock.json, tests/Ordering.FunctionalTests/packages.lock.json, tests/Ordering.UnitTests/packages.lock.json, src/PaymentProcessor/packages.lock.json, src/WebApp/packages.lock.json, src/Webhooks.API/packages.lock.json, src/IntegrationEventLogEF/packages.lock.json, src/Ordering.Infrastructure/packages.lock.json, src/HybridApp/packages.lock.json, src/Identity.API/packages.lock.json, src/Ordering.Domain/packages.lock.json, src/WebAppComponents/packages.lock.json, src/WebhookClient/packages.lock.json, src/eShop.ServiceDefaults/packages.lock.json
  Determining projects to restore...
  Restored /tmp/renovate/repos/github/Pinguteca/eShop/src/eShop.ServiceDefaults/eShop.ServiceDefaults.csproj (in 4.04 sec).
/tmp/renovate/repos/github/Pinguteca/eShop/src/eShop.AppHost/eShop.AppHost.csproj : error NU1109: Detected package downgrade: Grpc.AspNetCore from 2.80.0 to centrally defined 2.71.0. Update the centrally managed package version to a higher version. 
/tmp/renovate/repos/github/Pinguteca/eShop/src/eShop.AppHost/eShop.AppHost.csproj : error NU1109:  eShop.AppHost -> Aspire.Hosting.RabbitMQ 13.4.0 -> Grpc.AspNetCore (>= 2.80.0) 
/tmp/renovate/repos/github/Pinguteca/eShop/src/eShop.AppHost/eShop.AppHost.csproj : error NU1109:  eShop.AppHost -> Grpc.AspNetCore (>= 2.71.0)
/tmp/renovate/repos/github/Pinguteca/eShop/src/eShop.AppHost/eShop.AppHost.csproj : error NU1109: Detected package downgrade: Grpc.Net.ClientFactory from 2.80.0 to centrally defined 2.71.0. Update the centrally managed package version to a higher version. 
/tmp/renovate/repos/github/Pinguteca/eShop/src/eShop.AppHost/eShop.AppHost.csproj : error NU1109:  eShop.AppHost -> Aspire.Hosting.RabbitMQ 13.4.0 -> Grpc.Net.ClientFactory (>= 2.80.0) 
/tmp/renovate/repos/github/Pinguteca/eShop/src/eShop.AppHost/eShop.AppHost.csproj : error NU1109:  eShop.AppHost -> Grpc.Net.ClientFactory (>= 2.71.0)
/tmp/renovate/repos/github/Pinguteca/eShop/src/eShop.AppHost/eShop.AppHost.csproj : error NU1109: Detected package downgrade: Grpc.Tools from 2.80.0 to centrally defined 2.72.0. Update the centrally managed package version to a higher version. 
/tmp/renovate/repos/github/Pinguteca/eShop/src/eShop.AppHost/eShop.AppHost.csproj : error NU1109:  eShop.AppHost -> Aspire.Hosting.RabbitMQ 13.4.0 -> Grpc.Tools (>= 2.80.0) 
/tmp/renovate/repos/github/Pinguteca/eShop/src/eShop.AppHost/eShop.AppHost.csproj : error NU1109:  eShop.AppHost -> Grpc.Tools (>= 2.72.0)
/tmp/renovate/repos/github/Pinguteca/eShop/src/eShop.AppHost/eShop.AppHost.csproj : error NU1109: Detected package downgrade: OpenTelemetry.Exporter.OpenTelemetryProtocol from 1.15.3 to centrally defined 1.12.0. Update the centrally managed package version to a higher version. 
/tmp/renovate/repos/github/Pinguteca/eShop/src/eShop.AppHost/eShop.AppHost.csproj : error NU1109:  eShop.AppHost -> Aspire.Hosting.RabbitMQ 13.4.0 -> OpenTelemetry.Exporter.OpenTelemetryProtocol (>= 1.15.3) 
/tmp/renovate/repos/github/Pinguteca/eShop/src/eShop.AppHost/eShop.AppHost.csproj : error NU1109:  eShop.AppHost -> OpenTelemetry.Exporter.OpenTelemetryProtocol (>= 1.12.0)
/tmp/renovate/repos/github/Pinguteca/eShop/src/eShop.AppHost/eShop.AppHost.csproj : error NU1109: Detected package downgrade: OpenTelemetry.Extensions.Hosting from 1.15.3 to centrally defined 1.12.0. Update the centrally managed package version to a higher version. 
/tmp/renovate/repos/github/Pinguteca/eShop/src/eShop.AppHost/eShop.AppHost.csproj : error NU1109:  eShop.AppHost -> Aspire.Hosting.RabbitMQ 13.4.0 -> OpenTelemetry.Extensions.Hosting (>= 1.15.3) 
/tmp/renovate/repos/github/Pinguteca/eShop/src/eShop.AppHost/eShop.AppHost.csproj : error NU1109:  eShop.AppHost -> OpenTelemetry.Extensions.Hosting (>= 1.12.0)
  Failed to restore /tmp/renovate/repos/github/Pinguteca/eShop/src/eShop.AppHost/eShop.AppHost.csproj (in 15.19 sec).
/tmp/renovate/repos/github/Pinguteca/eShop/src/Webhooks.API/Webhooks.API.csproj : error NU1109: Detected package downgrade: OpenTelemetry.Extensions.Hosting from 1.15.3 to centrally defined 1.12.0. Update the centrally managed package version to a higher version.  [/tmp/renovate/repos/github/Pinguteca/eShop/src/eShop.AppHost/eShop.AppHost.csproj]
/tmp/renovate/repos/github/Pinguteca/eShop/src/Webhooks.API/Webhooks.API.csproj : error NU1109:  Webhooks.API -> Aspire.Npgsql.EntityFrameworkCore.PostgreSQL 13.4.0 -> OpenTelemetry.Extensions.Hosting (>= 1.15.3)  [/tmp/renovate/repos/github/Pinguteca/eShop/src/eShop.AppHost/eShop.AppHost.csproj]
/tmp/renovate/repos/github/Pinguteca/eShop/src/Webhooks.API/Webhooks.API.csproj : error NU1109:  Webhooks.API -> OpenTelemetry.Extensions.Hosting (>= 1.12.0) [/tmp/renovate/repos/github/Pinguteca/eShop/src/eShop.AppHost/eShop.AppHost.csproj]
  Failed to restore /tmp/renovate/repos/github/Pinguteca/eShop/src/Webhooks.API/Webhooks.API.csproj (in 5.03 sec).
  Restored /tmp/renovate/repos/github/Pinguteca/eShop/src/WebhookClient/WebhookClient.csproj (in 245 ms).
  Restored /tmp/renovate/repos/github/Pinguteca/eShop/src/WebAppComponents/WebAppComponents.csproj (in 644 ms).
/tmp/renovate/repos/github/Pinguteca/eShop/src/WebApp/WebApp.csproj : error NU1109: Detected package downgrade: OpenTelemetry.Extensions.Hosting from 1.15.3 to centrally defined 1.12.0. Update the centrally managed package version to a higher version.  [/tmp/renovate/repos/github/Pinguteca/eShop/src/eShop.AppHost/eShop.AppHost.csproj]
/tmp/renovate/repos/github/Pinguteca/eShop/src/WebApp/WebApp.csproj : error NU1109:  WebApp -> Aspire.RabbitMQ.Client 13.4.0 -> OpenTelemetry.Extensions.Hosting (>= 1.15.3)  [/tmp/renovate/repos/github/Pinguteca/eShop/src/eShop.AppHost/eShop.AppHost.csproj]
/tmp/renovate/repos/github/Pinguteca/eShop/src/WebApp/WebApp.csproj : error NU1109:  WebApp -> OpenTelemetry.Extensions.Hosting (>= 1.12.0) [/tmp/renovate/repos/github/Pinguteca/eShop/src/eShop.AppHost/eShop.AppHost.csproj]
  Failed to restore /tmp/renovate/repos/github/Pinguteca/eShop/src/WebApp/WebApp.csproj (in 2.03 sec).
/tmp/renovate/repos/github/Pinguteca/eShop/src/PaymentProcessor/PaymentProcessor.csproj : error NU1109: Detected package downgrade: OpenTelemetry.Extensions.Hosting from 1.15.3 to centrally defined 1.12.0. Update the centrally managed package version to a higher version.  [/tmp/renovate/repos/github/Pinguteca/eShop/src/eShop.AppHost/eShop.AppHost.csproj]
/tmp/renovate/repos/github/Pinguteca/eShop/src/PaymentProcessor/PaymentProcessor.csproj : error NU1109:  PaymentProcessor -> Aspire.RabbitMQ.Client 13.4.0 -> OpenTelemetry.Extensions.Hosting (>= 1.15.3)  [/tmp/renovate/repos/github/Pinguteca/eShop/src/eShop.AppHost/eShop.AppHost.csproj]
/tmp/renovate/repos/github/Pinguteca/eShop/src/PaymentProcessor/PaymentProcessor.csproj : error NU1109:  PaymentProcessor -> OpenTelemetry.Extensions.Hosting (>= 1.12.0) [/tmp/renovate/repos/github/Pinguteca/eShop/src/eShop.AppHost/eShop.AppHost.csproj]
  Failed to restore /tmp/renovate/repos/github/Pinguteca/eShop/src/PaymentProcessor/PaymentProcessor.csproj (in 11 ms).
  Restored /tmp/renovate/repos/github/Pinguteca/eShop/src/Ordering.Infrastructure/Ordering.Infrastructure.csproj (in 544 ms).
  Restored /tmp/renovate/repos/github/Pinguteca/eShop/src/Ordering.Domain/Ordering.Domain.csproj (in 76 ms).
/tmp/renovate/repos/github/Pinguteca/eShop/src/Ordering.API/Ordering.API.csproj : error NU1109: Detected package downgrade: OpenTelemetry.Extensions.Hosting from 1.15.3 to centrally defined 1.12.0. Update the centrally managed package version to a higher version.  [/tmp/renovate/repos/github/Pinguteca/eShop/src/eShop.AppHost/eShop.AppHost.csproj]
/tmp/renovate/repos/github/Pinguteca/eShop/src/Ordering.API/Ordering.API.csproj : error NU1109:  Ordering.API -> Aspire.Npgsql.EntityFrameworkCore.PostgreSQL 13.4.0 -> OpenTelemetry.Extensions.Hosting (>= 1.15.3)  [/tmp/renovate/repos/github/Pinguteca/eShop/src/eShop.AppHost/eShop.AppHost.csproj]
/tmp/renovate/repos/github/Pinguteca/eShop/src/Ordering.API/Ordering.API.csproj : error NU1109:  Ordering.API -> OpenTelemetry.Extensions.Hosting (>= 1.12.0) [/tmp/renovate/repos/github/Pinguteca/eShop/src/eShop.AppHost/eShop.AppHost.csproj]
  Failed to restore /tmp/renovate/repos/github/Pinguteca/eShop/src/Ordering.API/Ordering.API.csproj (in 151 ms).
/tmp/renovate/repos/github/Pinguteca/eShop/src/OrderProcessor/OrderProcessor.csproj : error NU1109: Detected package downgrade: OpenTelemetry.Extensions.Hosting from 1.15.3 to centrally defined 1.12.0. Update the centrally managed package version to a higher version.  [/tmp/renovate/repos/github/Pinguteca/eShop/src/eShop.AppHost/eShop.AppHost.csproj]
/tmp/renovate/repos/github/Pinguteca/eShop/src/OrderProcessor/OrderProcessor.csproj : error NU1109:  OrderProcessor -> Aspire.Npgsql 13.4.0 -> OpenTelemetry.Extensions.Hosting (>= 1.15.3)  [/tmp/renovate/repos/github/Pinguteca/eShop/src/eShop.AppHost/eShop.AppHost.csproj]
/tmp/renovate/repos/github/Pinguteca/eShop/src/OrderProcessor/OrderProcessor.csproj : error NU1109:  OrderProcessor -> OpenTelemetry.Extensions.Hosting (>= 1.12.0) [/tmp/renovate/repos/github/Pinguteca/eShop/src/eShop.AppHost/eShop.AppHost.csproj]
/tmp/renovate/repos/github/Pinguteca/eShop/src/OrderProcessor/OrderProcessor.csproj : error NU1109: Detected package downgrade: Microsoft.Extensions.Configuration.Abstractions from 10.0.8 to centrally defined 10.0.0. Update the centrally managed package version to a higher version.  [/tmp/renovate/repos/github/Pinguteca/eShop/src/eShop.AppHost/eShop.AppHost.csproj]
/tmp/renovate/repos/github/Pinguteca/eShop/src/OrderProcessor/OrderProcessor.csproj : error NU1109:  OrderProcessor -> Aspire.Npgsql 13.4.0 -> Microsoft.Extensions.Configuration.Abstractions (>= 10.0.8)  [/tmp/renovate/repos/github/Pinguteca/eShop/src/eShop.AppHost/eShop.AppHost.csproj]
/tmp/renovate/repos/github/Pinguteca/eShop/src/OrderProcessor/OrderProcessor.csproj : error NU1109:  OrderProcessor -> Microsoft.Extensions.Configuration.Abstractions (>= 10.0.0) [/tmp/renovate/repos/github/Pinguteca/eShop/src/eShop.AppHost/eShop.AppHost.csproj]
/tmp/renovate/repos/github/Pinguteca/eShop/src/OrderProcessor/OrderProcessor.csproj : error NU1109: Detected package downgrade: Microsoft.Extensions.Logging.Abstractions from 10.0.8 to centrally defined 10.0.0. Update the centrally managed package version to a higher version.  [/tmp/renovate/repos/github/Pinguteca/eShop/src/eShop.AppHost/eShop.AppHost.csproj]
/tmp/renovate/repos/github/Pinguteca/eShop/src/OrderProcessor/OrderProcessor.csproj : error NU1109:  OrderProcessor -> Aspire.Npgsql 13.4.0 -> Microsoft.Extensions.Logging.Abstractions (>= 10.0.8)  [/tmp/renovate/repos/github/Pinguteca/eShop/src/eShop.AppHost/eShop.AppHost.csproj]
/tmp/renovate/repos/github/Pinguteca/eShop/src/OrderProcessor/OrderProcessor.csproj : error NU1109:  OrderProcessor -> Microsoft.Extensions.Logging.Abstractions (>= 10.0.0) [/tmp/renovate/repos/github/Pinguteca/eShop/src/eShop.AppHost/eShop.AppHost.csproj]
/tmp/renovate/repos/github/Pinguteca/eShop/src/OrderProcessor/OrderProcessor.csproj : error NU1109: Detected package downgrade: Microsoft.Extensions.Options from 10.0.8 to centrally defined 10.0.0. Update the centrally managed package version to a higher version.  [/tmp/renovate/repos/github/Pinguteca/eShop/src/eShop.AppHost/eShop.AppHost.csproj]
/tmp/renovate/repos/github/Pinguteca/eShop/src/OrderProcessor/OrderProcessor.csproj : error NU1109:  OrderProcessor -> Aspire.Npgsql 13.4.0 -> Microsoft.Extensions.Options (>= 10.0.8)  [/tmp/renovate/repos/github/Pinguteca/eShop/src/eShop.AppHost/eShop.AppHost.csproj]
/tmp/renovate/repos/github/Pinguteca/eShop/src/OrderProcessor/OrderProcessor.csproj : error NU1109:  OrderProcessor -> Microsoft.Extensions.Options (>= 10.0.0) [/tmp/renovate/repos/github/Pinguteca/eShop/src/eShop.AppHost/eShop.AppHost.csproj]
  Failed to restore /tmp/renovate/repos/github/Pinguteca/eShop/src/OrderProcessor/OrderProcessor.csproj (in 789 ms).
  Restored /tmp/renovate/repos/github/Pinguteca/eShop/src/IntegrationEventLogEF/IntegrationEventLogEF.csproj (in 5 ms).
/tmp/renovate/repos/github/Pinguteca/eShop/src/Identity.API/Identity.API.csproj : error NU1109: Detected package downgrade: OpenTelemetry.Extensions.Hosting from 1.15.3 to centrally defined 1.12.0. Update the centrally managed package version to a higher version.  [/tmp/renovate/repos/github/Pinguteca/eShop/src/eShop.AppHost/eShop.AppHost.csproj]
/tmp/renovate/repos/github/Pinguteca/eShop/src/Identity.API/Identity.API.csproj : error NU1109:  Identity.API -> Aspire.Npgsql.EntityFrameworkCore.PostgreSQL 13.4.0 -> OpenTelemetry.Extensions.Hosting (>= 1.15.3)  [/tmp/renovate/repos/github/Pinguteca/eShop/src/eShop.AppHost/eShop.AppHost.csproj]
/tmp/renovate/repos/github/Pinguteca/eShop/src/Identity.API/Identity.API.csproj : error NU1109:  Identity.API -> OpenTelemetry.Extensions.Hosting (>= 1.12.0) [/tmp/renovate/repos/github/Pinguteca/eShop/src/eShop.AppHost/eShop.AppHost.csproj]
  Failed to restore /tmp/renovate/repos/github/Pinguteca/eShop/src/Identity.API/Identity.API.csproj (in 1.36 sec).
/tmp/renovate/repos/github/Pinguteca/eShop/src/EventBusRabbitMQ/EventBusRabbitMQ.csproj : error NU1109: Detected package downgrade: OpenTelemetry.Extensions.Hosting from 1.15.3 to centrally defined 1.12.0. Update the centrally managed package version to a higher version.  [/tmp/renovate/repos/github/Pinguteca/eShop/src/eShop.AppHost/eShop.AppHost.csproj]
/tmp/renovate/repos/github/Pinguteca/eShop/src/EventBusRabbitMQ/EventBusRabbitMQ.csproj : error NU1109:  EventBusRabbitMQ -> Aspire.RabbitMQ.Client 13.4.0 -> OpenTelemetry.Extensions.Hosting (>= 1.15.3)  [/tmp/renovate/repos/github/Pinguteca/eShop/src/eShop.AppHost/eShop.AppHost.csproj]
/tmp/renovate/repos/github/Pinguteca/eShop/src/EventBusRabbitMQ/EventBusRabbitMQ.csproj : error NU1109:  EventBusRabbitMQ -> OpenTelemetry.Extensions.Hosting (>= 1.12.0) [/tmp/renovate/repos/github/Pinguteca/eShop/src/eShop.AppHost/eShop.AppHost.csproj]
/tmp/renovate/repos/github/Pinguteca/eShop/src/EventBusRabbitMQ/EventBusRabbitMQ.csproj : error NU1109: Detected package downgrade: Microsoft.Extensions.Configuration.Abstractions from 10.0.8 to centrally defined 10.0.0. Update the centrally managed package version to a higher version.  [/tmp/renovate/repos/github/Pinguteca/eShop/src/eShop.AppHost/eShop.AppHost.csproj]
/tmp/renovate/repos/github/Pinguteca/eShop/src/EventBusRabbitMQ/EventBusRabbitMQ.csproj : error NU1109:  EventBusRabbitMQ -> Aspire.RabbitMQ.Client 13.4.0 -> Microsoft.Extensions.Configuration.Abstractions (>= 10.0.8)  [/tmp/renovate/repos/github/Pinguteca/eShop/src/eShop.AppHost/eShop.AppHost.csproj]
/tmp/renovate/repos/github/Pinguteca/eShop/src/EventBusRabbitMQ/EventBusRabbitMQ.csproj : error NU1109:  EventBusRabbitMQ -> Microsoft.Extensions.Configuration.Abstractions (>= 10.0.0) [/tmp/renovate/repos/github/Pinguteca/eShop/src/eShop.AppHost/eShop.AppHost.csproj]
/tmp/renovate/repos/github/Pinguteca/eShop/src/EventBusRabbitMQ/EventBusRabbitMQ.csproj : error NU1109: Detected package downgrade: Microsoft.Extensions.Logging.Abstractions from 10.0.8 to centrally defined 10.0.0. Update the centrally managed package version to a higher version.  [/tmp/renovate/repos/github/Pinguteca/eShop/src/eShop.AppHost/eShop.AppHost.csproj]
/tmp/renovate/repos/github/Pinguteca/eShop/src/EventBusRabbitMQ/EventBusRabbitMQ.csproj : error NU1109:  EventBusRabbitMQ -> Aspire.RabbitMQ.Client 13.4.0 -> Microsoft.Extensions.Logging.Abstractions (>= 10.0.8)  [/tmp/renovate/repos/github/Pinguteca/eShop/src/eShop.AppHost/eShop.AppHost.csproj]
/tmp/renovate/repos/github/Pinguteca/eShop/src/EventBusRabbitMQ/EventBusRabbitMQ.csproj : error NU1109:  EventBusRabbitMQ -> Microsoft.Extensions.Logging.Abstractions (>= 10.0.0) [/tmp/renovate/repos/github/Pinguteca/eShop/src/eShop.AppHost/eShop.AppHost.csproj]
/tmp/renovate/repos/github/Pinguteca/eShop/src/EventBusRabbitMQ/EventBusRabbitMQ.csproj : error NU1109: Detected package downgrade: Microsoft.Extensions.Options from 10.0.8 to centrally defined 10.0.0. Update the centrally managed package version to a higher version.  [/tmp/renovate/repos/github/Pinguteca/eShop/src/eShop.AppHost/eShop.AppHost.csproj]
/tmp/renovate/repos/github/Pinguteca/eShop/src/EventBusRabbitMQ/EventBusRabbitMQ.csproj : error NU1109:  EventBusRabbitMQ -> Aspire.RabbitMQ.Client 13.4.0 -> Microsoft.Extensions.Options (>= 10.0.8)  [/tmp/renovate/repos/github/Pinguteca/eShop/src/eShop.AppHost/eShop.AppHost.csproj]
/tmp/renovate/repos/github/Pinguteca/eShop/src/EventBusRabbitMQ/EventBusRabbitMQ.csproj : error NU1109:  EventBusRabbitMQ -> Microsoft.Extensions.Options (>= 10.0.0) [/tmp/renovate/repos/github/Pinguteca/eShop/src/eShop.AppHost/eShop.AppHost.csproj]
  Failed to restore /tmp/renovate/repos/github/Pinguteca/eShop/src/EventBusRabbitMQ/EventBusRabbitMQ.csproj (in 230 ms).
  Restored /tmp/renovate/repos/github/Pinguteca/eShop/src/EventBus/EventBus.csproj (in 4 ms).
/tmp/renovate/repos/github/Pinguteca/eShop/src/Catalog.API/Catalog.API.csproj : error NU1109: Detected package downgrade: OpenTelemetry.Extensions.Hosting from 1.15.3 to centrally defined 1.12.0. Update the centrally managed package version to a higher version.  [/tmp/renovate/repos/github/Pinguteca/eShop/src/eShop.AppHost/eShop.AppHost.csproj]
/tmp/renovate/repos/github/Pinguteca/eShop/src/Catalog.API/Catalog.API.csproj : error NU1109:  Catalog.API -> Aspire.Npgsql.EntityFrameworkCore.PostgreSQL 13.4.0 -> OpenTelemetry.Extensions.Hosting (>= 1.15.3)  [/tmp/renovate/repos/github/Pinguteca/eShop/src/eShop.AppHost/eShop.AppHost.csproj]
/tmp/renovate/repos/github/Pinguteca/eShop/src/Catalog.API/Catalog.API.csproj : error NU1109:  Catalog.API -> OpenTelemetry.Extensions.Hosting (>= 1.12.0) [/tmp/renovate/repos/github/Pinguteca/eShop/src/eShop.AppHost/eShop.AppHost.csproj]
  Failed to restore /tmp/renovate/repos/github/Pinguteca/eShop/src/Catalog.API/Catalog.API.csproj (in 693 ms).
/tmp/renovate/repos/github/Pinguteca/eShop/src/Basket.API/Basket.API.csproj : error NU1109: Detected package downgrade: OpenTelemetry.Extensions.Hosting from 1.15.3 to centrally defined 1.12.0. Update the centrally managed package version to a higher version.  [/tmp/renovate/repos/github/Pinguteca/eShop/src/eShop.AppHost/eShop.AppHost.csproj]
/tmp/renovate/repos/github/Pinguteca/eShop/src/Basket.API/Basket.API.csproj : error NU1109:  Basket.API -> Aspire.StackExchange.Redis 13.4.0 -> OpenTelemetry.Extensions.Hosting (>= 1.15.3)  [/tmp/renovate/repos/github/Pinguteca/eShop/src/eShop.AppHost/eShop.AppHost.csproj]
/tmp/renovate/repos/github/Pinguteca/eShop/src/Basket.API/Basket.API.csproj : error NU1109:  Basket.API -> OpenTelemetry.Extensions.Hosting (>= 1.12.0) [/tmp/renovate/repos/github/Pinguteca/eShop/src/eShop.AppHost/eShop.AppHost.csproj]
  Failed to restore /tmp/renovate/repos/github/Pinguteca/eShop/src/Basket.API/Basket.API.csproj (in 106 ms).

File name: tests/Catalog.FunctionalTests/packages.lock.json
  Determining projects to restore...
/tmp/renovate/repos/github/Pinguteca/eShop/tests/Catalog.FunctionalTests/Catalog.FunctionalTests.csproj : warning NU1903: Package 'MessagePack' 2.5.192 has a known high severity vulnerability, https://github.com/advisories/GHSA-hv8m-jj95-wg3x
/tmp/renovate/repos/github/Pinguteca/eShop/tests/Catalog.FunctionalTests/Catalog.FunctionalTests.csproj : warning NU1902: Package 'OpenTelemetry.Api' 1.14.0 has a known moderate severity vulnerability, https://github.com/advisories/GHSA-g94r-2vxg-569j
/tmp/renovate/repos/github/Pinguteca/eShop/tests/Catalog.FunctionalTests/Catalog.FunctionalTests.csproj : warning NU1902: Package 'OpenTelemetry.Exporter.OpenTelemetryProtocol' 1.12.0 has a known moderate severity vulnerability, https://github.com/advisories/GHSA-4625-4j76-fww9
/tmp/renovate/repos/github/Pinguteca/eShop/tests/Catalog.FunctionalTests/Catalog.FunctionalTests.csproj : error NU1109: Detected package downgrade: Google.Protobuf from 3.34.1 to centrally defined 3.33.0. Update the centrally managed package version to a higher version. 
/tmp/renovate/repos/github/Pinguteca/eShop/tests/Catalog.FunctionalTests/Catalog.FunctionalTests.csproj : error NU1109:  Catalog.FunctionalTests -> Aspire.Hosting.PostgreSQL 13.4.0 -> Google.Protobuf (>= 3.34.1) 
/tmp/renovate/repos/github/Pinguteca/eShop/tests/Catalog.FunctionalTests/Catalog.FunctionalTests.csproj : error NU1109:  Catalog.FunctionalTests -> Google.Protobuf (>= 3.33.0)
/tmp/renovate/repos/github/Pinguteca/eShop/tests/Catalog.FunctionalTests/Catalog.FunctionalTests.csproj : error NU1109: Detected package downgrade: Grpc.AspNetCore from 2.80.0 to centrally defined 2.71.0. Update the centrally managed package version to a higher version. 
/tmp/renovate/repos/github/Pinguteca/eShop/tests/Catalog.FunctionalTests/Catalog.FunctionalTests.csproj : error NU1109:  Catalog.FunctionalTests -> Aspire.Hosting.PostgreSQL 13.4.0 -> Grpc.AspNetCore (>= 2.80.0) 
/tmp/renovate/repos/github/Pinguteca/eShop/tests/Catalog.FunctionalTests/Catalog.FunctionalTests.csproj : error NU1109:  Catalog.FunctionalTests -> Grpc.AspNetCore (>= 2.71.0)
/tmp/renovate/repos/github/Pinguteca/eShop/tests/Catalog.FunctionalTests/Catalog.FunctionalTests.csproj : error NU1109: Detected package downgrade: Grpc.Net.ClientFactory from 2.80.0 to centrally defined 2.71.0. Update the centrally managed package version to a higher version. 
/tmp/renovate/repos/github/Pinguteca/eShop/tests/Catalog.FunctionalTests/Catalog.FunctionalTests.csproj : error NU1109:  Catalog.FunctionalTests -> Aspire.Hosting.PostgreSQL 13.4.0 -> Grpc.Net.ClientFactory (>= 2.80.0) 
/tmp/renovate/repos/github/Pinguteca/eShop/tests/Catalog.FunctionalTests/Catalog.FunctionalTests.csproj : error NU1109:  Catalog.FunctionalTests -> Grpc.Net.ClientFactory (>= 2.71.0)
/tmp/renovate/repos/github/Pinguteca/eShop/tests/Catalog.FunctionalTests/Catalog.FunctionalTests.csproj : error NU1109: Detected package downgrade: Grpc.Tools from 2.80.0 to centrally defined 2.72.0. Update the centrally managed package version to a higher version. 
/tmp/renovate/repos/github/Pinguteca/eShop/tests/Catalog.FunctionalTests/Catalog.FunctionalTests.csproj : error NU1109:  Catalog.FunctionalTests -> Aspire.Hosting.PostgreSQL 13.4.0 -> Grpc.Tools (>= 2.80.0) 
/tmp/renovate/repos/github/Pinguteca/eShop/tests/Catalog.FunctionalTests/Catalog.FunctionalTests.csproj : error NU1109:  Catalog.FunctionalTests -> Grpc.Tools (>= 2.72.0)
/tmp/renovate/repos/github/Pinguteca/eShop/tests/Catalog.FunctionalTests/Catalog.FunctionalTests.csproj : error NU1109: Detected package downgrade: Microsoft.Extensions.Configuration.Abstractions from 10.0.8 to centrally defined 10.0.0. Update the centrally managed package version to a higher version. 
/tmp/renovate/repos/github/Pinguteca/eShop/tests/Catalog.FunctionalTests/Catalog.FunctionalTests.csproj : error NU1109:  Catalog.FunctionalTests -> Aspire.Hosting.PostgreSQL 13.4.0 -> Microsoft.Extensions.Configuration.Abstractions (>= 10.0.8) 
/tmp/renovate/repos/github/Pinguteca/eShop/tests/Catalog.FunctionalTests/Catalog.FunctionalTests.csproj : error NU1109:  Catalog.FunctionalTests -> Microsoft.Extensions.Configuration.Abstractions (>= 10.0.0)
/tmp/renovate/repos/github/Pinguteca/eShop/tests/Catalog.FunctionalTests/Catalog.FunctionalTests.csproj : error NU1109: Detected package downgrade: Microsoft.Extensions.Logging.Abstractions from 10.0.8 to centrally defined 10.0.0. Update the centrally managed package version to a higher version. 
/tmp/renovate/repos/github/Pinguteca/eShop/tests/Catalog.FunctionalTests/Catalog.FunctionalTests.csproj : error NU1109:  Catalog.FunctionalTests -> Aspire.Hosting.PostgreSQL 13.4.0 -> Microsoft.Extensions.Logging.Abstractions (>= 10.0.8) 
/tmp/renovate/repos/github/Pinguteca/eShop/tests/Catalog.FunctionalTests/Catalog.FunctionalTests.csproj : error NU1109:  Catalog.FunctionalTests -> Microsoft.Extensions.Logging.Abstractions (>= 10.0.0)
/tmp/renovate/repos/github/Pinguteca/eShop/tests/Catalog.FunctionalTests/Catalog.FunctionalTests.csproj : error NU1109: Detected package downgrade: Microsoft.Extensions.Options from 10.0.8 to centrally defined 10.0.0. Update the centrally managed package version to a higher version. 
/tmp/renovate/repos/github/Pinguteca/eShop/tests/Catalog.FunctionalTests/Catalog.FunctionalTests.csproj : error NU1109:  Catalog.FunctionalTests -> Aspire.Hosting.PostgreSQL 13.4.0 -> Microsoft.Extensions.Options (>= 10.0.8) 
/tmp/renovate/repos/github/Pinguteca/eShop/tests/Catalog.FunctionalTests/Catalog.FunctionalTests.csproj : error NU1109:  Catalog.FunctionalTests -> Microsoft.Extensions.Options (>= 10.0.0)
/tmp/renovate/repos/github/Pinguteca/eShop/tests/Catalog.FunctionalTests/Catalog.FunctionalTests.csproj : error NU1109: Detected package downgrade: OpenTelemetry.Exporter.OpenTelemetryProtocol from 1.15.3 to centrally defined 1.12.0. Update the centrally managed package version to a higher version. 
/tmp/renovate/repos/github/Pinguteca/eShop/tests/Catalog.FunctionalTests/Catalog.FunctionalTests.csproj : error NU1109:  Catalog.FunctionalTests -> Aspire.Hosting.PostgreSQL 13.4.0 -> OpenTelemetry.Exporter.OpenTelemetryProtocol (>= 1.15.3) 
/tmp/renovate/repos/github/Pinguteca/eShop/tests/Catalog.FunctionalTests/Catalog.FunctionalTests.csproj : error NU1109:  Catalog.FunctionalTests -> OpenTelemetry.Exporter.OpenTelemetryProtocol (>= 1.12.0)
/tmp/renovate/repos/github/Pinguteca/eShop/tests/Catalog.FunctionalTests/Catalog.FunctionalTests.csproj : error NU1109: Detected package downgrade: OpenTelemetry.Extensions.Hosting from 1.15.3 to centrally defined 1.12.0. Update the centrally managed package version to a higher version. 
/tmp/renovate/repos/github/Pinguteca/eShop/tests/Catalog.FunctionalTests/Catalog.FunctionalTests.csproj : error NU1109:  Catalog.FunctionalTests -> Aspire.Hosting.PostgreSQL 13.4.0 -> OpenTelemetry.Extensions.Hosting (>= 1.15.3) 
/tmp/renovate/repos/github/Pinguteca/eShop/tests/Catalog.FunctionalTests/Catalog.FunctionalTests.csproj : error NU1109:  Catalog.FunctionalTests -> OpenTelemetry.Extensions.Hosting (>= 1.12.0)
  Failed to restore /tmp/renovate/repos/github/Pinguteca/eShop/tests/Catalog.FunctionalTests/Catalog.FunctionalTests.csproj (in 5.71 sec).
  Restored /tmp/renovate/repos/github/Pinguteca/eShop/src/eShop.ServiceDefaults/eShop.ServiceDefaults.csproj (in 41 ms).
  Restored /tmp/renovate/repos/github/Pinguteca/eShop/src/IntegrationEventLogEF/IntegrationEventLogEF.csproj (in 11 ms).
/tmp/renovate/repos/github/Pinguteca/eShop/src/EventBusRabbitMQ/EventBusRabbitMQ.csproj : error NU1109: Detected package downgrade: OpenTelemetry.Extensions.Hosting from 1.15.3 to centrally defined 1.12.0. Update the centrally managed package version to a higher version.  [/tmp/renovate/repos/github/Pinguteca/eShop/tests/Catalog.FunctionalTests/Catalog.FunctionalTests.csproj]
/tmp/renovate/repos/github/Pinguteca/eShop/src/EventBusRabbitMQ/EventBusRabbitMQ.csproj : error NU1109:  EventBusRabbitMQ -> Aspire.RabbitMQ.Client 13.4.0 -> OpenTelemetry.Extensions.Hosting (>= 1.15.3)  [/tmp/renovate/repos/github/Pinguteca/eShop/tests/Catalog.FunctionalTests/Catalog.FunctionalTests.csproj]
/tmp/renovate/repos/github/Pinguteca/eShop/src/EventBusRabbitMQ/EventBusRabbitMQ.csproj : error NU1109:  EventBusRabbitMQ -> OpenTelemetry.Extensions.Hosting (>= 1.12.0) [/tmp/renovate/repos/github/Pinguteca/eShop/tests/Catalog.FunctionalTests/Catalog.FunctionalTests.csproj]
/tmp/renovate/repos/github/Pinguteca/eShop/src/EventBusRabbitMQ/EventBusRabbitMQ.csproj : error NU1109: Detected package downgrade: Microsoft.Extensions.Configuration.Abstractions from 10.0.8 to centrally defined 10.0.0. Update the centrally managed package version to a higher version.  [/tmp/renovate/repos/github/Pinguteca/eShop/tests/Catalog.FunctionalTests/Catalog.FunctionalTests.csproj]
/tmp/renovate/repos/github/Pinguteca/eShop/src/EventBusRabbitMQ/EventBusRabbitMQ.csproj : error NU1109:  EventBusRabbitMQ -> Aspire.RabbitMQ.Client 13.4.0 -> Microsoft.Extensions.Configuration.Abstractions (>= 10.0.8)  [/tmp/renovate/repos/github/Pinguteca/eShop/tests/Catalog.FunctionalTests/Catalog.FunctionalTests.csproj]
/tmp/renovate/repos/github/Pinguteca/eShop/src/EventBusRabbitMQ/EventBusRabbitMQ.csproj : error NU1109:  EventBusRabbitMQ -> Microsoft.Extensions.Configuration.Abstractions (>= 10.0.0) [/tmp/renovate/repos/github/Pinguteca/eShop/tests/Catalog.FunctionalTests/Catalog.FunctionalTests.csproj]
/tmp/renovate/repos/github/Pinguteca/eShop/src/EventBusRabbitMQ/EventBusRabbitMQ.csproj : error NU1109: Detected package downgrade: Microsoft.Extensions.Logging.Abstractions from 10.0.8 to centrally defined 10.0.0. Update the centrally managed package version to a higher version.  [/tmp/renovate/repos/github/Pinguteca/eShop/tests/Catalog.FunctionalTests/Catalog.FunctionalTests.csproj]
/tmp/renovate/repos/github/Pinguteca/eShop/src/EventBusRabbitMQ/EventBusRabbitMQ.csproj : error NU1109:  EventBusRabbitMQ -> Aspire.RabbitMQ.Client 13.4.0 -> Microsoft.Extensions.Logging.Abstractions (>= 10.0.8)  [/tmp/renovate/repos/github/Pinguteca/eShop/tests/Catalog.FunctionalTests/Catalog.FunctionalTests.csproj]
/tmp/renovate/repos/github/Pinguteca/eShop/src/EventBusRabbitMQ/EventBusRabbitMQ.csproj : error NU1109:  EventBusRabbitMQ -> Microsoft.Extensions.Logging.Abstractions (>= 10.0.0) [/tmp/renovate/repos/github/Pinguteca/eShop/tests/Catalog.FunctionalTests/Catalog.FunctionalTests.csproj]
/tmp/renovate/repos/github/Pinguteca/eShop/src/EventBusRabbitMQ/EventBusRabbitMQ.csproj : error NU1109: Detected package downgrade: Microsoft.Extensions.Options from 10.0.8 to centrally defined 10.0.0. Update the centrally managed package version to a higher version.  [/tmp/renovate/repos/github/Pinguteca/eShop/tests/Catalog.FunctionalTests/Catalog.FunctionalTests.csproj]
/tmp/renovate/repos/github/Pinguteca/eShop/src/EventBusRabbitMQ/EventBusRabbitMQ.csproj : error NU1109:  EventBusRabbitMQ -> Aspire.RabbitMQ.Client 13.4.0 -> Microsoft.Extensions.Options (>= 10.0.8)  [/tmp/renovate/repos/github/Pinguteca/eShop/tests/Catalog.FunctionalTests/Catalog.FunctionalTests.csproj]
/tmp/renovate/repos/github/Pinguteca/eShop/src/EventBusRabbitMQ/EventBusRabbitMQ.csproj : error NU1109:  EventBusRabbitMQ -> Microsoft.Extensions.Options (>= 10.0.0) [/tmp/renovate/repos/github/Pinguteca/eShop/tests/Catalog.FunctionalTests/Catalog.FunctionalTests.csproj]
  Failed to restore /tmp/renovate/repos/github/Pinguteca/eShop/src/EventBusRabbitMQ/EventBusRabbitMQ.csproj (in 19 ms).
  Restored /tmp/renovate/repos/github/Pinguteca/eShop/src/EventBus/EventBus.csproj (in 4 ms).
/tmp/renovate/repos/github/Pinguteca/eShop/src/Catalog.API/Catalog.API.csproj : error NU1109: Detected package downgrade: OpenTelemetry.Extensions.Hosting from 1.15.3 to centrally defined 1.12.0. Update the centrally managed package version to a higher version.  [/tmp/renovate/repos/github/Pinguteca/eShop/tests/Catalog.FunctionalTests/Catalog.FunctionalTests.csproj]
/tmp/renovate/repos/github/Pinguteca/eShop/src/Catalog.API/Catalog.API.csproj : error NU1109:  Catalog.API -> Aspire.Npgsql.EntityFrameworkCore.PostgreSQL 13.4.0 -> OpenTelemetry.Extensions.Hosting (>= 1.15.3)  [/tmp/renovate/repos/github/Pinguteca/eShop/tests/Catalog.FunctionalTests/Catalog.FunctionalTests.csproj]
/tmp/renovate/repos/github/Pinguteca/eShop/src/Catalog.API/Catalog.API.csproj : error NU1109:  Catalog.API -> OpenTelemetry.Extensions.Hosting (>= 1.12.0) [/tmp/renovate/repos/github/Pinguteca/eShop/tests/Catalog.FunctionalTests/Catalog.FunctionalTests.csproj]
  Failed to restore /tmp/renovate/repos/github/Pinguteca/eShop/src/Catalog.API/Catalog.API.csproj (in 88 ms).

File name: tests/Ordering.FunctionalTests/packages.lock.json
  Determining projects to restore...
/tmp/renovate/repos/github/Pinguteca/eShop/tests/Ordering.FunctionalTests/Ordering.FunctionalTests.csproj : warning NU1903: Package 'MessagePack' 2.5.192 has a known high severity vulnerability, https://github.com/advisories/GHSA-hv8m-jj95-wg3x
/tmp/renovate/repos/github/Pinguteca/eShop/tests/Ordering.FunctionalTests/Ordering.FunctionalTests.csproj : warning NU1902: Package 'OpenTelemetry.Api' 1.14.0 has a known moderate severity vulnerability, https://github.com/advisories/GHSA-g94r-2vxg-569j
/tmp/renovate/repos/github/Pinguteca/eShop/tests/Ordering.FunctionalTests/Ordering.FunctionalTests.csproj : warning NU1902: Package 'OpenTelemetry.Exporter.OpenTelemetryProtocol' 1.12.0 has a known moderate severity vulnerability, https://github.com/advisories/GHSA-4625-4j76-fww9
/tmp/renovate/repos/github/Pinguteca/eShop/tests/Ordering.FunctionalTests/Ordering.FunctionalTests.csproj : error NU1109: Detected package downgrade: Google.Protobuf from 3.34.1 to centrally defined 3.33.0. Update the centrally managed package version to a higher version. 
/tmp/renovate/repos/github/Pinguteca/eShop/tests/Ordering.FunctionalTests/Ordering.FunctionalTests.csproj : error NU1109:  Ordering.FunctionalTests -> Aspire.Hosting.PostgreSQL 13.4.0 -> Google.Protobuf (>= 3.34.1) 
/tmp/renovate/repos/github/Pinguteca/eShop/tests/Ordering.FunctionalTests/Ordering.FunctionalTests.csproj : error NU1109:  Ordering.FunctionalTests -> Google.Protobuf (>= 3.33.0)
/tmp/renovate/repos/github/Pinguteca/eShop/tests/Ordering.FunctionalTests/Ordering.FunctionalTests.csproj : error NU1109: Detected package downgrade: Grpc.AspNetCore from 2.80.0 to centrally defined 2.71.0. Update the centrally managed package version to a higher version. 
/tmp/renovate/repos/github/Pinguteca/eShop/tests/Ordering.FunctionalTests/Ordering.FunctionalTests.csproj : error NU1109:  Ordering.FunctionalTests -> Aspire.Hosting.PostgreSQL 13.4.0 -> Grpc.AspNetCore (>= 2.80.0) 
/tmp/renovate/repos/github/Pinguteca/eShop/tests/Ordering.FunctionalTests/Ordering.FunctionalTests.csproj : error NU1109:  Ordering.FunctionalTests -> Grpc.AspNetCore (>= 2.71.0)
/tmp/renovate/repos/github/Pinguteca/eShop/tests/Ordering.FunctionalTests/Ordering.FunctionalTests.csproj : error NU1109: Detected package downgrade: Grpc.Net.ClientFactory from 2.80.0 to centrally defined 2.71.0. Update the centrally managed package version to a higher version. 
/tmp/renovate/repos/github/Pinguteca/eShop/tests/Ordering.FunctionalTests/Ordering.FunctionalTests.csproj : error NU1109:  Ordering.FunctionalTests -> Aspire.Hosting.PostgreSQL 13.4.0 -> Grpc.Net.ClientFactory (>= 2.80.0) 
/tmp/renovate/repos/github/Pinguteca/eShop/tests/Ordering.FunctionalTests/Ordering.FunctionalTests.csproj : error NU1109:  Ordering.FunctionalTests -> Grpc.Net.ClientFactory (>= 2.71.0)
/tmp/renovate/repos/github/Pinguteca/eShop/tests/Ordering.FunctionalTests/Ordering.FunctionalTests.csproj : error NU1109: Detected package downgrade: Grpc.Tools from 2.80.0 to centrally defined 2.72.0. Update the centrally managed package version to a higher version. 
/tmp/renovate/repos/github/Pinguteca/eShop/tests/Ordering.FunctionalTests/Ordering.FunctionalTests.csproj : error NU1109:  Ordering.FunctionalTests -> Aspire.Hosting.PostgreSQL 13.4.0 -> Grpc.Tools (>= 2.80.0) 
/tmp/renovate/repos/github/Pinguteca/eShop/tests/Ordering.FunctionalTests/Ordering.FunctionalTests.csproj : error NU1109:  Ordering.FunctionalTests -> Grpc.Tools (>= 2.72.0)
/tmp/renovate/repos/github/Pinguteca/eShop/tests/Ordering.FunctionalTests/Ordering.FunctionalTests.csproj : error NU1109: Detected package downgrade: Microsoft.Extensions.Configuration.Abstractions from 10.0.8 to centrally defined 10.0.0. Update the centrally managed package version to a higher version. 
/tmp/renovate/repos/github/Pinguteca/eShop/tests/Ordering.FunctionalTests/Ordering.FunctionalTests.csproj : error NU1109:  Ordering.FunctionalTests -> Aspire.Hosting.PostgreSQL 13.4.0 -> Microsoft.Extensions.Configuration.Abstractions (>= 10.0.8) 
/tmp/renovate/repos/github/Pinguteca/eShop/tests/Ordering.FunctionalTests/Ordering.FunctionalTests.csproj : error NU1109:  Ordering.FunctionalTests -> Microsoft.Extensions.Configuration.Abstractions (>= 10.0.0)
/tmp/renovate/repos/github/Pinguteca/eShop/tests/Ordering.FunctionalTests/Ordering.FunctionalTests.csproj : error NU1109: Detected package downgrade: Microsoft.Extensions.Logging.Abstractions from 10.0.8 to centrally defined 10.0.0. Update the centrally managed package version to a higher version. 
/tmp/renovate/repos/github/Pinguteca/eShop/tests/Ordering.FunctionalTests/Ordering.FunctionalTests.csproj : error NU1109:  Ordering.FunctionalTests -> Aspire.Hosting.PostgreSQL 13.4.0 -> Microsoft.Extensions.Logging.Abstractions (>= 10.0.8) 
/tmp/renovate/repos/github/Pinguteca/eShop/tests/Ordering.FunctionalTests/Ordering.FunctionalTests.csproj : error NU1109:  Ordering.FunctionalTests -> Microsoft.Extensions.Logging.Abstractions (>= 10.0.0)
/tmp/renovate/repos/github/Pinguteca/eShop/tests/Ordering.FunctionalTests/Ordering.FunctionalTests.csproj : error NU1109: Detected package downgrade: Microsoft.Extensions.Options from 10.0.8 to centrally defined 10.0.0. Update the centrally managed package version to a higher version. 
/tmp/renovate/repos/github/Pinguteca/eShop/tests/Ordering.FunctionalTests/Ordering.FunctionalTests.csproj : error NU1109:  Ordering.FunctionalTests -> Aspire.Hosting.PostgreSQL 13.4.0 -> Microsoft.Extensions.Options (>= 10.0.8) 
/tmp/renovate/repos/github/Pinguteca/eShop/tests/Ordering.FunctionalTests/Ordering.FunctionalTests.csproj : error NU1109:  Ordering.FunctionalTests -> Microsoft.Extensions.Options (>= 10.0.0)
/tmp/renovate/repos/github/Pinguteca/eShop/tests/Ordering.FunctionalTests/Ordering.FunctionalTests.csproj : error NU1109: Detected package downgrade: OpenTelemetry.Exporter.OpenTelemetryProtocol from 1.15.3 to centrally defined 1.12.0. Update the centrally managed package version to a higher version. 
/tmp/renovate/repos/github/Pinguteca/eShop/tests/Ordering.FunctionalTests/Ordering.FunctionalTests.csproj : error NU1109:  Ordering.FunctionalTests -> Aspire.Hosting.PostgreSQL 13.4.0 -> OpenTelemetry.Exporter.OpenTelemetryProtocol (>= 1.15.3) 
/tmp/renovate/repos/github/Pinguteca/eShop/tests/Ordering.FunctionalTests/Ordering.FunctionalTests.csproj : error NU1109:  Ordering.FunctionalTests -> OpenTelemetry.Exporter.OpenTelemetryProtocol (>= 1.12.0)
/tmp/renovate/repos/github/Pinguteca/eShop/tests/Ordering.FunctionalTests/Ordering.FunctionalTests.csproj : error NU1109: Detected package downgrade: OpenTelemetry.Extensions.Hosting from 1.15.3 to centrally defined 1.12.0. Update the centrally managed package version to a higher version. 
/tmp/renovate/repos/github/Pinguteca/eShop/tests/Ordering.FunctionalTests/Ordering.FunctionalTests.csproj : error NU1109:  Ordering.FunctionalTests -> Aspire.Hosting.PostgreSQL 13.4.0 -> OpenTelemetry.Extensions.Hosting (>= 1.15.3) 
/tmp/renovate/repos/github/Pinguteca/eShop/tests/Ordering.FunctionalTests/Ordering.FunctionalTests.csproj : error NU1109:  Ordering.FunctionalTests -> OpenTelemetry.Extensions.Hosting (>= 1.12.0)
  Failed to restore /tmp/renovate/repos/github/Pinguteca/eShop/tests/Ordering.FunctionalTests/Ordering.FunctionalTests.csproj (in 1.58 sec).
  Restored /tmp/renovate/repos/github/Pinguteca/eShop/src/eShop.ServiceDefaults/eShop.ServiceDefaults.csproj (in 62 ms).
  Restored /tmp/renovate/repos/github/Pinguteca/eShop/src/Ordering.Infrastructure/Ordering.Infrastructure.csproj (in 18 ms).
  Restored /tmp/renovate/repos/github/Pinguteca/eShop/src/Ordering.Domain/Ordering.Domain.csproj (in 10 ms).
/tmp/renovate/repos/github/Pinguteca/eShop/src/Ordering.API/Ordering.API.csproj : error NU1109: Detected package downgrade: OpenTelemetry.Extensions.Hosting from 1.15.3 to centrally defined 1.12.0. Update the centrally managed package version to a higher version.  [/tmp/renovate/repos/github/Pinguteca/eShop/tests/Ordering.FunctionalTests/Ordering.FunctionalTests.csproj]
/tmp/renovate/repos/github/Pinguteca/eShop/src/Ordering.API/Ordering.API.csproj : error NU1109:  Ordering.API -> Aspire.Npgsql.EntityFrameworkCore.PostgreSQL 13.4.0 -> OpenTelemetry.Extensions.Hosting (>= 1.15.3)  [/tmp/renovate/repos/github/Pinguteca/eShop/tests/Ordering.FunctionalTests/Ordering.FunctionalTests.csproj]
/tmp/renovate/repos/github/Pinguteca/eShop/src/Ordering.API/Ordering.API.csproj : error NU1109:  Ordering.API -> OpenTelemetry.Extensions.Hosting (>= 1.12.0) [/tmp/renovate/repos/github/Pinguteca/eShop/tests/Ordering.FunctionalTests/Ordering.FunctionalTests.csproj]
  Failed to restore /tmp/renovate/repos/github/Pinguteca/eShop/src/Ordering.API/Ordering.API.csproj (in 123 ms).
  Restored /tmp/renovate/repos/github/Pinguteca/eShop/src/IntegrationEventLogEF/IntegrationEventLogEF.csproj (in 7 ms).
/tmp/renovate/repos/github/Pinguteca/eShop/src/Identity.API/Identity.API.csproj : error NU1109: Detected package downgrade: OpenTelemetry.Extensions.Hosting from 1.15.3 to centrally defined 1.12.0. Update the centrally managed package version to a higher version.  [/tmp/renovate/repos/github/Pinguteca/eShop/tests/Ordering.FunctionalTests/Ordering.FunctionalTests.csproj]
/tmp/renovate/repos/github/Pinguteca/eShop/src/Identity.API/Identity.API.csproj : error NU1109:  Identity.API -> Aspire.Npgsql.EntityFrameworkCore.PostgreSQL 13.4.0 -> OpenTelemetry.Extensions.Hosting (>= 1.15.3)  [/tmp/renovate/repos/github/Pinguteca/eShop/tests/Ordering.FunctionalTests/Ordering.FunctionalTests.csproj]
/tmp/renovate/repos/github/Pinguteca/eShop/src/Identity.API/Identity.API.csproj : error NU1109:  Identity.API -> OpenTelemetry.Extensions.Hosting (>= 1.12.0) [/tmp/renovate/repos/github/Pinguteca/eShop/tests/Ordering.FunctionalTests/Ordering.FunctionalTests.csproj]
  Failed to restore /tmp/renovate/repos/github/Pinguteca/eShop/src/Identity.API/Identity.API.csproj (in 32 ms).
/tmp/renovate/repos/github/Pinguteca/eShop/src/EventBusRabbitMQ/EventBusRabbitMQ.csproj : error NU1109: Detected package downgrade: OpenTelemetry.Extensions.Hosting from 1.15.3 to centrally defined 1.12.0. Update the centrally managed package version to a higher version.  [/tmp/renovate/repos/github/Pinguteca/eShop/tests/Ordering.FunctionalTests/Ordering.FunctionalTests.csproj]
/tmp/renovate/repos/github/Pinguteca/eShop/src/EventBusRabbitMQ/EventBusRabbitMQ.csproj : error NU1109:  EventBusRabbitMQ -> Aspire.RabbitMQ.Client 13.4.0 -> OpenTelemetry.Extensions.Hosting (>= 1.15.3)  [/tmp/renovate/repos/github/Pinguteca/eShop/tests/Ordering.FunctionalTests/Ordering.FunctionalTests.csproj]
/tmp/renovate/repos/github/Pinguteca/eShop/src/EventBusRabbitMQ/EventBusRabbitMQ.csproj : error NU1109:  EventBusRabbitMQ -> OpenTelemetry.Extensions.Hosting (>= 1.12.0) [/tmp/renovate/repos/github/Pinguteca/eShop/tests/Ordering.FunctionalTests/Ordering.FunctionalTests.csproj]
/tmp/renovate/repos/github/Pinguteca/eShop/src/EventBusRabbitMQ/EventBusRabbitMQ.csproj : error NU1109: Detected package downgrade: Microsoft.Extensions.Configuration.Abstractions from 10.0.8 to centrally defined 10.0.0. Update the centrally managed package version to a higher version.  [/tmp/renovate/repos/github/Pinguteca/eShop/tests/Ordering.FunctionalTests/Ordering.FunctionalTests.csproj]
/tmp/renovate/repos/github/Pinguteca/eShop/src/EventBusRabbitMQ/EventBusRabbitMQ.csproj : error NU1109:  EventBusRabbitMQ -> Aspire.RabbitMQ.Client 13.4.0 -> Microsoft.Extensions.Configuration.Abstractions (>= 10.0.8)  [/tmp/renovate/repos/github/Pinguteca/eShop/tests/Ordering.FunctionalTests/Ordering.FunctionalTests.csproj]
/tmp/renovate/repos/github/Pinguteca/eShop/src/EventBusRabbitMQ/EventBusRabbitMQ.csproj : error NU1109:  EventBusRabbitMQ -> Microsoft.Extensions.Configuration.Abstractions (>= 10.0.0) [/tmp/renovate/repos/github/Pinguteca/eShop/tests/Ordering.FunctionalTests/Ordering.FunctionalTests.csproj]
/tmp/renovate/repos/github/Pinguteca/eShop/src/EventBusRabbitMQ/EventBusRabbitMQ.csproj : error NU1109: Detected package downgrade: Microsoft.Extensions.Logging.Abstractions from 10.0.8 to centrally defined 10.0.0. Update the centrally managed package version to a higher version.  [/tmp/renovate/repos/github/Pinguteca/eShop/tests/Ordering.FunctionalTests/Ordering.FunctionalTests.csproj]
/tmp/renovate/repos/github/Pinguteca/eShop/src/EventBusRabbitMQ/EventBusRabbitMQ.csproj : error NU1109:  EventBusRabbitMQ -> Aspire.RabbitMQ.Client 13.4.0 -> Microsoft.Extensions.Logging.Abstractions (>= 10.0.8)  [/tmp/renovate/repos/github/Pinguteca/eShop/tests/Ordering.FunctionalTests/Ordering.FunctionalTests.csproj]
/tmp/renovate/repos/github/Pinguteca/eShop/src/EventBusRabbitMQ/EventBusRabbitMQ.csproj : error NU1109:  EventBusRabbitMQ -> Microsoft.Extensions.Logging.Abstractions (>= 10.0.0) [/tmp/renovate/repos/github/Pinguteca/eShop/tests/Ordering.FunctionalTests/Ordering.FunctionalTests.csproj]
/tmp/renovate/repos/github/Pinguteca/eShop/src/EventBusRabbitMQ/EventBusRabbitMQ.csproj : error NU1109: Detected package downgrade: Microsoft.Extensions.Options from 10.0.8 to centrally defined 10.0.0. Update the centrally managed package version to a higher version.  [/tmp/renovate/repos/github/Pinguteca/eShop/tests/Ordering.FunctionalTests/Ordering.FunctionalTests.csproj]
/tmp/renovate/repos/github/Pinguteca/eShop/src/EventBusRabbitMQ/EventBusRabbitMQ.csproj : error NU1109:  EventBusRabbitMQ -> Aspire.RabbitMQ.Client 13.4.0 -> Microsoft.Extensions.Options (>= 10.0.8)  [/tmp/renovate/repos/github/Pinguteca/eShop/tests/Ordering.FunctionalTests/Ordering.FunctionalTests.csproj]
/tmp/renovate/repos/github/Pinguteca/eShop/src/EventBusRabbitMQ/EventBusRabbitMQ.csproj : error NU1109:  EventBusRabbitMQ -> Microsoft.Extensions.Options (>= 10.0.0) [/tmp/renovate/repos/github/Pinguteca/eShop/tests/Ordering.FunctionalTests/Ordering.FunctionalTests.csproj]
  Failed to restore /tmp/renovate/repos/github/Pinguteca/eShop/src/EventBusRabbitMQ/EventBusRabbitMQ.csproj (in 13 ms).
  Restored /tmp/renovate/repos/github/Pinguteca/eShop/src/EventBus/EventBus.csproj (in 5 ms).

@renovate renovate Bot force-pushed the renovate/aspire-monorepo branch 2 times, most recently from 5167653 to b66c2d4 Compare November 11, 2025 19:45
@Pinguladora Pinguladora self-assigned this Jan 3, 2026
@renovate renovate Bot force-pushed the renovate/aspire-monorepo branch from b66c2d4 to d83fa1c Compare January 3, 2026 20:47
@renovate renovate Bot changed the title chore(deps): update aspire monorepo to 9.5.2 chore(deps): update aspire monorepo to 13.1.0 Jan 3, 2026
@renovate renovate Bot force-pushed the renovate/aspire-monorepo branch 23 times, most recently from 0d095fe to 21740fc Compare January 8, 2026 00:29
@renovate renovate Bot force-pushed the renovate/aspire-monorepo branch from 1a2e191 to 17c4481 Compare April 1, 2026 22:59
@renovate renovate Bot changed the title chore(deps): update aspire monorepo to 13.1.2 - abandoned chore(deps): update aspire monorepo to 13.1.2 Apr 1, 2026
@renovate renovate Bot force-pushed the renovate/aspire-monorepo branch from 45132f8 to 8430e1b Compare April 2, 2026 08:34
@renovate renovate Bot changed the title chore(deps): update aspire monorepo to 13.1.2 chore(deps): update aspire monorepo to 13.1.3 Apr 2, 2026
@renovate renovate Bot force-pushed the renovate/aspire-monorepo branch from ca1208d to d6cf499 Compare April 6, 2026 17:54
@renovate renovate Bot changed the title chore(deps): update aspire monorepo to 13.1.3 chore(deps): update aspire monorepo to 13.2.0 Apr 6, 2026
@renovate renovate Bot force-pushed the renovate/aspire-monorepo branch 2 times, most recently from 2d6b671 to b7a418b Compare April 14, 2026 05:58
@renovate renovate Bot changed the title chore(deps): update aspire monorepo to 13.2.0 chore(deps): update aspire monorepo to 13.2.1 Apr 14, 2026
@renovate renovate Bot force-pushed the renovate/aspire-monorepo branch from fceb37a to fec532f Compare May 3, 2026 23:50
@renovate renovate Bot changed the title chore(deps): update aspire monorepo to 13.2.1 chore(deps): update aspire monorepo to 13.2.2 May 3, 2026
@renovate renovate Bot force-pushed the renovate/aspire-monorepo branch from a67c085 to c1f494e Compare May 5, 2026 22:54
@renovate renovate Bot changed the title chore(deps): update aspire monorepo to 13.2.2 chore(deps): update aspire monorepo to 13.2.3 May 5, 2026
@renovate renovate Bot force-pushed the renovate/aspire-monorepo branch from 22e1249 to ea39719 Compare May 9, 2026 01:32
@renovate renovate Bot changed the title chore(deps): update aspire monorepo to 13.2.3 chore(deps): update aspire monorepo to 13.2.4 May 9, 2026
@renovate renovate Bot force-pushed the renovate/aspire-monorepo branch 2 times, most recently from 6ae8d4f to a12632f Compare May 21, 2026 18:02
@renovate renovate Bot changed the title chore(deps): update aspire monorepo to 13.2.4 chore(deps): update aspire monorepo to 13.3.0 May 21, 2026
@renovate renovate Bot force-pushed the renovate/aspire-monorepo branch from effbbc7 to c844750 Compare May 26, 2026 21:39
@renovate renovate Bot changed the title chore(deps): update aspire monorepo to 13.3.0 chore(deps): update aspire monorepo to 13.3.1 May 26, 2026
@renovate renovate Bot force-pushed the renovate/aspire-monorepo branch from 7face54 to 0e0c28b Compare May 28, 2026 02:58
@renovate renovate Bot changed the title chore(deps): update aspire monorepo to 13.3.1 chore(deps): update aspire monorepo to 13.3.2 May 28, 2026
@renovate renovate Bot force-pushed the renovate/aspire-monorepo branch from 2d670e4 to 75f0a7d Compare May 29, 2026 20:31
@renovate renovate Bot changed the title chore(deps): update aspire monorepo to 13.3.2 chore(deps): update aspire monorepo to 13.3.3 May 29, 2026
@renovate renovate Bot force-pushed the renovate/aspire-monorepo branch from b304f28 to c1c5f32 Compare June 2, 2026 19:56
@renovate renovate Bot changed the title chore(deps): update aspire monorepo to 13.3.3 chore(deps): update aspire monorepo to 13.3.4 Jun 2, 2026
@renovate renovate Bot force-pushed the renovate/aspire-monorepo branch from a2d6744 to e559d0f Compare June 4, 2026 01:32
@cocogitto-bot

cocogitto-bot Bot commented Jun 16, 2026

Copy link
Copy Markdown

✔️ 3025f4f...b932029 - Conventional commits check succeeded.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant