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.
Decision snapshot
Is this a fit?
Developers using aitour26-BRK445-building-enterprise-ready-ai-agents-with-microsoft-foundry, Includes SKILL.md, Reusable instructions
Compatibility not yet detected.
Permission behavior not yet detected.
Copy skill directory
5 months ago · MIT license
No specific cautions were detected. Review the source and requested permissions before installing.
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. See how SkillIndex evaluates profiles.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using aitour26-BRK445-building-enterprise-ready-ai-agents-with-microsoft-foundry
Declared skill metadata
- Source file: .squad/skills/aspire-package-upgrade/SKILL.md
These fields retain source and confidence evidence from the indexed SKILL.md.
Compatibility and setup
- 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
Verified compatibility and discovery
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.
Project health auto-fetched from the source repository.
Maintain this resource?
Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.