Skip to content

Bump the aspire group with 25 updates#1511

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/samples/aspire-shop/AspireShop.AppHost/aspire-b05dd32d16
Open

Bump the aspire group with 25 updates#1511
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/samples/aspire-shop/AspireShop.AppHost/aspire-b05dd32d16

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 31, 2026

Updated Aspire.Azure.Storage.Blobs from 13.1.0 to 13.2.1.

Release notes

Sourced from Aspire.Azure.Storage.Blobs's releases.

13.2.1

Bug Fixes

  • Fix cross-compiled CLI bundles missing DCP — win-arm64, linux-arm64, and linux-musl-x64 CLI bundles now correctly include DCP instead of silently
    producing broken bundles (#​15529)
  • Fix aspire new in VS Code — OpenEditor is now called after the agent init prompt completes, preventing the workspace switch from severing the CLI
    terminal mid-interaction (#​15553)
  • Fix dashboard describe command URLs — Strip /login?t=... from dashboard base URL so resource links no longer produce broken URLs (#​15495)
  • Fix guest AppHost launch profile env propagation — Environment variables from launch profiles are now correctly forwarded to guest AppHosts (#​15637)
  • Fix .aspire/settings.json → aspire.config.json migration — The migration was silently skipped when the AppHost was resolved from legacy settings
    (#​15526)
  • Fix TypeScript AppHost restore config resolution (#​15625)
  • Fix installing playwright-cli via aspire agent init on Windows (#​15559)
  • Pin Kusto emulator image and fix Cosmos DB emulator stability (#​15504)

Improvements

  • Brownfield TypeScript aspire init — Running aspire init in existing JS/TS projects now intelligently merges package.json (scripts, dependencies,
    engines) with semver-aware conflict handling (#​15123)
  • Endpoint filtering from default reference set — New ExcludeReferenceEndpoint property allows filtering specific endpoints from WithReference (#​15586)
  • Export more ATS hosting APIs for polyglot (TypeScript/Go) AppHost authoring (#​15557)
  • Dashboard: support short trace IDs in TelemetryApiService.GetTrace (#​15613)
  • Deprecate Aspire.Hosting.NodeJs in CLI integration listings — replacement is Aspire.Hosting.JavaScript (#​15686)

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! 💜

13.1.3

What's Changed

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

13.1.2

What's Changed

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

13.1.1

What's Changed

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

Commits viewable in compare view.

Updated Aspire.Azure.Storage.Queues from 13.1.0 to 13.2.1.

Release notes

Sourced from Aspire.Azure.Storage.Queues's releases.

13.2.1

Bug Fixes

  • Fix cross-compiled CLI bundles missing DCP — win-arm64, linux-arm64, and linux-musl-x64 CLI bundles now correctly include DCP instead of silently
    producing broken bundles (#​15529)
  • Fix aspire new in VS Code — OpenEditor is now called after the agent init prompt completes, preventing the workspace switch from severing the CLI
    terminal mid-interaction (#​15553)
  • Fix dashboard describe command URLs — Strip /login?t=... from dashboard base URL so resource links no longer produce broken URLs (#​15495)
  • Fix guest AppHost launch profile env propagation — Environment variables from launch profiles are now correctly forwarded to guest AppHosts (#​15637)
  • Fix .aspire/settings.json → aspire.config.json migration — The migration was silently skipped when the AppHost was resolved from legacy settings
    (#​15526)
  • Fix TypeScript AppHost restore config resolution (#​15625)
  • Fix installing playwright-cli via aspire agent init on Windows (#​15559)
  • Pin Kusto emulator image and fix Cosmos DB emulator stability (#​15504)

Improvements

  • Brownfield TypeScript aspire init — Running aspire init in existing JS/TS projects now intelligently merges package.json (scripts, dependencies,
    engines) with semver-aware conflict handling (#​15123)
  • Endpoint filtering from default reference set — New ExcludeReferenceEndpoint property allows filtering specific endpoints from WithReference (#​15586)
  • Export more ATS hosting APIs for polyglot (TypeScript/Go) AppHost authoring (#​15557)
  • Dashboard: support short trace IDs in TelemetryApiService.GetTrace (#​15613)
  • Deprecate Aspire.Hosting.NodeJs in CLI integration listings — replacement is Aspire.Hosting.JavaScript (#​15686)

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! 💜

13.1.3

What's Changed

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

13.1.2

What's Changed

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

13.1.1

What's Changed

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

Commits viewable in compare view.

Updated Aspire.Hosting.AppHost from 13.1.0 to 13.2.1.

Release notes

Sourced from Aspire.Hosting.AppHost's releases.

13.2.1

Bug Fixes

  • Fix cross-compiled CLI bundles missing DCP — win-arm64, linux-arm64, and linux-musl-x64 CLI bundles now correctly include DCP instead of silently
    producing broken bundles (#​15529)
  • Fix aspire new in VS Code — OpenEditor is now called after the agent init prompt completes, preventing the workspace switch from severing the CLI
    terminal mid-interaction (#​15553)
  • Fix dashboard describe command URLs — Strip /login?t=... from dashboard base URL so resource links no longer produce broken URLs (#​15495)
  • Fix guest AppHost launch profile env propagation — Environment variables from launch profiles are now correctly forwarded to guest AppHosts (#​15637)
  • Fix .aspire/settings.json → aspire.config.json migration — The migration was silently skipped when the AppHost was resolved from legacy settings
    (#​15526)
  • Fix TypeScript AppHost restore config resolution (#​15625)
  • Fix installing playwright-cli via aspire agent init on Windows (#​15559)
  • Pin Kusto emulator image and fix Cosmos DB emulator stability (#​15504)

Improvements

  • Brownfield TypeScript aspire init — Running aspire init in existing JS/TS projects now intelligently merges package.json (scripts, dependencies,
    engines) with semver-aware conflict handling (#​15123)
  • Endpoint filtering from default reference set — New ExcludeReferenceEndpoint property allows filtering specific endpoints from WithReference (#​15586)
  • Export more ATS hosting APIs for polyglot (TypeScript/Go) AppHost authoring (#​15557)
  • Dashboard: support short trace IDs in TelemetryApiService.GetTrace (#​15613)
  • Deprecate Aspire.Hosting.NodeJs in CLI integration listings — replacement is Aspire.Hosting.JavaScript (#​15686)

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! 💜

13.1.3

What's Changed

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

13.1.2

What's Changed

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

13.1.1

What's Changed

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

Commits viewable in compare view.

Updated Aspire.Hosting.Azure from 13.1.0 to 13.2.1.

Release notes

Sourced from Aspire.Hosting.Azure's releases.

13.2.1

Bug Fixes

  • Fix cross-compiled CLI bundles missing DCP — win-arm64, linux-arm64, and linux-musl-x64 CLI bundles now correctly include DCP instead of silently
    producing broken bundles (#​15529)
  • Fix aspire new in VS Code — OpenEditor is now called after the agent init prompt completes, preventing the workspace switch from severing the CLI
    terminal mid-interaction (#​15553)
  • Fix dashboard describe command URLs — Strip /login?t=... from dashboard base URL so resource links no longer produce broken URLs (#​15495)
  • Fix guest AppHost launch profile env propagation — Environment variables from launch profiles are now correctly forwarded to guest AppHosts (#​15637)
  • Fix .aspire/settings.json → aspire.config.json migration — The migration was silently skipped when the AppHost was resolved from legacy settings
    (#​15526)
  • Fix TypeScript AppHost restore config resolution (#​15625)
  • Fix installing playwright-cli via aspire agent init on Windows (#​15559)
  • Pin Kusto emulator image and fix Cosmos DB emulator stability (#​15504)

Improvements

  • Brownfield TypeScript aspire init — Running aspire init in existing JS/TS projects now intelligently merges package.json (scripts, dependencies,
    engines) with semver-aware conflict handling (#​15123)
  • Endpoint filtering from default reference set — New ExcludeReferenceEndpoint property allows filtering specific endpoints from WithReference (#​15586)
  • Export more ATS hosting APIs for polyglot (TypeScript/Go) AppHost authoring (#​15557)
  • Dashboard: support short trace IDs in TelemetryApiService.GetTrace (#​15613)
  • Deprecate Aspire.Hosting.NodeJs in CLI integration listings — replacement is Aspire.Hosting.JavaScript (#​15686)

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! 💜

13.1.3

What's Changed

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

13.1.2

What's Changed

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

13.1.1

What's Changed

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

Commits viewable in compare view.

Updated Aspire.Hosting.Azure.AppContainers from 13.1.0 to 13.2.1.

Release notes

Sourced from Aspire.Hosting.Azure.AppContainers's releases.

13.2.1

Bug Fixes

  • Fix cross-compiled CLI bundles missing DCP — win-arm64, linux-arm64, and linux-musl-x64 CLI bundles now correctly include DCP instead of silently
    producing broken bundles (#​15529)
  • Fix aspire new in VS Code — OpenEditor is now called after the agent init prompt completes, preventing the workspace switch from severing the CLI
    terminal mid-interaction (#​15553)
  • Fix dashboard describe command URLs — Strip /login?t=... from dashboard base URL so resource links no longer produce broken URLs (#​15495)
  • Fix guest AppHost launch profile env propagation — Environment variables from launch profiles are now correctly forwarded to guest AppHosts (#​15637)
  • Fix .aspire/settings.json → aspire.config.json migration — The migration was silently skipped when the AppHost was resolved from legacy settings
    (#​15526)
  • Fix TypeScript AppHost restore config resolution (#​15625)
  • Fix installing playwright-cli via aspire agent init on Windows (#​15559)
  • Pin Kusto emulator image and fix Cosmos DB emulator stability (#​15504)

Improvements

  • Brownfield TypeScript aspire init — Running aspire init in existing JS/TS projects now intelligently merges package.json (scripts, dependencies,
    engines) with semver-aware conflict handling (#​15123)
  • Endpoint filtering from default reference set — New ExcludeReferenceEndpoint property allows filtering specific endpoints from WithReference (#​15586)
  • Export more ATS hosting APIs for polyglot (TypeScript/Go) AppHost authoring (#​15557)
  • Dashboard: support short trace IDs in TelemetryApiService.GetTrace (#​15613)
  • Deprecate Aspire.Hosting.NodeJs in CLI integration listings — replacement is Aspire.Hosting.JavaScript (#​15686)

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! 💜

13.1.3

What's Changed

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

13.1.2

What's Changed

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

13.1.1

What's Changed

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

Commits viewable in compare view.

Updated Aspire.Hosting.Azure.Functions from 13.1.0 to 13.2.1.

Release notes

Sourced from Aspire.Hosting.Azure.Functions's releases.

13.2.1

Bug Fixes

  • Fix cross-compiled CLI bundles missing DCP — win-arm64, linux-arm64, and linux-musl-x64 CLI bundles now correctly include DCP instead of silently
    producing broken bundles (#​15529)
  • Fix aspire new in VS Code — OpenEditor is now called after the agent init prompt completes, preventing the workspace switch from severing the CLI
    terminal mid-interaction (#​15553)
  • Fix dashboard describe command URLs — Strip /login?t=... from dashboard base URL so resource links no longer produce broken URLs (#​15495)
  • Fix guest AppHost launch profile env propagation — Environment variables from launch profiles are now correctly forwarded to guest AppHosts (#​15637)
  • Fix .aspire/settings.json → aspire.config.json migration — The migration was silently skipped when the AppHost was resolved from legacy settings
    (#​15526)
  • Fix TypeScript AppHost restore config resolution (#​15625)
  • Fix installing playwright-cli via aspire agent init on Windows (#​15559)
  • Pin Kusto emulator image and fix Cosmos DB emulator stability (#​15504)

Improvements

  • Brownfield TypeScript aspire init — Running aspire init in existing JS/TS projects now intelligently merges package.json (scripts, dependencies,
    engines) with semver-aware conflict handling (#​15123)
  • Endpoint filtering from default reference set — New ExcludeReferenceEndpoint property allows filtering specific endpoints from WithReference (#​15586)
  • Export more ATS hosting APIs for polyglot (TypeScript/Go) AppHost authoring (#​15557)
  • Dashboard: support short trace IDs in TelemetryApiService.GetTrace (#​15613)
  • Deprecate Aspire.Hosting.NodeJs in CLI integration listings — replacement is Aspire.Hosting.JavaScript (#​15686)

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! 💜

13.1.3

What's Changed

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

13.1.2

What's Changed

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

13.1.1

What's Changed

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

Commits viewable in compare view.

Updated Aspire.Hosting.Azure.Storage from 13.1.0 to 13.2.1.

Release notes

Sourced from Aspire.Hosting.Azure.Storage's releases.

13.2.1

Bug Fixes

  • Fix cross-compiled CLI bundles missing DCP — win-arm64, linux-arm64, and linux-musl-x64 CLI bundles now correctly include DCP instead of silently
    producing broken bundles (#​15529)
  • Fix aspire new in VS Code — OpenEditor is now called after the agent init prompt completes, preventing the workspace switch from severing the CLI
    terminal mid-interaction (#​15553)
  • Fix dashboard describe command URLs — Strip /login?t=... from dashboard base URL so resource links no longer produce broken URLs (#​15495)
  • Fix guest AppHost launch profile env propagation — Environment variables from launch profiles are now correctly forwarded to guest AppHosts (#​15637)
  • Fix .aspire/settings.json → aspire.config.json migration — The migration was silently skipped when the AppHost was resolved from legacy settings
    (#​15526)
  • Fix TypeScript AppHost restore config resolution (#​15625)
  • Fix installing playwright-cli via aspire agent init on Windows (#​15559)
  • Pin Kusto emulator image and fix Cosmos DB emulator stability (#​15504)

Improvements

  • Brownfield TypeScript aspire init — Running aspire init in existing JS/TS projects now intelligently merges package.json (scripts, dependencies,
    engines) with semver-aware conflict handling (#​15123)
  • Endpoint filtering from default reference set — New ExcludeReferenceEndpoint property allows filtering specific endpoints from WithReference (#​15586)
  • Export more ATS hosting APIs for polyglot (TypeScript/Go) AppHost authoring (#​15557)
  • Dashboard: support short trace IDs in TelemetryApiService.GetTrace (#​15613)
  • Deprecate Aspire.Hosting.NodeJs in CLI integration listings — replacement is Aspire.Hosting.JavaScript (#​15686)

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! 💜

13.1.3

What's Changed

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

13.1.2

What's Changed

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

13.1.1

What's Changed

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

Commits viewable in compare view.

Updated Aspire.Hosting.Docker from 13.1.0-preview.1.25616.3 to 13.2.1.

Release notes

Sourced from Aspire.Hosting.Docker's releases.

13.2.1

Bug Fixes

  • Fix cross-compiled CLI bundles missing DCP — win-arm64, linux-arm64, and linux-musl-x64 CLI bundles now correctly include DCP instead of silently
    producing broken bundles (#​15529)
  • Fix aspire new in VS Code — OpenEditor is now called after the agent init prompt completes, preventing the workspace switch from severing the CLI
    terminal mid-interaction (#​15553)
  • Fix dashboard describe command URLs — Strip /login?t=... from dashboard base URL so resource links no longer produce broken URLs (#​15495)
  • Fix guest AppHost launch profile env propagation — Environment variables from launch profiles are now correctly forwarded to guest AppHosts (#​15637)
  • Fix .aspire/settings.json → aspire.config.json migration — The migration was silently skipped when the AppHost was resolved from legacy settings
    (#​15526)
  • Fix TypeScript AppHost restore config resolution (#​15625)
  • Fix installing playwright-cli via aspire agent init on Windows (#​15559)
  • Pin Kusto emulator image and fix Cosmos DB emulator stability (#​15504)

Improvements

  • Brownfield TypeScript aspire init — Running aspire init in existing JS/TS projects now intelligently merges package.json (scripts, dependencies,
    engines) with semver-aware conflict handling (#​15123)
  • Endpoint filtering from default reference set — New ExcludeReferenceEndpoint property allows filtering specific endpoints from WithReference (#​15586)
  • Export more ATS hosting APIs for polyglot (TypeScript/Go) AppHost authoring (#​15557)
  • Dashboard: support short trace IDs in TelemetryApiService.GetTrace (#​15613)
  • Deprecate Aspire.Hosting.NodeJs in CLI integration listings — replacement is Aspire.Hosting.JavaScript (#​15686)

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! 💜

13.1.3

What's Changed

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

13.1.2

What's Changed

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

13.1.1

What's Changed

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

13.1.0

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

Commits viewable in compare view.

Updated Aspire.Hosting.JavaScript from 13.1.0 to 13.2.1.

Release notes

Sourced from Aspire.Hosting.JavaScript's releases.

13.2.1

Bug Fixes

  • Fix cross-compiled CLI bundles missing DCP — win-arm64, linux-arm64, and linux-musl-x64 CLI bundles now correctly include DCP instead of silently
    producing broken bundles (#​15529)
  • Fix aspire new in VS Code — OpenEditor is now called after the agent init prompt completes, preventing the workspace switch from severing the CLI
    terminal mid-interaction (#​15553)
  • Fix dashboard describe command URLs — Strip /login?t=... from dashboard base URL so resource links no longer produce broken URLs (#​15495)
  • Fix guest AppHost launch profile env propagation — Environment variables from launch profiles are now correctly forwarded to guest AppHosts (#​15637)
  • Fix .aspire/settings.json → aspire.config.json migration — The migration was silently skipped when the AppHost was resolved from legacy settings
    (#​15526)
  • Fix TypeScript AppHost restore config resolution (#​15625)
  • Fix installing playwright-cli via aspire agent init on Windows (#​15559)
  • Pin Kusto emulator image and fix Cosmos DB emulator stability (#​15504)

Improvements

  • Brownfield TypeScript aspire init — Running aspire init in existing JS/TS projects now intelligently merges package.json (scripts, dependencies,
    engines) with semver-aware conflict handling (#​15123)
  • Endpoint filtering from default reference set — New ExcludeReferenceEndpoint property allows filtering specific endpoints from WithReference (#​15586)
  • Export more ATS hosting APIs for polyglot (TypeScript/Go) AppHost authoring (#​15557)
  • Dashboard: support short trace IDs in TelemetryApiService.GetTrace (#​15613)
  • Deprecate Aspire.Hosting.NodeJs in CLI integration listings — replacement is Aspire.Hosting.JavaScript (#​15686)

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! 💜

13.1.3

What's Changed

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

13.1.2

What's Changed

Description has been truncated

Dependabot will resolve any conflicts with this PR ...

Description has been truncated

Bumps Aspire.Azure.Storage.Blobs from 13.1.0 to 13.2.1
Bumps Aspire.Azure.Storage.Queues from 13.1.0 to 13.2.1
Bumps Aspire.Hosting.AppHost from 13.1.0 to 13.2.1
Bumps Aspire.Hosting.Azure from 13.1.0 to 13.2.1
Bumps Aspire.Hosting.Azure.AppContainers from 13.1.0 to 13.2.1
Bumps Aspire.Hosting.Azure.Functions from 13.1.0 to 13.2.1
Bumps Aspire.Hosting.Azure.Storage from 13.1.0 to 13.2.1
Bumps Aspire.Hosting.Docker from 13.1.0-preview.1.25616.3 to 13.2.1
Bumps Aspire.Hosting.JavaScript from 13.1.0 to 13.2.1
Bumps Aspire.Hosting.MySql from 13.1.0 to 13.2.1
Bumps Aspire.Hosting.Orleans from 13.1.0 to 13.2.1
Bumps Aspire.Hosting.PostgreSQL from 13.1.0 to 13.2.1
Bumps Aspire.Hosting.Python from 13.1.0 to 13.2.1
Bumps Aspire.Hosting.Redis from 13.1.0 to 13.2.1
Bumps Aspire.Hosting.SqlServer from 13.1.0 to 13.2.1
Bumps Aspire.Hosting.Testing from 13.1.0 to 13.2.1
Bumps Aspire.Microsoft.Data.SqlClient from 13.1.0 to 13.2.1
Bumps Aspire.Microsoft.EntityFrameworkCore.SqlServer from 13.1.0 to 13.2.1
Bumps Aspire.MySqlConnector from 13.1.0 to 13.2.1
Bumps Aspire.Npgsql from 13.1.0 to 13.2.1
Bumps Aspire.Npgsql.EntityFrameworkCore.PostgreSQL from 13.1.0 to 13.2.1
Bumps Aspire.StackExchange.Redis from 13.1.0 to 13.2.1
Bumps Aspire.StackExchange.Redis.OutputCaching from 13.1.0 to 13.2.1
Bumps Microsoft.EntityFrameworkCore.SqlServer from 10.0.1 to 10.0.5
Bumps Microsoft.Extensions.ServiceDiscovery.Yarp from 10.1.0 to 10.4.0

---
updated-dependencies:
- dependency-name: Aspire.Azure.Storage.Blobs
  dependency-version: 13.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aspire
- dependency-name: Aspire.Azure.Storage.Blobs
  dependency-version: 13.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aspire
- dependency-name: Aspire.Azure.Storage.Queues
  dependency-version: 13.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aspire
- dependency-name: Aspire.Hosting.AppHost
  dependency-version: 13.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aspire
- dependency-name: Aspire.Hosting.Azure
  dependency-version: 13.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aspire
- dependency-name: Aspire.Hosting.Azure
  dependency-version: 13.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aspire
- dependency-name: Aspire.Hosting.Azure.AppContainers
  dependency-version: 13.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aspire
- dependency-name: Aspire.Hosting.Azure.Functions
  dependency-version: 13.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aspire
- dependency-name: Aspire.Hosting.Azure.Storage
  dependency-version: 13.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aspire
- dependency-name: Aspire.Hosting.Azure.Storage
  dependency-version: 13.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aspire
- dependency-name: Aspire.Hosting.Docker
  dependency-version: 13.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aspire
- dependency-name: Aspire.Hosting.JavaScript
  dependency-version: 13.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aspire
- dependency-name: Aspire.Hosting.JavaScript
  dependency-version: 13.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aspire
- dependency-name: Aspire.Hosting.JavaScript
  dependency-version: 13.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aspire
- dependency-name: Aspire.Hosting.MySql
  dependency-version: 13.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aspire
- dependency-name: Aspire.Hosting.Orleans
  dependency-version: 13.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aspire
- dependency-name: Aspire.Hosting.PostgreSQL
  dependency-version: 13.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aspire
- dependency-name: Aspire.Hosting.PostgreSQL
  dependency-version: 13.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aspire
- dependency-name: Aspire.Hosting.Python
  dependency-version: 13.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aspire
- dependency-name: Aspire.Hosting.Redis
  dependency-version: 13.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aspire
- dependency-name: Aspire.Hosting.Redis
  dependency-version: 13.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aspire
- dependency-name: Aspire.Hosting.Redis
  dependency-version: 13.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aspire
- dependency-name: Aspire.Hosting.Redis
  dependency-version: 13.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aspire
- dependency-name: Aspire.Hosting.SqlServer
  dependency-version: 13.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aspire
- dependency-name: Aspire.Hosting.SqlServer
  dependency-version: 13.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aspire
- dependency-name: Aspire.Hosting.SqlServer
  dependency-version: 13.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aspire
- dependency-name: Aspire.Hosting.Testing
  dependency-version: 13.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aspire
- dependency-name: Aspire.Microsoft.Data.SqlClient
  dependency-version: 13.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aspire
- dependency-name: Aspire.Microsoft.EntityFrameworkCore.SqlServer
  dependency-version: 13.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aspire
- dependency-name: Aspire.Microsoft.EntityFrameworkCore.SqlServer
  dependency-version: 13.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aspire
- dependency-name: Aspire.Microsoft.EntityFrameworkCore.SqlServer
  dependency-version: 13.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aspire
- dependency-name: Microsoft.EntityFrameworkCore.SqlServer
  dependency-version: 10.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aspire
- dependency-name: Aspire.MySqlConnector
  dependency-version: 13.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aspire
- dependency-name: Aspire.Npgsql
  dependency-version: 13.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aspire
- dependency-name: Aspire.Npgsql.EntityFrameworkCore.PostgreSQL
  dependency-version: 13.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aspire
- dependency-name: Aspire.Npgsql.EntityFrameworkCore.PostgreSQL
  dependency-version: 13.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aspire
- dependency-name: Aspire.StackExchange.Redis
  dependency-version: 13.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aspire
- dependency-name: Aspire.StackExchange.Redis
  dependency-version: 13.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aspire
- dependency-name: Aspire.StackExchange.Redis.OutputCaching
  dependency-version: 13.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aspire
- dependency-name: Microsoft.Extensions.ServiceDiscovery.Yarp
  dependency-version: 10.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aspire
...

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants