isen-ngisen-ngCommunityยท3 Agent Skills Included

homebrew-dotnet-sdk-versions

Install and manage multiple .NET SDK versions on macOS

Installs any historical .NET SDK version side by side on macOS using Homebrew casks. Eliminates version conflicts, broken shared dependencies, and manual installer downloads. Automates cask updates, new version support, and CI fixes so agents keep the tap current with minimal effort.
npx skills add isen-ng/homebrew-dotnet-sdk-versions --all -g -y

All Skills in This Repository (3)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’