# .NET 9.0.7 - July 08, 2025 The .NET 9.0.7 and .NET SDK 9.0.302 releases are available for download. The latest 9.0 release is always listed at [.NET 9.0 Releases](../README.md). 9.0 SDKs that include 9.0.7 runtimes: * [9.0.303][9.0.303] * [9.0.302][9.0.302] * [9.0.108][9.0.108] ## Downloads | | SDK Installer | SDK Binaries | Runtime Installer | Runtime Binaries | ASP.NET Core Runtime |Windows Desktop Runtime | | --------- | :------------------------------------------: | :----------------------: | :---------------------------: | :-------------------------: | :-----------------: | :-----------------: | | Windows | [x86][dotnet-sdk-win-x86.exe] \| [x64][dotnet-sdk-win-x64.exe] \| [Arm64][dotnet-sdk-win-arm64.exe] | [x86][dotnet-sdk-win-x86.zip] \| [x64][dotnet-sdk-win-x64.zip] \| [Arm64][dotnet-sdk-win-arm64.zip] | [x86][dotnet-runtime-win-x86.exe] \| [x64][dotnet-runtime-win-x64.exe] \| [Arm64][dotnet-runtime-win-arm64.exe] | [x86][dotnet-runtime-win-x86.zip] \| [x64][dotnet-runtime-win-x64.zip] \| [Arm64][dotnet-runtime-win-arm64.zip] | [x86][aspnetcore-runtime-win-x86.exe] \| [x64][aspnetcore-runtime-win-x64.exe] \| [Hosting Bundle][dotnet-hosting-win.exe] | [x86][windowsdesktop-runtime-win-x86.exe] \| [x64][windowsdesktop-runtime-win-x64.exe] \| [Arm64][windowsdesktop-runtime-win-arm64.exe] | | macOS | [x64][dotnet-sdk-osx-x64.pkg] \| [ARM64][dotnet-sdk-osx-arm64.pkg] | [x64][dotnet-sdk-osx-x64.tar.gz] \| [ARM64][dotnet-sdk-osx-arm64.tar.gz] | [x64][dotnet-runtime-osx-x64.pkg] \| [ARM64][dotnet-runtime-osx-arm64.pkg] | [x64][dotnet-runtime-osx-x64.tar.gz] \| [ARM64][dotnet-runtime-osx-arm64.tar.gz]| [x64][aspnetcore-runtime-osx-x64.tar.gz] \| [ARM64][aspnetcore-runtime-osx-arm64.tar.gz] | - | | Linux | [Snap and Package Manager](../install-linux.md) | [x64][dotnet-sdk-linux-x64.tar.gz] \| [Arm][dotnet-sdk-linux-arm.tar.gz] \| [Arm64][dotnet-sdk-linux-arm64.tar.gz] \| [Arm32 Alpine][dotnet-sdk-linux-musl-arm.tar.gz] \| [x64 Alpine][dotnet-sdk-linux-musl-x64.tar.gz] | [Packages (x64)][linux-packages] | [x64][dotnet-runtime-linux-x64.tar.gz] \| [Arm][dotnet-runtime-linux-arm.tar.gz] \| [Arm64][dotnet-runtime-linux-arm64.tar.gz] \| [Arm32 Alpine][dotnet-runtime-linux-musl-arm.tar.gz] \| [Arm64 Alpine][dotnet-runtime-linux-musl-arm64.tar.gz] \| [x64 Alpine][dotnet-runtime-linux-musl-x64.tar.gz] | [x64][aspnetcore-runtime-linux-x64.tar.gz] \| [Arm][aspnetcore-runtime-linux-arm.tar.gz] \| [Arm64][aspnetcore-runtime-linux-arm64.tar.gz] \| [x64 Alpine][aspnetcore-runtime-linux-musl-x64.tar.gz] | - | | | [Checksums][checksums-sdk] | [Checksums][checksums-sdk] | [Checksums][checksums-runtime] | [Checksums][checksums-runtime] | [Checksums][checksums-runtime] | [Checksums][checksums-runtime] | 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. ```console $ dotnet --version 9.0.302 ``` ## Docker Images The [.NET Docker images](https://hub.docker.com/_/microsoft-dotnet) have been updated for this release. The [.NET Docker samples](https://github.com/dotnet/dotnet-docker/blob/main/samples/README.md) show various ways to use .NET and Docker together. You can use the following command to try running the latest .NET 9.0 release in containers: ```console docker run --rm mcr.microsoft.com/dotnet/samples ``` The following repos have been updated. * [dotnet/sdk](https://github.com/dotnet/dotnet-docker/blob/main/README.sdk.md): .NET SDK * [dotnet/aspnet](https://github.com/dotnet/dotnet-docker/blob/main/README.aspnet.md): ASP.NET Core Runtime * [dotnet/runtime](https://github.com/dotnet/dotnet-docker/blob/main/README.runtime.md): .NET Runtime * [dotnet/runtime-deps](https://github.com/dotnet/dotnet-docker/blob/main/README.runtime.md): .NET Runtime Dependencies * [dotnet/monitor](https://github.com/dotnet/dotnet-docker/blob/main/README.monitor.md): .NET Monitor * [dotnet/monitor/base](https://github.com/dotnet/dotnet-docker/blob/main/README.monitor-base.md): .NET Monitor Base * [dotnet/aspire-dashboard](https://github.com/dotnet/dotnet-docker/blob/main/README.aspire-dashboard.md): .NET Aspire Dashboard * [dotnet/samples](https://github.com/dotnet/dotnet-docker/blob/main/README.samples.md): .NET Samples ## Notable Changes [.NET 9.0 July 2025 Blog][dotnet-blog] ## Visual Studio Compatibility You need [Visual Studio 17.12](https://visualstudio.microsoft.com) 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](https://code.visualstudio.com/docs/languages/dotnet) for [Visual Studio Code](https://code.visualstudio.com/) supports .NET 9.0 and C# 13. ## Feedback Your feedback is important and appreciated. We've created an issue at [dotnet/core #9967](https://github.com/dotnet/core/issues/9967) for your questions and comments. [9.0.303]: 9.0.303.md [9.0.302]: 9.0.7.md [9.0.108]: 9.0.108.md [checksums-runtime]: https://builds.dotnet.microsoft.com/dotnet/checksums/9.0.7-sha.txt [checksums-sdk]: https://builds.dotnet.microsoft.com/dotnet/checksums/9.0.7-sha.txt [dotnet-blog]: https://devblogs.microsoft.com/dotnet/dotnet-and-dotnet-framework-july-2025-servicing-updates/ [linux-packages]: ../install-linux.md ## Packages updated in this release | Package name | Version | | :----------------------------------------- | :------: | | AspNetCoreRuntime.9.0.x64 | 9.0.7 | | AspNetCoreRuntime.9.0.x86 | 9.0.7 | | dotnet-ef | 9.0.7 | | dotnet-ilverify | 9.0.7 | | dotnet-sql-cache | 9.0.7 | | FSharp.Compiler.Service | 43.9.101 | | FSharp.Compiler.Service | 43.9.300 | | FSharp.Core | 9.0.101 | | FSharp.Core | 9.0.300 | | Microsoft.AspNetCore.App.Ref | 9.0.7 | | Microsoft.AspNetCore.App.Runtime.linux-arm | 9.0.7 | | Microsoft.AspNetCore.App.Runtime.linux-arm64 | 9.0.7 | | Microsoft.AspNetCore.App.Runtime.linux-musl-arm | 9.0.7 | | Microsoft.AspNetCore.App.Runtime.linux-musl-arm64 | 9.0.7 | | Microsoft.AspNetCore.App.Runtime.linux-musl-x64 | 9.0.7 | | Microsoft.AspNetCore.App.Runtime.linux-x64 | 9.0.7 | | Microsoft.AspNetCore.App.Runtime.osx-arm64 | 9.0.7 | | Microsoft.AspNetCore.App.Runtime.osx-x64 | 9.0.7 | | Microsoft.AspNetCore.App.Runtime.win-arm64 | 9.0.7 | | Microsoft.AspNetCore.App.Runtime.win-x64 | 9.0.7 | | Microsoft.AspNetCore.App.Runtime.win-x86 | 9.0.7 | | Microsoft.AspNetCore.Authentication.Certificate | 9.0.7 | | Microsoft.AspNetCore.Authentication.Facebook | 9.0.7 | | Microsoft.AspNetCore.Authentication.Google | 9.0.7 | | Microsoft.AspNetCore.Authentication.JwtBearer | 9.0.7 | | Microsoft.AspNetCore.Authentication.MicrosoftAccount | 9.0.7 | | Microsoft.AspNetCore.Authentication.Negotiate | 9.0.7 | | Microsoft.AspNetCore.Authentication.OpenIdConnect | 9.0.7 | | Microsoft.AspNetCore.Authentication.Twitter | 9.0.7 | | Microsoft.AspNetCore.Authentication.WsFederation | 9.0.7 | | Microsoft.AspNetCore.Authorization | 9.0.7 | | Microsoft.AspNetCore.AzureAppServices.HostingStartup | 9.0.7 | | Microsoft.AspNetCore.AzureAppServices.SiteExtension | 9.0.7 | | Microsoft.AspNetCore.AzureAppServicesIntegration | 9.0.7 | | Microsoft.AspNetCore.Components | 9.0.7 | | Microsoft.AspNetCore.Components.Analyzers | 9.0.7 | | Microsoft.AspNetCore.Components.Authorization | 9.0.7 | | Microsoft.AspNetCore.Components.CustomElements | 9.0.7 | | Microsoft.AspNetCore.Components.Forms | 9.0.7 | | Microsoft.AspNetCore.Components.QuickGrid | 9.0.7 | | Microsoft.AspNetCore.Components.QuickGrid.EntityFrameworkAdapter | 9.0.7 | | Microsoft.AspNetCore.Components.Web | 9.0.7 | | Microsoft.AspNetCore.Components.WebAssembly | 9.0.7 | | Microsoft.AspNetCore.Components.WebAssembly.Authentication | 9.0.7 | | Microsoft.AspNetCore.Components.WebAssembly.DevServer | 9.0.7 | | Microsoft.AspNetCore.Components.WebAssembly.Server | 9.0.7 | | Microsoft.AspNetCore.Components.WebView | 9.0.7 | | Microsoft.AspNetCore.ConcurrencyLimiter | 9.0.7 | | Microsoft.AspNetCore.Connections.Abstractions | 9.0.7 | | Microsoft.AspNetCore.Cryptography.Internal | 9.0.7 | | Microsoft.AspNetCore.Cryptography.KeyDerivation | 9.0.7 | | Microsoft.AspNetCore.DataProtection | 9.0.7 | | Microsoft.AspNetCore.DataProtection.Abstractions | 9.0.7 | | Microsoft.AspNetCore.DataProtection.EntityFrameworkCore | 9.0.7 | | Microsoft.AspNetCore.DataProtection.Extensions | 9.0.7 | | Microsoft.AspNetCore.DataProtection.StackExchangeRedis | 9.0.7 | | Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore | 9.0.7 | | Microsoft.AspNetCore.Grpc.JsonTranscoding | 9.0.7 | | Microsoft.AspNetCore.Grpc.Swagger | 0.9.7 | | Microsoft.AspNetCore.HeaderPropagation | 9.0.7 | | Microsoft.AspNetCore.Hosting.WindowsServices | 9.0.7 | | Microsoft.AspNetCore.Http.Connections.Client | 9.0.7 | | Microsoft.AspNetCore.Http.Connections.Common | 9.0.7 | | Microsoft.AspNetCore.Identity.EntityFrameworkCore | 9.0.7 | | Microsoft.AspNetCore.Identity.UI | 9.0.7 | | Microsoft.AspNetCore.JsonPatch | 9.0.7 | | Microsoft.AspNetCore.Metadata | 9.0.7 | | Microsoft.AspNetCore.MiddlewareAnalysis | 9.0.7 | | Microsoft.AspNetCore.Mvc.NewtonsoftJson | 9.0.7 | | Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation | 9.0.7 | | Microsoft.AspNetCore.Mvc.Testing | 9.0.7 | | Microsoft.AspNetCore.OpenApi | 9.0.7 | | Microsoft.AspNetCore.OutputCaching.StackExchangeRedis | 9.0.7 | | Microsoft.AspNetCore.Owin | 9.0.7 | | Microsoft.AspNetCore.SignalR.Client | 9.0.7 | | Microsoft.AspNetCore.SignalR.Client.Core | 9.0.7 | | Microsoft.AspNetCore.SignalR.Common | 9.0.7 | | Microsoft.AspNetCore.SignalR.Protocols.Json | 9.0.7 | | Microsoft.AspNetCore.SignalR.Protocols.MessagePack | 9.0.7 | | Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson | 9.0.7 | | Microsoft.AspNetCore.SignalR.Specification.Tests | 9.0.7 | | Microsoft.AspNetCore.SignalR.StackExchangeRedis | 9.0.7 | | Microsoft.AspNetCore.SpaProxy | 9.0.7 | | Microsoft.AspNetCore.SpaServices.Extensions | 9.0.7 | | Microsoft.AspNetCore.TestHost | 9.0.7 | | Microsoft.AspNetCore.WebUtilities | 9.0.7 | | Microsoft.Authentication.WebAssembly.Msal | 9.0.7 | | Microsoft.Bcl.AsyncInterfaces | 9.0.7 | | Microsoft.Bcl.Cryptography | 9.0.7 | | Microsoft.Bcl.Memory | 9.0.7 | | Microsoft.Bcl.Numerics | 9.0.7 | | Microsoft.Bcl.TimeProvider | 9.0.7 | | Microsoft.CodeAnalysis.NetAnalyzers | 9.0.0-preview.25275.3 | | Microsoft.Data.Sqlite | 9.0.7 | | Microsoft.Data.Sqlite.Core | 9.0.7 | | Microsoft.dotnet-openapi | 9.0.7 | | Microsoft.DotNet.ApiCompat.Task | 9.0.108 | | Microsoft.DotNet.ApiCompat.Task | 9.0.302 | | Microsoft.DotNet.ApiCompat.Tool | 9.0.108 | | Microsoft.DotNet.ApiCompat.Tool | 9.0.302 | | Microsoft.DotNet.Common.ItemTemplates | 9.0.108 | | Microsoft.DotNet.Common.ItemTemplates | 9.0.302 | | Microsoft.DotNet.Common.ProjectTemplates.9.0 | 9.0.108 | | Microsoft.DotNet.Common.ProjectTemplates.9.0 | 9.0.302 | | Microsoft.DotNet.ILCompiler | 9.0.7 | | Microsoft.DotNet.Web.Client.ItemTemplates | 9.0.7 | | Microsoft.DotNet.Web.ItemTemplates.9.0 | 9.0.7 | | Microsoft.DotNet.Web.ProjectTemplates.9.0 | 9.0.7 | | Microsoft.EntityFrameworkCore | 9.0.7 | | Microsoft.EntityFrameworkCore.Abstractions | 9.0.7 | | Microsoft.EntityFrameworkCore.Analyzers | 9.0.7 | | Microsoft.EntityFrameworkCore.Cosmos | 9.0.7 | | Microsoft.EntityFrameworkCore.Design | 9.0.7 | | Microsoft.EntityFrameworkCore.InMemory | 9.0.7 | | Microsoft.EntityFrameworkCore.Proxies | 9.0.7 | | Microsoft.EntityFrameworkCore.Relational | 9.0.7 | | Microsoft.EntityFrameworkCore.Relational.Specification.Tests | 9.0.7 | | Microsoft.EntityFrameworkCore.Specification.Tests | 9.0.7 | | Microsoft.EntityFrameworkCore.Sqlite | 9.0.7 | | Microsoft.EntityFrameworkCore.Sqlite.Core | 9.0.7 | | Microsoft.EntityFrameworkCore.Sqlite.NetTopologySuite | 9.0.7 | | Microsoft.EntityFrameworkCore.SqlServer | 9.0.7 | | Microsoft.EntityFrameworkCore.SqlServer.Abstractions | 9.0.7 | | Microsoft.EntityFrameworkCore.SqlServer.HierarchyId | 9.0.7 | | Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite | 9.0.7 | | Microsoft.EntityFrameworkCore.Tasks | 9.0.7 | | Microsoft.EntityFrameworkCore.Templates | 9.0.7 | | Microsoft.EntityFrameworkCore.Tools | 9.0.7 | | Microsoft.Extensions.ApiDescription.Client | 9.0.7 | | Microsoft.Extensions.ApiDescription.Server | 9.0.7 | | Microsoft.Extensions.Caching.Abstractions | 9.0.7 | | Microsoft.Extensions.Caching.Memory | 9.0.7 | | Microsoft.Extensions.Caching.SqlServer | 9.0.7 | | Microsoft.Extensions.Caching.StackExchangeRedis | 9.0.7 | | Microsoft.Extensions.Configuration | 9.0.7 | | Microsoft.Extensions.Configuration.Abstractions | 9.0.7 | | Microsoft.Extensions.Configuration.Binder | 9.0.7 | | Microsoft.Extensions.Configuration.CommandLine | 9.0.7 | | Microsoft.Extensions.Configuration.EnvironmentVariables | 9.0.7 | | Microsoft.Extensions.Configuration.FileExtensions | 9.0.7 | | Microsoft.Extensions.Configuration.Ini | 9.0.7 | | Microsoft.Extensions.Configuration.Json | 9.0.7 | | Microsoft.Extensions.Configuration.KeyPerFile | 9.0.7 | | Microsoft.Extensions.Configuration.UserSecrets | 9.0.7 | | Microsoft.Extensions.Configuration.Xml | 9.0.7 | | Microsoft.Extensions.DependencyInjection | 9.0.7 | | Microsoft.Extensions.DependencyInjection.Abstractions | 9.0.7 | | Microsoft.Extensions.DependencyInjection.Specification.Tests | 9.0.7 | | Microsoft.Extensions.DependencyModel | 9.0.7 | | Microsoft.Extensions.Diagnostics | 9.0.7 | | Microsoft.Extensions.Diagnostics.Abstractions | 9.0.7 | | Microsoft.Extensions.Diagnostics.HealthChecks | 9.0.7 | | Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions | 9.0.7 | | Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore | 9.0.7 | | Microsoft.Extensions.Features | 9.0.7 | | Microsoft.Extensions.FileProviders.Abstractions | 9.0.7 | | Microsoft.Extensions.FileProviders.Composite | 9.0.7 | | Microsoft.Extensions.FileProviders.Embedded | 9.0.7 | | Microsoft.Extensions.FileProviders.Physical | 9.0.7 | | Microsoft.Extensions.FileSystemGlobbing | 9.0.7 | | Microsoft.Extensions.Hosting | 9.0.7 | | Microsoft.Extensions.Hosting.Abstractions | 9.0.7 | | Microsoft.Extensions.Hosting.Systemd | 9.0.7 | | Microsoft.Extensions.Hosting.WindowsServices | 9.0.7 | | Microsoft.Extensions.Http | 9.0.7 | | Microsoft.Extensions.Http.Polly | 9.0.7 | | Microsoft.Extensions.Identity.Core | 9.0.7 | | Microsoft.Extensions.Identity.Stores | 9.0.7 | | Microsoft.Extensions.Localization | 9.0.7 | | Microsoft.Extensions.Localization.Abstractions | 9.0.7 | | Microsoft.Extensions.Logging | 9.0.7 | | Microsoft.Extensions.Logging.Abstractions | 9.0.7 | | Microsoft.Extensions.Logging.AzureAppServices | 9.0.7 | | Microsoft.Extensions.Logging.Configuration | 9.0.7 | | Microsoft.Extensions.Logging.Console | 9.0.7 | | Microsoft.Extensions.Logging.Debug | 9.0.7 | | Microsoft.Extensions.Logging.EventLog | 9.0.7 | | Microsoft.Extensions.Logging.EventSource | 9.0.7 | | Microsoft.Extensions.Logging.TraceSource | 9.0.7 | | Microsoft.Extensions.ObjectPool | 9.0.7 | | Microsoft.Extensions.Options | 9.0.7 | | Microsoft.Extensions.Options.ConfigurationExtensions | 9.0.7 | | Microsoft.Extensions.Options.DataAnnotations | 9.0.7 | | Microsoft.Extensions.Primitives | 9.0.7 | | Microsoft.Extensions.WebEncoders | 9.0.7 | | Microsoft.ILVerification | 9.0.7 | | Microsoft.JSInterop | 9.0.7 | | Microsoft.JSInterop.WebAssembly | 9.0.7 | | Microsoft.NET.Build.Containers | 9.0.108 | | Microsoft.NET.Build.Containers | 9.0.302 | | Microsoft.Net.Http.Headers | 9.0.7 | | Microsoft.NET.ILLink.Tasks | 9.0.7 | | Microsoft.NET.Runtime.Android.Sample.Mono | 9.0.7 | | Microsoft.NET.Runtime.Emscripten.3.1.56.Cache.linux-arm64 | 9.0.7 | | Microsoft.NET.Runtime.Emscripten.3.1.56.Cache.linux-musl-arm64 | 9.0.7 | | Microsoft.NET.Runtime.Emscripten.3.1.56.Cache.linux-musl-x64 | 9.0.7 | | Microsoft.NET.Runtime.Emscripten.3.1.56.Cache.linux-x64 | 9.0.7 | | Microsoft.NET.Runtime.Emscripten.3.1.56.Cache.osx-arm64 | 9.0.7 | | Microsoft.NET.Runtime.Emscripten.3.1.56.Cache.osx-x64 | 9.0.7 | | Microsoft.NET.Runtime.Emscripten.3.1.56.Cache.win-arm64 | 9.0.7 | | Microsoft.NET.Runtime.Emscripten.3.1.56.Cache.win-arm64.Msi.arm64 | 9.0.7 | | Microsoft.NET.Runtime.Emscripten.3.1.56.Cache.win-x64 | 9.0.7 | | Microsoft.NET.Runtime.Emscripten.3.1.56.Cache.win-x64.Msi.x64 | 9.0.7 | | Microsoft.NET.Runtime.Emscripten.3.1.56.Node.linux-arm64 | 9.0.7 | | Microsoft.NET.Runtime.Emscripten.3.1.56.Node.linux-musl-arm64 | 9.0.7 | | Microsoft.NET.Runtime.Emscripten.3.1.56.Node.linux-musl-x64 | 9.0.7 | | Microsoft.NET.Runtime.Emscripten.3.1.56.Node.linux-x64 | 9.0.7 | | Microsoft.NET.Runtime.Emscripten.3.1.56.Node.osx-arm64 | 9.0.7 | | Microsoft.NET.Runtime.Emscripten.3.1.56.Node.osx-x64 | 9.0.7 | | Microsoft.NET.Runtime.Emscripten.3.1.56.Node.win-arm64 | 9.0.7 | | Microsoft.NET.Runtime.Emscripten.3.1.56.Node.win-arm64.Msi.arm64 | 9.0.7 | | Microsoft.NET.Runtime.Emscripten.3.1.56.Node.win-x64 | 9.0.7 | | Microsoft.NET.Runtime.Emscripten.3.1.56.Node.win-x64.Msi.x64 | 9.0.7 | | Microsoft.NET.Runtime.Emscripten.3.1.56.Python.osx-arm64 | 9.0.7 | | Microsoft.NET.Runtime.Emscripten.3.1.56.Python.osx-x64 | 9.0.7 | | Microsoft.NET.Runtime.Emscripten.3.1.56.Python.win-arm64 | 9.0.7 | | Microsoft.NET.Runtime.Emscripten.3.1.56.Python.win-arm64.Msi.arm64 | 9.0.7 | | Microsoft.NET.Runtime.Emscripten.3.1.56.Python.win-x64 | 9.0.7 | | Microsoft.NET.Runtime.Emscripten.3.1.56.Python.win-x64.Msi.x64 | 9.0.7 | | Microsoft.NET.Runtime.Emscripten.3.1.56.Sdk.linux-arm64 | 9.0.7 | | Microsoft.NET.Runtime.Emscripten.3.1.56.Sdk.linux-musl-arm64 | 9.0.7 | | Microsoft.NET.Runtime.Emscripten.3.1.56.Sdk.linux-musl-x64 | 9.0.7 | | Microsoft.NET.Runtime.Emscripten.3.1.56.Sdk.linux-x64 | 9.0.7 | | Microsoft.NET.Runtime.Emscripten.3.1.56.Sdk.osx-arm64 | 9.0.7 | | Microsoft.NET.Runtime.Emscripten.3.1.56.Sdk.osx-x64 | 9.0.7 | | Microsoft.NET.Runtime.Emscripten.3.1.56.Sdk.win-arm64 | 9.0.7 | | Microsoft.NET.Runtime.Emscripten.3.1.56.Sdk.win-arm64.Msi.arm64 | 9.0.7 | | Microsoft.NET.Runtime.Emscripten.3.1.56.Sdk.win-x64 | 9.0.7 | | Microsoft.NET.Runtime.Emscripten.3.1.56.Sdk.win-x64.Msi.x64 | 9.0.7 | | Microsoft.NET.Runtime.iOS.Sample.Mono | 9.0.7 | | Microsoft.NET.Runtime.LibraryBuilder.Sdk | 9.0.7 | | Microsoft.NET.Runtime.MonoAOTCompiler.Task | 9.0.7 | | Microsoft.NET.Runtime.MonoAOTCompiler.Task.Msi.arm64 | 9.0.7 | | Microsoft.NET.Runtime.MonoAOTCompiler.Task.Msi.x64 | 9.0.7 | | Microsoft.NET.Runtime.MonoAOTCompiler.Task.Msi.x86 | 9.0.7 | | Microsoft.NET.Runtime.MonoTargets.Sdk | 9.0.7 | | Microsoft.NET.Runtime.MonoTargets.Sdk.Msi.arm64 | 9.0.7 | | Microsoft.NET.Runtime.MonoTargets.Sdk.Msi.x64 | 9.0.7 | | Microsoft.NET.Runtime.MonoTargets.Sdk.Msi.x86 | 9.0.7 | | Microsoft.NET.Runtime.wasm.Sample.Mono | 9.0.7 | | Microsoft.NET.Runtime.WebAssembly.Sdk | 9.0.7 | | Microsoft.NET.Runtime.WebAssembly.Sdk.Msi.arm64 | 9.0.7 | | Microsoft.NET.Runtime.WebAssembly.Sdk.Msi.x64 | 9.0.7 | | Microsoft.NET.Runtime.WebAssembly.Sdk.Msi.x86 | 9.0.7 | | Microsoft.NET.Runtime.WebAssembly.Templates.net9 | 9.0.7 | | Microsoft.NET.Runtime.WebAssembly.Templates.net9.Msi.arm64 | 9.0.7 | | Microsoft.NET.Runtime.WebAssembly.Templates.net9.Msi.x64 | 9.0.7 | | Microsoft.NET.Runtime.WebAssembly.Templates.net9.Msi.x86 | 9.0.7 | | Microsoft.NET.Runtime.WebAssembly.Wasi.Sdk | 9.0.7 | | Microsoft.NET.Runtime.WebAssembly.Wasi.Sdk.Msi.arm64 | 9.0.7 | | Microsoft.NET.Runtime.WebAssembly.Wasi.Sdk.Msi.x64 | 9.0.7 | | Microsoft.NET.Runtime.WebAssembly.Wasi.Sdk.Msi.x86 | 9.0.7 | | Microsoft.Net.Sdk.Compilers.Toolset | 9.0.108 | | Microsoft.Net.Sdk.Compilers.Toolset | 9.0.302 | | Microsoft.NET.Sdk.IL | 9.0.7 | | Microsoft.NET.Sdk.WebAssembly.Pack | 9.0.7 | | Microsoft.NET.Sdk.WebAssembly.Pack.Msi.arm64 | 9.0.7 | | Microsoft.NET.Sdk.WebAssembly.Pack.Msi.x64 | 9.0.7 | | Microsoft.NET.Sdk.WebAssembly.Pack.Msi.x86 | 9.0.7 | | Microsoft.NET.WebAssembly.Threading | 9.0.7 | | Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100 | 9.0.7 | | Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Msi.arm64 | 9.0.7 | | Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Msi.x64 | 9.0.7 | | Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Msi.x86 | 9.0.7 | | Microsoft.NET.Workload.Emscripten.net6.Manifest-9.0.100 | 9.0.7 | | Microsoft.NET.Workload.Emscripten.net6.Manifest-9.0.100.Msi.arm64 | 9.0.7 | | Microsoft.NET.Workload.Emscripten.net6.Manifest-9.0.100.Msi.x64 | 9.0.7 | | Microsoft.NET.Workload.Emscripten.net6.Manifest-9.0.100.Msi.x86 | 9.0.7 | | Microsoft.NET.Workload.Emscripten.net7.Manifest-9.0.100 | 9.0.7 | | Microsoft.NET.Workload.Emscripten.net7.Manifest-9.0.100.Msi.arm64 | 9.0.7 | | Microsoft.NET.Workload.Emscripten.net7.Manifest-9.0.100.Msi.x64 | 9.0.7 | | Microsoft.NET.Workload.Emscripten.net7.Manifest-9.0.100.Msi.x86 | 9.0.7 | | Microsoft.NET.Workload.Emscripten.net8.Manifest-9.0.100 | 9.0.7 | | Microsoft.NET.Workload.Emscripten.net8.Manifest-9.0.100.Msi.arm64 | 9.0.7 | | Microsoft.NET.Workload.Emscripten.net8.Manifest-9.0.100.Msi.x64 | 9.0.7 | | Microsoft.NET.Workload.Emscripten.net8.Manifest-9.0.100.Msi.x86 | 9.0.7 | | Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-9.0.100 | 9.0.7 | | Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-9.0.100.Msi.arm64 | 9.0.7 | | Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-9.0.100.Msi.x64 | 9.0.7 | | Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-9.0.100.Msi.x86 | 9.0.7 | | Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-9.0.100 | 9.0.7 | | Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-9.0.100.Msi.arm64 | 9.0.7 | | Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-9.0.100.Msi.x64 | 9.0.7 | | Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-9.0.100.Msi.x86 | 9.0.7 | | Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-9.0.100 | 9.0.7 | | Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-9.0.100.Msi.arm64 | 9.0.7 | | Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-9.0.100.Msi.x64 | 9.0.7 | | Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-9.0.100.Msi.x86 | 9.0.7 | | Microsoft.NET.Workload.Mono.ToolChain.net8.Manifest-9.0.100 | 9.0.7 | | Microsoft.NET.Workload.Mono.ToolChain.net8.Manifest-9.0.100.Msi.arm64 | 9.0.7 | | Microsoft.NET.Workload.Mono.ToolChain.net8.Manifest-9.0.100.Msi.x64 | 9.0.7 | | Microsoft.NET.Workload.Mono.ToolChain.net8.Manifest-9.0.100.Msi.x86 | 9.0.7 | | Microsoft.NETCore.App.Crossgen2.linux-arm | 9.0.7 | | Microsoft.NETCore.App.Crossgen2.linux-arm64 | 9.0.7 | | Microsoft.NETCore.App.Crossgen2.linux-musl-arm | 9.0.7 | | Microsoft.NETCore.App.Crossgen2.linux-musl-arm64 | 9.0.7 | | Microsoft.NETCore.App.Crossgen2.linux-musl-x64 | 9.0.7 | | Microsoft.NETCore.App.Crossgen2.linux-x64 | 9.0.7 | | Microsoft.NETCore.App.Crossgen2.osx-arm64 | 9.0.7 | | Microsoft.NETCore.App.Crossgen2.osx-x64 | 9.0.7 | | Microsoft.NETCore.App.Crossgen2.win-arm64 | 9.0.7 | | Microsoft.NETCore.App.Crossgen2.win-x64 | 9.0.7 | | Microsoft.NETCore.App.Crossgen2.win-x86 | 9.0.7 | | Microsoft.NETCore.App.Host.linux-arm | 9.0.7 | | Microsoft.NETCore.App.Host.linux-arm64 | 9.0.7 | | Microsoft.NETCore.App.Host.linux-bionic-arm64 | 9.0.7 | | Microsoft.NETCore.App.Host.linux-bionic-x64 | 9.0.7 | | Microsoft.NETCore.App.Host.linux-musl-arm | 9.0.7 | | Microsoft.NETCore.App.Host.linux-musl-arm64 | 9.0.7 | | Microsoft.NETCore.App.Host.linux-musl-x64 | 9.0.7 | | Microsoft.NETCore.App.Host.linux-x64 | 9.0.7 | | Microsoft.NETCore.App.Host.osx-arm64 | 9.0.7 | | Microsoft.NETCore.App.Host.osx-x64 | 9.0.7 | | Microsoft.NETCore.App.Host.win-arm64 | 9.0.7 | | Microsoft.NETCore.App.Host.win-x64 | 9.0.7 | | Microsoft.NETCore.App.Host.win-x86 | 9.0.7 | | Microsoft.NETCore.App.Ref | 9.0.7 | | Microsoft.NETCore.App.Runtime.AOT.linux-arm64.Cross.android-arm | 9.0.7 | | Microsoft.NETCore.App.Runtime.AOT.linux-arm64.Cross.android-arm64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.AOT.linux-arm64.Cross.android-x64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.AOT.linux-arm64.Cross.android-x86 | 9.0.7 | | Microsoft.NETCore.App.Runtime.AOT.linux-arm64.Cross.browser-wasm | 9.0.7 | | Microsoft.NETCore.App.Runtime.AOT.linux-arm64.Cross.wasi-wasm | 9.0.7 | | Microsoft.NETCore.App.Runtime.AOT.linux-musl-arm64.Cross.android-arm | 9.0.7 | | Microsoft.NETCore.App.Runtime.AOT.linux-musl-arm64.Cross.android-arm64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.AOT.linux-musl-arm64.Cross.android-x64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.AOT.linux-musl-arm64.Cross.android-x86 | 9.0.7 | | Microsoft.NETCore.App.Runtime.AOT.linux-musl-arm64.Cross.browser-wasm | 9.0.7 | | Microsoft.NETCore.App.Runtime.AOT.linux-musl-arm64.Cross.wasi-wasm | 9.0.7 | | Microsoft.NETCore.App.Runtime.AOT.linux-musl-x64.Cross.android-arm | 9.0.7 | | Microsoft.NETCore.App.Runtime.AOT.linux-musl-x64.Cross.android-arm64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.AOT.linux-musl-x64.Cross.android-x64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.AOT.linux-musl-x64.Cross.android-x86 | 9.0.7 | | Microsoft.NETCore.App.Runtime.AOT.linux-musl-x64.Cross.browser-wasm | 9.0.7 | | Microsoft.NETCore.App.Runtime.AOT.linux-musl-x64.Cross.wasi-wasm | 9.0.7 | | Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-arm | 9.0.7 | | Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-arm64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-x64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-x86 | 9.0.7 | | Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.browser-wasm | 9.0.7 | | Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.wasi-wasm | 9.0.7 | | Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.android-arm | 9.0.7 | | Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.android-arm64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.android-x64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.android-x86 | 9.0.7 | | Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.browser-wasm | 9.0.7 | | Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.ios-arm64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.iossimulator-arm64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.iossimulator-x64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.maccatalyst-arm64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.maccatalyst-x64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.tvos-arm64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.tvossimulator-arm64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.tvossimulator-x64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.wasi-wasm | 9.0.7 | | Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-arm | 9.0.7 | | Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-arm64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-x64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-x86 | 9.0.7 | | Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.browser-wasm | 9.0.7 | | Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.ios-arm64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.iossimulator-arm64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.iossimulator-x64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.maccatalyst-arm64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.maccatalyst-x64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvos-arm64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvossimulator-arm64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvossimulator-x64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.wasi-wasm | 9.0.7 | | Microsoft.NETCore.App.Runtime.AOT.win-arm64.Cross.android-arm | 9.0.7 | | Microsoft.NETCore.App.Runtime.AOT.win-arm64.Cross.android-arm.Msi.arm64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.AOT.win-arm64.Cross.android-arm64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.AOT.win-arm64.Cross.android-arm64.Msi.arm64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.AOT.win-arm64.Cross.android-x64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.AOT.win-arm64.Cross.android-x64.Msi.arm64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.AOT.win-arm64.Cross.android-x86 | 9.0.7 | | Microsoft.NETCore.App.Runtime.AOT.win-arm64.Cross.android-x86.Msi.arm64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.AOT.win-arm64.Cross.browser-wasm | 9.0.7 | | Microsoft.NETCore.App.Runtime.AOT.win-arm64.Cross.browser-wasm.Msi.arm64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.AOT.win-arm64.Cross.wasi-wasm | 9.0.7 | | Microsoft.NETCore.App.Runtime.AOT.win-arm64.Cross.wasi-wasm.Msi.arm64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-arm | 9.0.7 | | Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-arm.Msi.x64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-arm64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-arm64.Msi.x64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-x64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-x64.Msi.x64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-x86 | 9.0.7 | | Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-x86.Msi.x64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.browser-wasm | 9.0.7 | | Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.browser-wasm.Msi.x64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.wasi-wasm | 9.0.7 | | Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.wasi-wasm.Msi.x64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.linux-arm | 9.0.7 | | Microsoft.NETCore.App.Runtime.linux-arm64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.linux-bionic-arm64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.linux-bionic-x64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.linux-musl-arm | 9.0.7 | | Microsoft.NETCore.App.Runtime.linux-musl-arm64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.linux-musl-x64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.linux-x64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.Mono.android-arm | 9.0.7 | | Microsoft.NETCore.App.Runtime.Mono.android-arm.Msi.arm64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.Mono.android-arm.Msi.x64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.Mono.android-arm.Msi.x86 | 9.0.7 | | Microsoft.NETCore.App.Runtime.Mono.android-arm64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.Mono.android-arm64.Msi.arm64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.Mono.android-arm64.Msi.x64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.Mono.android-arm64.Msi.x86 | 9.0.7 | | Microsoft.NETCore.App.Runtime.Mono.android-x64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.Mono.android-x64.Msi.arm64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.Mono.android-x64.Msi.x64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.Mono.android-x64.Msi.x86 | 9.0.7 | | Microsoft.NETCore.App.Runtime.Mono.android-x86 | 9.0.7 | | Microsoft.NETCore.App.Runtime.Mono.android-x86.Msi.arm64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.Mono.android-x86.Msi.x64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.Mono.android-x86.Msi.x86 | 9.0.7 | | Microsoft.NETCore.App.Runtime.Mono.browser-wasm | 9.0.7 | | Microsoft.NETCore.App.Runtime.Mono.browser-wasm.Msi.arm64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.Mono.browser-wasm.Msi.x64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.Mono.browser-wasm.Msi.x86 | 9.0.7 | | Microsoft.NETCore.App.Runtime.Mono.ios-arm64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.Mono.ios-arm64.Msi.arm64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.Mono.ios-arm64.Msi.x64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.Mono.ios-arm64.Msi.x86 | 9.0.7 | | Microsoft.NETCore.App.Runtime.Mono.iossimulator-arm64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.Mono.iossimulator-arm64.Msi.arm64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.Mono.iossimulator-arm64.Msi.x64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.Mono.iossimulator-arm64.Msi.x86 | 9.0.7 | | Microsoft.NETCore.App.Runtime.Mono.iossimulator-x64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.Mono.iossimulator-x64.Msi.arm64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.Mono.iossimulator-x64.Msi.x64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.Mono.iossimulator-x64.Msi.x86 | 9.0.7 | | Microsoft.NETCore.App.Runtime.Mono.maccatalyst-arm64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.Mono.maccatalyst-arm64.Msi.arm64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.Mono.maccatalyst-arm64.Msi.x64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.Mono.maccatalyst-arm64.Msi.x86 | 9.0.7 | | Microsoft.NETCore.App.Runtime.Mono.maccatalyst-x64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.Mono.maccatalyst-x64.Msi.arm64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.Mono.maccatalyst-x64.Msi.x64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.Mono.maccatalyst-x64.Msi.x86 | 9.0.7 | | Microsoft.NETCore.App.Runtime.Mono.multithread.browser-wasm | 9.0.7 | | Microsoft.NETCore.App.Runtime.Mono.multithread.browser-wasm.Msi.arm64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.Mono.multithread.browser-wasm.Msi.x64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.Mono.multithread.browser-wasm.Msi.x86 | 9.0.7 | | Microsoft.NETCore.App.Runtime.Mono.tvos-arm64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.Mono.tvos-arm64.Msi.arm64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.Mono.tvos-arm64.Msi.x64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.Mono.tvos-arm64.Msi.x86 | 9.0.7 | | Microsoft.NETCore.App.Runtime.Mono.tvossimulator-arm64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.Mono.tvossimulator-arm64.Msi.arm64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.Mono.tvossimulator-arm64.Msi.x64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.Mono.tvossimulator-arm64.Msi.x86 | 9.0.7 | | Microsoft.NETCore.App.Runtime.Mono.tvossimulator-x64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.Mono.tvossimulator-x64.Msi.arm64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.Mono.tvossimulator-x64.Msi.x64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.Mono.tvossimulator-x64.Msi.x86 | 9.0.7 | | Microsoft.NETCore.App.Runtime.Mono.wasi-wasm | 9.0.7 | | Microsoft.NETCore.App.Runtime.Mono.wasi-wasm.Msi.arm64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.Mono.wasi-wasm.Msi.x64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.Mono.wasi-wasm.Msi.x86 | 9.0.7 | | Microsoft.NETCore.App.Runtime.NativeAOT.ios-arm64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.NativeAOT.iossimulator-arm64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.NativeAOT.iossimulator-x64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.NativeAOT.linux-arm | 9.0.7 | | Microsoft.NETCore.App.Runtime.NativeAOT.linux-arm64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.NativeAOT.linux-bionic-arm | 9.0.7 | | Microsoft.NETCore.App.Runtime.NativeAOT.linux-bionic-arm64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.NativeAOT.linux-bionic-x64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.NativeAOT.linux-musl-arm | 9.0.7 | | Microsoft.NETCore.App.Runtime.NativeAOT.linux-musl-arm64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.NativeAOT.linux-musl-x64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.NativeAOT.linux-x64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.NativeAOT.maccatalyst-arm64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.NativeAOT.maccatalyst-x64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.NativeAOT.osx-arm64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.NativeAOT.osx-x64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.NativeAOT.tvos-arm64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.NativeAOT.tvossimulator-arm64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.NativeAOT.tvossimulator-x64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.NativeAOT.win-arm64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.NativeAOT.win-x64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.NativeAOT.win-x86 | 9.0.7 | | Microsoft.NETCore.App.Runtime.osx-arm64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.osx-x64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.win-arm64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.win-arm64.Msi.arm64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.win-arm64.Msi.x64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.win-arm64.Msi.x86 | 9.0.7 | | Microsoft.NETCore.App.Runtime.win-x64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.win-x64.Msi.arm64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.win-x64.Msi.x64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.win-x64.Msi.x86 | 9.0.7 | | Microsoft.NETCore.App.Runtime.win-x86 | 9.0.7 | | Microsoft.NETCore.App.Runtime.win-x86.Msi.arm64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.win-x86.Msi.x64 | 9.0.7 | | Microsoft.NETCore.App.Runtime.win-x86.Msi.x86 | 9.0.7 | | Microsoft.NETCore.DotNetAppHost | 9.0.7 | | Microsoft.NETCore.ILAsm | 9.0.7 | | Microsoft.NETCore.ILDAsm | 9.0.7 | | Microsoft.TemplateEngine.Abstractions | 9.0.108 | | Microsoft.TemplateEngine.Abstractions | 9.0.302 | | Microsoft.TemplateEngine.Authoring.CLI | 9.0.108 | | Microsoft.TemplateEngine.Authoring.CLI | 9.0.302 | | Microsoft.TemplateEngine.Authoring.Tasks | 9.0.108 | | Microsoft.TemplateEngine.Authoring.Tasks | 9.0.302 | | Microsoft.TemplateEngine.Authoring.Templates | 9.0.108 | | Microsoft.TemplateEngine.Authoring.Templates | 9.0.302 | | Microsoft.TemplateEngine.Authoring.TemplateVerifier | 9.0.108 | | Microsoft.TemplateEngine.Authoring.TemplateVerifier | 9.0.302 | | Microsoft.TemplateEngine.Core | 9.0.108 | | Microsoft.TemplateEngine.Core | 9.0.302 | | Microsoft.TemplateEngine.Core.Contracts | 9.0.108 | | Microsoft.TemplateEngine.Core.Contracts | 9.0.302 | | Microsoft.TemplateEngine.Edge | 9.0.108 | | Microsoft.TemplateEngine.Edge | 9.0.302 | | Microsoft.TemplateEngine.IDE | 9.0.108 | | Microsoft.TemplateEngine.IDE | 9.0.302 | | Microsoft.TemplateEngine.Orchestrator.RunnableProjects | 9.0.108 | | Microsoft.TemplateEngine.Orchestrator.RunnableProjects | 9.0.302 | | Microsoft.TemplateEngine.Samples | 9.0.108 | | Microsoft.TemplateEngine.Samples | 9.0.302 | | Microsoft.TemplateEngine.TemplateLocalizer.Core | 9.0.108 | | Microsoft.TemplateEngine.TemplateLocalizer.Core | 9.0.302 | | Microsoft.TemplateEngine.Utils | 9.0.108 | | Microsoft.TemplateEngine.Utils | 9.0.302 | | Microsoft.TemplateSearch.Common | 9.0.108 | | Microsoft.TemplateSearch.Common | 9.0.302 | | Microsoft.Win32.Registry.AccessControl | 9.0.7 | | Microsoft.Win32.SystemEvents | 9.0.7 | | Microsoft.Windows.Compatibility | 9.0.7 | | Microsoft.WindowsDesktop.App.Ref | 9.0.7 | | Microsoft.WindowsDesktop.App.Runtime.win-arm64 | 9.0.7 | | Microsoft.WindowsDesktop.App.Runtime.win-x64 | 9.0.7 | | Microsoft.WindowsDesktop.App.Runtime.win-x86 | 9.0.7 | | Microsoft.XmlSerializer.Generator | 9.0.7 | | runtime.android-arm.runtime.native.System.IO.Ports | 9.0.7 | | runtime.android-arm64.runtime.native.System.IO.Ports | 9.0.7 | | runtime.android-x64.runtime.native.System.IO.Ports | 9.0.7 | | runtime.android-x86.runtime.native.System.IO.Ports | 9.0.7 | | runtime.linux-arm.Microsoft.DotNet.ILCompiler | 9.0.7 | | runtime.linux-arm.Microsoft.NETCore.DotNetAppHost | 9.0.7 | | runtime.linux-arm.Microsoft.NETCore.ILAsm | 9.0.7 | | runtime.linux-arm.Microsoft.NETCore.ILDAsm | 9.0.7 | | runtime.linux-arm.runtime.native.System.IO.Ports | 9.0.7 | | runtime.linux-arm64.Microsoft.DotNet.ILCompiler | 9.0.7 | | runtime.linux-arm64.Microsoft.NETCore.DotNetAppHost | 9.0.7 | | runtime.linux-arm64.Microsoft.NETCore.ILAsm | 9.0.7 | | runtime.linux-arm64.Microsoft.NETCore.ILDAsm | 9.0.7 | | runtime.linux-arm64.runtime.native.System.IO.Ports | 9.0.7 | | runtime.linux-bionic-arm64.Microsoft.NETCore.DotNetAppHost | 9.0.7 | | runtime.linux-bionic-arm64.runtime.native.System.IO.Ports | 9.0.7 | | runtime.linux-bionic-x64.Microsoft.NETCore.DotNetAppHost | 9.0.7 | | runtime.linux-bionic-x64.runtime.native.System.IO.Ports | 9.0.7 | | runtime.linux-musl-arm.Microsoft.DotNet.ILCompiler | 9.0.7 | | runtime.linux-musl-arm.Microsoft.NETCore.DotNetAppHost | 9.0.7 | | runtime.linux-musl-arm.Microsoft.NETCore.ILAsm | 9.0.7 | | runtime.linux-musl-arm.Microsoft.NETCore.ILDAsm | 9.0.7 | | runtime.linux-musl-arm.runtime.native.System.IO.Ports | 9.0.7 | | runtime.linux-musl-arm64.Microsoft.DotNet.ILCompiler | 9.0.7 | | runtime.linux-musl-arm64.Microsoft.NETCore.DotNetAppHost | 9.0.7 | | runtime.linux-musl-arm64.Microsoft.NETCore.ILAsm | 9.0.7 | | runtime.linux-musl-arm64.Microsoft.NETCore.ILDAsm | 9.0.7 | | runtime.linux-musl-arm64.runtime.native.System.IO.Ports | 9.0.7 | | runtime.linux-musl-x64.Microsoft.DotNet.ILCompiler | 9.0.7 | | runtime.linux-musl-x64.Microsoft.NETCore.DotNetAppHost | 9.0.7 | | runtime.linux-musl-x64.Microsoft.NETCore.ILAsm | 9.0.7 | | runtime.linux-musl-x64.Microsoft.NETCore.ILDAsm | 9.0.7 | | runtime.linux-musl-x64.runtime.native.System.IO.Ports | 9.0.7 | | runtime.linux-x64.Microsoft.DotNet.ILCompiler | 9.0.7 | | runtime.linux-x64.Microsoft.NETCore.DotNetAppHost | 9.0.7 | | runtime.linux-x64.Microsoft.NETCore.ILAsm | 9.0.7 | | runtime.linux-x64.Microsoft.NETCore.ILDAsm | 9.0.7 | | runtime.linux-x64.runtime.native.System.IO.Ports | 9.0.7 | | runtime.maccatalyst-arm64.runtime.native.System.IO.Ports | 9.0.7 | | runtime.maccatalyst-x64.runtime.native.System.IO.Ports | 9.0.7 | | runtime.native.System.IO.Ports | 9.0.7 | | runtime.osx-arm64.Microsoft.DotNet.ILCompiler | 9.0.7 | | runtime.osx-arm64.Microsoft.NETCore.DotNetAppHost | 9.0.7 | | runtime.osx-arm64.Microsoft.NETCore.ILAsm | 9.0.7 | | runtime.osx-arm64.Microsoft.NETCore.ILDAsm | 9.0.7 | | runtime.osx-arm64.runtime.native.System.IO.Ports | 9.0.7 | | runtime.osx-x64.Microsoft.DotNet.ILCompiler | 9.0.7 | | runtime.osx-x64.Microsoft.NETCore.DotNetAppHost | 9.0.7 | | runtime.osx-x64.Microsoft.NETCore.ILAsm | 9.0.7 | | runtime.osx-x64.Microsoft.NETCore.ILDAsm | 9.0.7 | | runtime.osx-x64.runtime.native.System.IO.Ports | 9.0.7 | | runtime.win-arm64.Microsoft.DotNet.ILCompiler | 9.0.7 | | runtime.win-arm64.Microsoft.NETCore.DotNetAppHost | 9.0.7 | | runtime.win-arm64.Microsoft.NETCore.ILAsm | 9.0.7 | | runtime.win-arm64.Microsoft.NETCore.ILDAsm | 9.0.7 | | runtime.win-x64.Microsoft.DotNet.ILCompiler | 9.0.7 | | runtime.win-x64.Microsoft.NETCore.DotNetAppHost | 9.0.7 | | runtime.win-x64.Microsoft.NETCore.ILAsm | 9.0.7 | | runtime.win-x64.Microsoft.NETCore.ILDAsm | 9.0.7 | | runtime.win-x86.Microsoft.DotNet.ILCompiler | 9.0.7 | | runtime.win-x86.Microsoft.NETCore.DotNetAppHost | 9.0.7 | | runtime.win-x86.Microsoft.NETCore.ILAsm | 9.0.7 | | runtime.win-x86.Microsoft.NETCore.ILDAsm | 9.0.7 | | System.CodeDom | 9.0.7 | | System.Collections.Immutable | 9.0.7 | | System.ComponentModel.Composition | 9.0.7 | | System.ComponentModel.Composition.Registration | 9.0.7 | | System.Composition | 9.0.7 | | System.Composition.AttributedModel | 9.0.7 | | System.Composition.Convention | 9.0.7 | | System.Composition.Hosting | 9.0.7 | | System.Composition.Runtime | 9.0.7 | | System.Composition.TypedParts | 9.0.7 | | System.Configuration.ConfigurationManager | 9.0.7 | | System.Data.Odbc | 9.0.7 | | System.Data.OleDb | 9.0.7 | | System.Diagnostics.DiagnosticSource | 9.0.7 | | System.Diagnostics.EventLog | 9.0.7 | | System.Diagnostics.PerformanceCounter | 9.0.7 | | System.DirectoryServices | 9.0.7 | | System.DirectoryServices.AccountManagement | 9.0.7 | | System.DirectoryServices.Protocols | 9.0.7 | | System.Drawing.Common | 9.0.7 | | System.Formats.Asn1 | 9.0.7 | | System.Formats.Cbor | 9.0.7 | | System.Formats.Nrbf | 9.0.7 | | System.IO.Hashing | 9.0.7 | | System.IO.Packaging | 9.0.7 | | System.IO.Pipelines | 9.0.7 | | System.IO.Ports | 9.0.7 | | System.Management | 9.0.7 | | System.Memory.Data | 9.0.7 | | System.Net.Http.Json | 9.0.7 | | System.Net.Http.WinHttpHandler | 9.0.7 | | System.Net.ServerSentEvents | 9.0.7 | | System.Numerics.Tensors | 9.0.7 | | System.Reflection.Context | 9.0.7 | | System.Reflection.Metadata | 9.0.7 | | System.Reflection.MetadataLoadContext | 9.0.7 | | System.Resources.Extensions | 9.0.7 | | System.Runtime.Caching | 9.0.7 | | System.Runtime.Serialization.Formatters | 9.0.7 | | System.Runtime.Serialization.Schema | 9.0.7 | | System.Security.Cryptography.Cose | 9.0.7 | | System.Security.Cryptography.Pkcs | 9.0.7 | | System.Security.Cryptography.ProtectedData | 9.0.7 | | System.Security.Cryptography.Xml | 9.0.7 | | System.Security.Permissions | 9.0.7 | | System.ServiceModel.Syndication | 9.0.7 | | System.ServiceProcess.ServiceController | 9.0.7 | | System.Speech | 9.0.7 | | System.Text.Encoding.CodePages | 9.0.7 | | System.Text.Encodings.Web | 9.0.7 | | System.Text.Json | 9.0.7 | | System.Threading.AccessControl | 9.0.7 | | System.Threading.Channels | 9.0.7 | | System.Threading.RateLimiting | 9.0.7 | | System.Threading.Tasks.Dataflow | 9.0.7 | | System.Windows.Extensions | 9.0.7 | [//]: # ( Runtime 9.0.7) [dotnet-runtime-linux-arm.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.7/dotnet-runtime-9.0.7-linux-arm.tar.gz [dotnet-runtime-linux-arm64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.7/dotnet-runtime-9.0.7-linux-arm64.tar.gz [dotnet-runtime-linux-musl-arm.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.7/dotnet-runtime-9.0.7-linux-musl-arm.tar.gz [dotnet-runtime-linux-musl-arm64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.7/dotnet-runtime-9.0.7-linux-musl-arm64.tar.gz [dotnet-runtime-linux-musl-x64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.7/dotnet-runtime-9.0.7-linux-musl-x64.tar.gz [dotnet-runtime-linux-x64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.7/dotnet-runtime-9.0.7-linux-x64.tar.gz [dotnet-runtime-osx-arm64.pkg]: https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.7/dotnet-runtime-9.0.7-osx-arm64.pkg [dotnet-runtime-osx-arm64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.7/dotnet-runtime-9.0.7-osx-arm64.tar.gz [dotnet-runtime-osx-x64.pkg]: https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.7/dotnet-runtime-9.0.7-osx-x64.pkg [dotnet-runtime-osx-x64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.7/dotnet-runtime-9.0.7-osx-x64.tar.gz [dotnet-runtime-win-arm64.exe]: https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.7/dotnet-runtime-9.0.7-win-arm64.exe [dotnet-runtime-win-arm64.zip]: https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.7/dotnet-runtime-9.0.7-win-arm64.zip [dotnet-runtime-win-x64.exe]: https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.7/dotnet-runtime-9.0.7-win-x64.exe [dotnet-runtime-win-x64.zip]: https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.7/dotnet-runtime-9.0.7-win-x64.zip [dotnet-runtime-win-x86.exe]: https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.7/dotnet-runtime-9.0.7-win-x86.exe [dotnet-runtime-win-x86.zip]: https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.7/dotnet-runtime-9.0.7-win-x86.zip [//]: # ( WindowsDesktop 9.0.7) [windowsdesktop-runtime-win-arm64.exe]: https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/9.0.7/windowsdesktop-runtime-9.0.7-win-arm64.exe [windowsdesktop-runtime-win-x64.exe]: https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/9.0.7/windowsdesktop-runtime-9.0.7-win-x64.exe [windowsdesktop-runtime-win-x86.exe]: https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/9.0.7/windowsdesktop-runtime-9.0.7-win-x86.exe [//]: # ( ASP 9.0.7) [aspnetcore-runtime-linux-arm.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.7/aspnetcore-runtime-9.0.7-linux-arm.tar.gz [aspnetcore-runtime-linux-arm64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.7/aspnetcore-runtime-9.0.7-linux-arm64.tar.gz [aspnetcore-runtime-linux-musl-x64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.7/aspnetcore-runtime-9.0.7-linux-musl-x64.tar.gz [aspnetcore-runtime-linux-x64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.7/aspnetcore-runtime-9.0.7-linux-x64.tar.gz [aspnetcore-runtime-osx-arm64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.7/aspnetcore-runtime-9.0.7-osx-arm64.tar.gz [aspnetcore-runtime-osx-x64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.7/aspnetcore-runtime-9.0.7-osx-x64.tar.gz [aspnetcore-runtime-win-x64.exe]: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.7/aspnetcore-runtime-9.0.7-win-x64.exe [aspnetcore-runtime-win-x86.exe]: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.7/aspnetcore-runtime-9.0.7-win-x86.exe [dotnet-hosting-win.exe]: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.7/dotnet-hosting-9.0.7-win.exe [//]: # ( SDK 9.0.302) [dotnet-sdk-linux-arm.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.302/dotnet-sdk-9.0.302-linux-arm.tar.gz [dotnet-sdk-linux-arm64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.302/dotnet-sdk-9.0.302-linux-arm64.tar.gz [dotnet-sdk-linux-musl-arm.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.302/dotnet-sdk-9.0.302-linux-musl-arm.tar.gz [dotnet-sdk-linux-musl-x64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.302/dotnet-sdk-9.0.302-linux-musl-x64.tar.gz [dotnet-sdk-linux-x64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.302/dotnet-sdk-9.0.302-linux-x64.tar.gz [dotnet-sdk-osx-arm64.pkg]: https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.302/dotnet-sdk-9.0.302-osx-arm64.pkg [dotnet-sdk-osx-arm64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.302/dotnet-sdk-9.0.302-osx-arm64.tar.gz [dotnet-sdk-osx-x64.pkg]: https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.302/dotnet-sdk-9.0.302-osx-x64.pkg [dotnet-sdk-osx-x64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.302/dotnet-sdk-9.0.302-osx-x64.tar.gz [dotnet-sdk-win-arm64.exe]: https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.302/dotnet-sdk-9.0.302-win-arm64.exe [dotnet-sdk-win-arm64.zip]: https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.302/dotnet-sdk-9.0.302-win-arm64.zip [dotnet-sdk-win-x64.exe]: https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.302/dotnet-sdk-9.0.302-win-x64.exe [dotnet-sdk-win-x64.zip]: https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.302/dotnet-sdk-9.0.302-win-x64.zip [dotnet-sdk-win-x86.exe]: https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.302/dotnet-sdk-9.0.302-win-x86.exe [dotnet-sdk-win-x86.zip]: https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.302/dotnet-sdk-9.0.302-win-x86.zip