Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Nov 11, 2025

Aspire 13.0.0 was recently published. This updates the AI Chat Web template to reference the new version.

Changes

  • GeneratedContent.targets: Updated Aspire package versions from 9.5.1 to 13.0.0
  • ServiceDiscovery: Updated to 10.0.0 (latest available; 13.0.0 does not exist on NuGet)
  • Template snapshots: Regenerated 9 .csproj files across 3 Aspire template variants (BasicAspire, AzureOpenAI_Qdrant_Aspire, Ollama_Qdrant)

All snapshot tests pass with the updated versions.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • https://api.github.com/repos/dotnet/aspire/releases
    • Triggering command: curl -s REDACTED (http block)
  • https://api.github.com/repos/dotnet/aspire/tags
    • Triggering command: curl -s REDACTED (http block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

This section details on the original issue you should resolve

<issue_title>Update AI Chat Web template to use Aspire 13</issue_title>
<issue_description>Aspire 13.0.0 was just published. We should update the AI Chat Web template to utilize it. This will primarily involve updating the Aspire versions in GeneratedContent.targets and updating template snapshots.</issue_description>

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Microsoft Reviewers: Open in CodeFlow

Copilot AI and others added 2 commits November 11, 2025 18:40
Co-authored-by: MackinnonBuck <10456961+MackinnonBuck@users.noreply.github.com>
Co-authored-by: MackinnonBuck <10456961+MackinnonBuck@users.noreply.github.com>
Copilot AI changed the title [WIP] Update AI Chat Web template to use Aspire 13 Update AI Chat Web template to Aspire 13.0.0 Nov 11, 2025
Copilot AI requested a review from MackinnonBuck November 11, 2025 18:59
Copilot finished work on behalf of MackinnonBuck November 11, 2025 18:59
@MackinnonBuck MackinnonBuck force-pushed the copilot/update-ai-chat-template branch from 0587d66 to b240b82 Compare November 11, 2025 23:05
@MackinnonBuck
Copy link
Member

Getting this failure in the template execution tests:

Detected package downgrade: Microsoft.Extensions.AI from 10.0.0 to 10.0.0-ci. Reference the package directly from the project to select a different version.

This is happening because Aspire.Azure.AI.OpenAI references Microsoft.Extensions.AI version 10.0.0, but the locally-built version of Microsoft.Extensions.AI is 10.0.0-dev, which is seen as lower.

@jeffhandley is it OK to make branding changes in this PR (incrementing the minor version)? That would solve this issue, but I know that we usually the change minor version in dedicated "branding update" PRs.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update AI Chat Web template to use Aspire 13

2 participants