Today we are releasing .NET 9.0.200-preview.0.24575.35 SDK. This SDK includes slnx
support in the dotnet
CLI
This SDK includes the previously released .NET 9.0.0 runtime and is in support of Visual Studio 17.13 preview 2 release. The latest 9.0 release is always listed at .NET 9.0 Releases.
SDK Installer | SDK Binaries | Runtime Installer | Runtime Binaries | ASP.NET Core Runtime | Windows Desktop Runtime | |
---|---|---|---|---|---|---|
Windows | x86 | x64 | Arm64 | x86 | x64 | Arm64 | x86 | x64 | Arm64 | x86 | x64 | Arm64 | x86 | x64 |; Hosting Bundle | x86 | x64 | Arm64 |
macOS | x64 | ARM64 | x64 | ARM64 | x64 | ARM64 | x64 | ARM64 | x64 | ARM64 | - |
Linux | Snap and Package Manager | x64 | Arm | Arm64 | Arm32 Alpine | x64 Alpine | Packages (x64) | x64 | Arm | Arm64 | Arm32 Alpine | Arm64 Alpine | x64 Alpine | x64 | Arm | Arm64 | x64 Alpine | - |
Checksums | Checksums | Checksums | Checksums | Checksums | Checksums |
- Includes the .NET Runtime and ASP.NET Core Runtime
- For hosting stand-alone apps on Windows Servers. Includes the ASP.NET Core Module for IIS and can be installed separately on servers without installing .NET Runtime.
The .NET SDK includes a matching updated .NET Runtime. Downloading the Runtime or ASP.NET Core packages is not needed when installing the SDK.
You can check your .NET SDK version by running the following command. The example version shown is for this release.
$ dotnet --version
9.0.200-preview.0.24575.35
You need Visual Studio 17.13 preview 2 or later to use .NET 9.0 on Windows.