.NET 9.0.303 - July 17, 2025

July 18, 2025 · View on GitHub

Today, we are releasing .NET 9.0.303, an update to .NET 9.0.302 SDK which contains the following fixes:

  1. Compiling with instrumentation does not generate unique coverage array per method.
  2. Fix corruption of sliding text window when trying to peek backwards..

The .NET 9.0.303 release is available for download. This SDK includes the released .NET 9.0.7 Runtime and is in support of Visual Studio 17.14 release. The latest 9.0 release is always listed at .NET 9.0 Releases.

Downloads

SDK InstallerSDK BinariesRuntime InstallerRuntime BinariesASP.NET Core RuntimeWindows Desktop Runtime
Windowsx86 | x64 | Arm64x86 | x64 | Arm64x86 | x64 | Arm64x86 | x64 | Arm64x86 | x64 | Hosting Bundlex86 | x64 | Arm64
macOSx64 | ARM64x64 | ARM64x64 | ARM64x64 | ARM64x64 | ARM64-
LinuxSnap and Package Managerx64 | Arm | Arm64 | Arm32 Alpine | x64 AlpinePackages (x64)x64 | Arm | Arm64 | Arm32 Alpine | Arm64 Alpine | x64 Alpinex64 | Arm | Arm64 | x64 Alpine-
ChecksumsChecksumsChecksumsChecksumsChecksumsChecksums
  1. Includes the .NET Runtime and ASP.NET Core Runtime
  2. 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.303

Visit .NET Documentation to learn about .NET, for building many different types of applications.

Visual Studio Compatibility

You need Visual Studio 17.12 or later to use .NET 9.0 on Windows. While not officially supported, we’ve also enabled rudimentary support for .NET 9.0 in Visual Studio for Mac. Users have to enable a preview feature in Preferences to enable the IDE to discover and use the .NET 9.0 SDK for creating, loading, building, and debugging projects. The C# extension for Visual Studio Code supports .NET 9.0 and C# 13.