Platform Setup
.NET SDK Installation
This project requires .NET 10.0.100-rc.1.25451.107 as specified in global.json.
Quick Installation
Run the provided installation script:
Code
This script will:
- ✅ Check the required version from
global.json - ✅ Download and install the correct .NET SDK
- ✅ Configure PATH variables
- ✅ Verify the installation
Manual Installation
If you prefer to install manually:
Code
Verification
After installation, verify with:
Code
Troubleshooting
If you get "SDK not found" errors:
- Ensure the
global.jsonversion matches your installed SDK - Check that the SDK installation directory is in your PATH
- Run
dotnet --list-sdksto see installed versions
For more information, see: https://learn.microsoft.com/en-us/dotnet/core/tools/global-json
Last modified on