homebrew-dotnet-sdk-versions
Install and manage multiple .NET SDK versions on macOS
All Skills in This Repository (3)
Pure Emerald Level Indicatorsnew-cask
Create a Homebrew cask stub for a new dotnet-sdk version and run the auto_updater.
update-cask
Automates creation of update pull requests for Homebrew dotnet-sdk casks.
fix-ci
Fix CI workflows for homebrew-dotnet-sdk-versions by aligning with official Homebrew Cask CI.
Frequently Asked Questions
FAQPage SchemaHow to install homebrew-dotnet-sdk-versions?โผ
Run `npx skills add isen-ng/homebrew-dotnet-sdk-versions --all -g -y` in your terminal to install all skills in this suite globally.
How to install an older .NET SDK version on macOS?โผ
Tap the repository with `brew tap isen-ng/dotnet-sdk-versions`, then run `brew install --cask <version>` such as dotnet-sdk8-0-400 to install it alongside your current SDK.
Can I run multiple .NET SDK versions at the same time?โผ
Yes. Each cask installs in parallel, and the `dotnet` command picks the right version automatically or via a global.json file in your project.
How do the AI skills help maintain this tap?โผ
The included skills let your AI agent create update PRs for casks, add support for new .NET versions, and fix broken CI by following the official Homebrew cask conventions.
Does this work on Apple Silicon Macs?โผ
Yes. .NET 6 and later casks support both arm64 and x64 natively, while older Intel-only versions are symlinked as `dotnetx64` on Apple Silicon.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core