aspire-package-upgrade Skill
Upgrading .NET Aspire packages to latest stable/preview versions Published by microsoft in aitour26-BRK445-building-enterprise-ready-ai-agents-with-microsoft-foundry.
What is aspire-package-upgrade Skill?
Upgrading .NET Aspire packages to latest stable/preview versions Published by microsoft in aitour26-BRK445-building-enterprise-ready-ai-agents-with-microsoft-foundry. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using aitour26-BRK445-building-enterprise-ready-ai-agents-with-microsoft-foundry
Technical details
- Install or run with Copy skill directory
When to use aspire-package-upgrade Skill
- Use it for developers using aitour26-brk445-building-enterprise-ready-ai-agents-with-microsoft-foundry.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/aitour26-BRK445-building-enterprise-ready-ai-agents-with-microsoft-foundry
- Skill file: .squad/skills/aspire-package-upgrade/SKILL.md
What it does
Upgrading .NET Aspire packages to latest stable/preview versions
Skill instructions
Context .NET Aspire releases frequently, and Aspire packages should be kept aligned with the installed Aspire CLI version. This skill documents the process for discovering latest versions, upgrading all Aspire packages together, and validating the upgrade with a build. Key Principle: Aspire. packages should track the same major.minor version (e.g., all on 13.2.x) to avoid API/behavior mismatches. Discovery — Find Latest Versions Via NuGet API (PowerShell) powershell $packages = @( 'aspire.apphost.sdk', 'aspire.azure.ai.openai', 'aspire.azure.ai.inference', 'aspire.hosting.azure.aifoundry', 'aspire.hosting.azure.applicationinsights', 'aspire.hosting.azure.cognitiveservices', 'communitytoolkit.aspire.hosting.sqlite' ) foreach ($pkg in $packages) { $response = Invoke-RestMethod "https://api.nuget.org/v3-flatcontainer/$pkg/index.json" Get versions starting with desired major.minor (e.g., 13.2) $v13 = $response.versions | Where-Object { $ -match '^13.2.' } | Sort-Object -Descending $v13st
Explore related resources
Frequently asked questions
What is aspire-package-upgrade?
aspire-package-upgrade is a open-source AI agent skill with Copy skill directory. Upgrading .NET Aspire packages to latest stable/preview versions
Who is aspire-package-upgrade best for?
aspire-package-upgrade is best for reusing agent instructions, scripts, and references.
How do I install aspire-package-upgrade?
Install or run aspire-package-upgrade using Copy skill directory. Check aspire-package-upgrade for the latest setup command.
Is aspire-package-upgrade actively maintained?
aspire-package-upgrade may need a closer maintenance check before production use.
Auto-fetched from GitHub.