diff --git a/README.md b/README.md index 3aa71b08b5..07a90c8588 100644 --- a/README.md +++ b/README.md @@ -6,15 +6,15 @@ Welcome to the home of .NET [release notes](./release-notes/README.md) and [news [Releases](./releases.md) under active support or development: -| Version | Release Date | Release type |Support phase | Latest Patch Version | End of Support | +| Version | Release Date | Release type | Support phase | Latest Patch Version | End of Support | | :-- | :-- | :-- | :-- | :-- | :-- | | [.NET 10.0](release-notes/10.0/README.md) | November 11, 2025 | [LTS][policies] | Preview | [10.0.0-preview.6][10.0.0-preview.6] | TBD | -| [.NET 9.0](release-notes/9.0/README.md) | [November 12, 2024](https://devblogs.microsoft.com/dotnet/announcing-dotnet-9/) | [STS][policies] | Active | [9.0.7][9.0.7] | May 12, 2026 | -| [.NET 8.0](release-notes/8.0/README.md) | [November 14, 2023](https://devblogs.microsoft.com/dotnet/announcing-dotnet-8/) | [LTS][policies] | Active | [8.0.18][8.0.18] | November 10, 2026 | +| [.NET 9.0](release-notes/9.0/README.md) | [November 12, 2024](https://devblogs.microsoft.com/dotnet/announcing-dotnet-9/) | [STS][policies] | Active | [9.0.8][9.0.8] | May 12, 2026 | +| [.NET 8.0](release-notes/8.0/README.md) | [November 14, 2023](https://devblogs.microsoft.com/dotnet/announcing-dotnet-8/) | [LTS][policies] | Active | [8.0.19][8.0.19] | November 10, 2026 | -[9.0.7]: release-notes/9.0/9.0.7/9.0.7.md -[8.0.18]: release-notes/8.0/8.0.18/8.0.18.md [10.0.0-preview.6]: release-notes/10.0/preview/preview6/10.0.0-preview.6.md +[9.0.8]: release-notes/9.0/9.0.8/9.0.8.md +[8.0.19]: release-notes/8.0/8.0.19/8.0.19.md [policies]: release-policies.md * [Release notes](./release-notes/README.md) diff --git a/release-notes/8.0/8.0.19/8.0.119.md b/release-notes/8.0/8.0.19/8.0.119.md new file mode 100644 index 0000000000..8f7b122fa4 --- /dev/null +++ b/release-notes/8.0/8.0.19/8.0.119.md @@ -0,0 +1,87 @@ +# .NET 8.0.119 - August 12, 2025 + +The .NET 8.0.119 release is available for download. This SDK includes the released .NET 8.0.19 Runtime and is in support of Visual Studio release. The latest 8.0 release is always listed at [.NET 8.0 Releases](../README.md). + +## 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 +8.0.119 +``` + +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/) to learn about .NET, for building many different types of applications. + +## Visual Studio Compatibility + +You need [Visual Studio 17.10](https://visualstudio.microsoft.com) or later to use .NET 8.0 on Windows. While not officially supported, we’ve also enabled rudimentary support for .NET 8.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 8.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 8.0 and C# 12. + +[checksums-runtime]: https://builds.dotnet.microsoft.com/dotnet/checksums/8.0.19-sha.txt +[checksums-sdk]: https://builds.dotnet.microsoft.com/dotnet/checksums/8.0.19-sha.txt + +[linux-packages]: ../install-linux.md + +[//]: # ( Runtime 8.0.19) +[dotnet-runtime-linux-arm.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.19/dotnet-runtime-8.0.19-linux-arm.tar.gz +[dotnet-runtime-linux-arm64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.19/dotnet-runtime-8.0.19-linux-arm64.tar.gz +[dotnet-runtime-linux-musl-arm.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.19/dotnet-runtime-8.0.19-linux-musl-arm.tar.gz +[dotnet-runtime-linux-musl-arm64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.19/dotnet-runtime-8.0.19-linux-musl-arm64.tar.gz +[dotnet-runtime-linux-musl-x64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.19/dotnet-runtime-8.0.19-linux-musl-x64.tar.gz +[dotnet-runtime-linux-x64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.19/dotnet-runtime-8.0.19-linux-x64.tar.gz +[dotnet-runtime-osx-arm64.pkg]: https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.19/dotnet-runtime-8.0.19-osx-arm64.pkg +[dotnet-runtime-osx-arm64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.19/dotnet-runtime-8.0.19-osx-arm64.tar.gz +[dotnet-runtime-osx-x64.pkg]: https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.19/dotnet-runtime-8.0.19-osx-x64.pkg +[dotnet-runtime-osx-x64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.19/dotnet-runtime-8.0.19-osx-x64.tar.gz +[dotnet-runtime-win-arm64.exe]: https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.19/dotnet-runtime-8.0.19-win-arm64.exe +[dotnet-runtime-win-arm64.zip]: https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.19/dotnet-runtime-8.0.19-win-arm64.zip +[dotnet-runtime-win-x64.exe]: https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.19/dotnet-runtime-8.0.19-win-x64.exe +[dotnet-runtime-win-x64.zip]: https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.19/dotnet-runtime-8.0.19-win-x64.zip +[dotnet-runtime-win-x86.exe]: https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.19/dotnet-runtime-8.0.19-win-x86.exe +[dotnet-runtime-win-x86.zip]: https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.19/dotnet-runtime-8.0.19-win-x86.zip + +[//]: # ( WindowsDesktop 8.0.19) +[windowsdesktop-runtime-win-arm64.exe]: https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/8.0.19/windowsdesktop-runtime-8.0.19-win-arm64.exe +[windowsdesktop-runtime-win-x64.exe]: https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/8.0.19/windowsdesktop-runtime-8.0.19-win-x64.exe +[windowsdesktop-runtime-win-x86.exe]: https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/8.0.19/windowsdesktop-runtime-8.0.19-win-x86.exe + +[//]: # ( ASP 8.0.19) +[aspnetcore-runtime-linux-arm.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/8.0.19/aspnetcore-runtime-8.0.19-linux-arm.tar.gz +[aspnetcore-runtime-linux-arm64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/8.0.19/aspnetcore-runtime-8.0.19-linux-arm64.tar.gz +[aspnetcore-runtime-linux-musl-x64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/8.0.19/aspnetcore-runtime-8.0.19-linux-musl-x64.tar.gz +[aspnetcore-runtime-linux-x64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/8.0.19/aspnetcore-runtime-8.0.19-linux-x64.tar.gz +[aspnetcore-runtime-osx-arm64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/8.0.19/aspnetcore-runtime-8.0.19-osx-arm64.tar.gz +[aspnetcore-runtime-osx-x64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/8.0.19/aspnetcore-runtime-8.0.19-osx-x64.tar.gz +[aspnetcore-runtime-win-x64.exe]: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/8.0.19/aspnetcore-runtime-8.0.19-win-x64.exe +[aspnetcore-runtime-win-x86.exe]: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/8.0.19/aspnetcore-runtime-8.0.19-win-x86.exe +[dotnet-hosting-win.exe]: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/8.0.19/dotnet-hosting-8.0.19-win.exe + +[//]: # ( SDK 8.0.119) +[dotnet-sdk-linux-arm.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.119/dotnet-sdk-8.0.119-linux-arm.tar.gz +[dotnet-sdk-linux-arm64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.119/dotnet-sdk-8.0.119-linux-arm64.tar.gz +[dotnet-sdk-linux-musl-arm.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.119/dotnet-sdk-8.0.119-linux-musl-arm.tar.gz +[dotnet-sdk-linux-musl-x64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.119/dotnet-sdk-8.0.119-linux-musl-x64.tar.gz +[dotnet-sdk-linux-x64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.119/dotnet-sdk-8.0.119-linux-x64.tar.gz +[dotnet-sdk-osx-arm64.pkg]: https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.119/dotnet-sdk-8.0.119-osx-arm64.pkg +[dotnet-sdk-osx-arm64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.119/dotnet-sdk-8.0.119-osx-arm64.tar.gz +[dotnet-sdk-osx-x64.pkg]: https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.119/dotnet-sdk-8.0.119-osx-x64.pkg +[dotnet-sdk-osx-x64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.119/dotnet-sdk-8.0.119-osx-x64.tar.gz +[dotnet-sdk-win-arm64.exe]: https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.119/dotnet-sdk-8.0.119-win-arm64.exe +[dotnet-sdk-win-arm64.zip]: https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.119/dotnet-sdk-8.0.119-win-arm64.zip +[dotnet-sdk-win-x64.exe]: https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.119/dotnet-sdk-8.0.119-win-x64.exe +[dotnet-sdk-win-x64.zip]: https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.119/dotnet-sdk-8.0.119-win-x64.zip +[dotnet-sdk-win-x86.exe]: https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.119/dotnet-sdk-8.0.119-win-x86.exe +[dotnet-sdk-win-x86.zip]: https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.119/dotnet-sdk-8.0.119-win-x86.zip diff --git a/release-notes/8.0/8.0.19/8.0.19.md b/release-notes/8.0/8.0.19/8.0.19.md new file mode 100644 index 0000000000..6d8bf799b9 --- /dev/null +++ b/release-notes/8.0/8.0.19/8.0.19.md @@ -0,0 +1,655 @@ +# .NET 8.0.19 - August 12, 2025 + +The .NET 8.0.19 and .NET SDK 8.0.413 releases are available for download. The latest 8.0 release is always listed at [.NET 8.0 Releases](../README.md). + +8.0 SDKs that include 8.0.19 runtimes: + +* [8.0.413][8.0.413] +* [8.0.316][8.0.316] +* [8.0.119][8.0.119] + +## 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 +8.0.413 +``` + +## 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 8.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 8.0 August 2025 Blog][dotnet-blog] + +## Visual Studio Compatibility + +You need [Visual Studio 17.10](https://visualstudio.microsoft.com) or later to use .NET 8.0 on Windows. While not officially supported, we’ve also enabled rudimentary support for .NET 8.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 8.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 8.0 and C# 12. + +## Feedback + +Your feedback is important and appreciated. We've created an issue at [dotnet/core #xxxx](https://github.com/dotnet/core/issues/xxxx) for your questions and comments. + +[8.0.413]: 8.0.19.md +[8.0.316]: 8.0.316.md +[8.0.119]: 8.0.119.md + +[checksums-runtime]: https://builds.dotnet.microsoft.com/dotnet/checksums/8.0.19-sha.txt +[checksums-sdk]: https://builds.dotnet.microsoft.com/dotnet/checksums/8.0.19-sha.txt + +[dotnet-blog]: https://devblogs.microsoft.com/dotnet/dotnet-and-dotnet-framework-august-2025-servicing-updates/ + +[linux-packages]: ../install-linux.md + +## Packages updated in this release + +| Package name | Version | +| :----------- | :------------------ | +| AspNetCoreruntime.8.0.x64 | 8.0.19 | +| AspNetCoreruntime.8.0.x86 | 8.0.19 | +| dotnet-ef | 8.0.19 | +| dotnet-sql-cache | 8.0.19 | +| FSharp.Compiler.Service | 43.8.102 | +| FSharp.Compiler.Service | 43.8.301 | +| FSharp.Compiler.Service | 43.8.403 | +| FSharp.Core | 8.0.102 | +| FSharp.Core | 8.0.301 | +| FSharp.Core | 8.0.403 | +| Microsoft.AspNetCore.App.Ref | 8.0.19 | +| Microsoft.AspNetCore.App.runtime.linux-arm | 8.0.19 | +| Microsoft.AspNetCore.App.runtime.linux-arm64 | 8.0.19 | +| Microsoft.AspNetCore.App.runtime.linux-musl-arm | 8.0.19 | +| Microsoft.AspNetCore.App.runtime.linux-musl-arm64 | 8.0.19 | +| Microsoft.AspNetCore.App.runtime.linux-musl-x64 | 8.0.19 | +| Microsoft.AspNetCore.App.runtime.linux-x64 | 8.0.19 | +| Microsoft.AspNetCore.App.runtime.osx-arm64 | 8.0.19 | +| Microsoft.AspNetCore.App.runtime.osx-x64 | 8.0.19 | +| Microsoft.AspNetCore.App.runtime.win-arm64 | 8.0.19 | +| Microsoft.AspNetCore.App.runtime.win-x64 | 8.0.19 | +| Microsoft.AspNetCore.App.runtime.win-x86 | 8.0.19 | +| Microsoft.AspNetCore.Authentication.Certificate | 8.0.19 | +| Microsoft.AspNetCore.Authentication.Facebook | 8.0.19 | +| Microsoft.AspNetCore.Authentication.Google | 8.0.19 | +| Microsoft.AspNetCore.Authentication.JwtBearer | 8.0.19 | +| Microsoft.AspNetCore.Authentication.MicrosoftAccount | 8.0.19 | +| Microsoft.AspNetCore.Authentication.Negotiate | 8.0.19 | +| Microsoft.AspNetCore.Authentication.OpenIdConnect | 8.0.19 | +| Microsoft.AspNetCore.Authentication.Twitter | 8.0.19 | +| Microsoft.AspNetCore.Authentication.WsFederation | 8.0.19 | +| Microsoft.AspNetCore.Authorization | 8.0.19 | +| Microsoft.AspNetCore.AzureAppServices.HostingStartup | 8.0.19 | +| Microsoft.AspNetCore.AzureAppServices.SiteExtension | 8.0.19 | +| Microsoft.AspNetCore.AzureAppServicesIntegration | 8.0.19 | +| Microsoft.AspNetCore.Components | 8.0.19 | +| Microsoft.AspNetCore.Components.Analyzers | 8.0.19 | +| Microsoft.AspNetCore.Components.Authorization | 8.0.19 | +| Microsoft.AspNetCore.Components.CustomElements | 8.0.19 | +| Microsoft.AspNetCore.Components.Forms | 8.0.19 | +| Microsoft.AspNetCore.Components.QuickGrid | 8.0.19 | +| Microsoft.AspNetCore.Components.QuickGrid.EntityFrameworkAdapter | 8.0.19 | +| Microsoft.AspNetCore.Components.Web | 8.0.19 | +| Microsoft.AspNetCore.Components.WebAssembly | 8.0.19 | +| Microsoft.AspNetCore.Components.WebAssembly.Authentication | 8.0.19 | +| Microsoft.AspNetCore.Components.WebAssembly.DevServer | 8.0.19 | +| Microsoft.AspNetCore.Components.WebAssembly.Server | 8.0.19 | +| Microsoft.AspNetCore.Components.WebView | 8.0.19 | +| Microsoft.AspNetCore.ConcurrencyLimiter | 8.0.19 | +| Microsoft.AspNetCore.Connections.Abstractions | 8.0.19 | +| Microsoft.AspNetCore.Cryptography.Internal | 8.0.19 | +| Microsoft.AspNetCore.Cryptography.KeyDerivation | 8.0.19 | +| Microsoft.AspNetCore.DataProtection | 8.0.19 | +| Microsoft.AspNetCore.DataProtection.Abstractions | 8.0.19 | +| Microsoft.AspNetCore.DataProtection.EntityFrameworkCore | 8.0.19 | +| Microsoft.AspNetCore.DataProtection.Extensions | 8.0.19 | +| Microsoft.AspNetCore.DataProtection.StackExchangeRedis | 8.0.19 | +| Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore | 8.0.19 | +| Microsoft.AspNetCore.Grpc.JsonTranscoding | 8.0.19 | +| Microsoft.AspNetCore.Grpc.Swagger | 8.0.19 | +| Microsoft.AspNetCore.HeaderPropagation | 8.0.19 | +| Microsoft.AspNetCore.Hosting.WindowsServices | 8.0.19 | +| Microsoft.AspNetCore.Http.Connections.Client | 8.0.19 | +| Microsoft.AspNetCore.Http.Connections.Common | 8.0.19 | +| Microsoft.AspNetCore.Identity.EntityFrameworkCore | 8.0.19 | +| Microsoft.AspNetCore.Identity.UI | 8.0.19 | +| Microsoft.AspNetCore.JsonPatch | 8.0.19 | +| Microsoft.AspNetCore.Metadata | 8.0.19 | +| Microsoft.AspNetCore.MiddlewareAnalysis | 8.0.19 | +| Microsoft.AspNetCore.Mvc.NewtonsoftJson | 8.0.19 | +| Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation | 8.0.19 | +| Microsoft.AspNetCore.Mvc.Testing | 8.0.19 | +| Microsoft.AspNetCore.OpenApi | 8.0.19 | +| Microsoft.AspNetCore.OutputCaching.StackExchangeRedis | 8.0.19 | +| Microsoft.AspNetCore.Owin | 8.0.19 | +| Microsoft.AspNetCore.SignalR.Client | 8.0.19 | +| Microsoft.AspNetCore.SignalR.Client.Core | 8.0.19 | +| Microsoft.AspNetCore.SignalR.Common | 8.0.19 | +| Microsoft.AspNetCore.SignalR.Protocols.Json | 8.0.19 | +| Microsoft.AspNetCore.SignalR.Protocols.MessagePack | 8.0.19 | +| Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson | 8.0.19 | +| Microsoft.AspNetCore.SignalR.Specification.Tests | 8.0.19 | +| Microsoft.AspNetCore.SignalR.StackExchangeRedis | 8.0.19 | +| Microsoft.AspNetCore.SpaProxy | 8.0.19 | +| Microsoft.AspNetCore.SpaServices.Extensions | 8.0.19 | +| Microsoft.AspNetCore.TestHost | 8.0.19 | +| Microsoft.AspNetCore.WebUtilities | 8.0.19 | +| Microsoft.Authentication.WebAssembly.Msal | 8.0.19 | +| Microsoft.Data.Sqlite | 8.0.19 | +| Microsoft.Data.Sqlite.Core | 8.0.19 | +| Microsoft.dotnet-openapi | 8.0.19 | +| Microsoft.DotNet.ApiCompat.Task | 8.0.119 | +| Microsoft.DotNet.ApiCompat.Task | 8.0.316 | +| Microsoft.DotNet.ApiCompat.Task | 8.0.413 | +| Microsoft.DotNet.ApiCompat.Tool | 8.0.119 | +| Microsoft.DotNet.ApiCompat.Tool | 8.0.316 | +| Microsoft.DotNet.ApiCompat.Tool | 8.0.413 | +| Microsoft.DotNet.Common.ItemTemplates | 8.0.119 | +| Microsoft.DotNet.Common.ItemTemplates | 8.0.316 | +| Microsoft.DotNet.Common.ItemTemplates | 8.0.413 | +| Microsoft.DotNet.Common.ProjectTemplates.8.0 | 8.0.119 | +| Microsoft.DotNet.Common.ProjectTemplates.8.0 | 8.0.316 | +| Microsoft.DotNet.Common.ProjectTemplates.8.0 | 8.0.413 | +| Microsoft.DotNet.ILCompiler | 8.0.19 | +| Microsoft.DotNet.Web.Client.ItemTemplates | 8.0.19 | +| Microsoft.DotNet.Web.ItemTemplates.8.0 | 8.0.19 | +| Microsoft.DotNet.Web.ProjectTemplates.8.0 | 8.0.19 | +| Microsoft.EntityFrameworkCore | 8.0.19 | +| Microsoft.EntityFrameworkCore.Abstractions | 8.0.19 | +| Microsoft.EntityFrameworkCore.Analyzers | 8.0.19 | +| Microsoft.EntityFrameworkCore.AspNet.Specification.Tests | 8.0.19 | +| Microsoft.EntityFrameworkCore.Cosmos | 8.0.19 | +| Microsoft.EntityFrameworkCore.Design | 8.0.19 | +| Microsoft.EntityFrameworkCore.InMemory | 8.0.19 | +| Microsoft.EntityFrameworkCore.Proxies | 8.0.19 | +| Microsoft.EntityFrameworkCore.Relational | 8.0.19 | +| Microsoft.EntityFrameworkCore.Relational.Specification.Tests | 8.0.19 | +| Microsoft.EntityFrameworkCore.Specification.Tests | 8.0.19 | +| Microsoft.EntityFrameworkCore.Sqlite | 8.0.19 | +| Microsoft.EntityFrameworkCore.Sqlite.Core | 8.0.19 | +| Microsoft.EntityFrameworkCore.Sqlite.NetTopologySuite | 8.0.19 | +| Microsoft.EntityFrameworkCore.SqlServer | 8.0.19 | +| Microsoft.EntityFrameworkCore.SqlServer.Abstractions | 8.0.19 | +| Microsoft.EntityFrameworkCore.SqlServer.HierarchyId | 8.0.19 | +| Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite | 8.0.19 | +| Microsoft.EntityFrameworkCore.Templates | 8.0.19 | +| Microsoft.EntityFrameworkCore.Tools | 8.0.19 | +| Microsoft.Extensions.ApiDescription.Client | 8.0.19 | +| Microsoft.Extensions.ApiDescription.Server | 8.0.19 | +| Microsoft.Extensions.Caching.SqlServer | 8.0.19 | +| Microsoft.Extensions.Caching.StackExchangeRedis | 8.0.19 | +| Microsoft.Extensions.Configuration.KeyPerFile | 8.0.19 | +| Microsoft.Extensions.Diagnostics.HealthChecks | 8.0.19 | +| Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions | 8.0.19 | +| Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore | 8.0.19 | +| Microsoft.Extensions.Features | 8.0.19 | +| Microsoft.Extensions.FileProviders.Embedded | 8.0.19 | +| Microsoft.Extensions.Http.Polly | 8.0.19 | +| Microsoft.Extensions.Identity.Core | 8.0.19 | +| Microsoft.Extensions.Identity.Stores | 8.0.19 | +| Microsoft.Extensions.Localization | 8.0.19 | +| Microsoft.Extensions.Localization.Abstractions | 8.0.19 | +| Microsoft.Extensions.Logging.AzureAppServices | 8.0.19 | +| Microsoft.Extensions.ObjectPool | 8.0.19 | +| Microsoft.Extensions.WebEncoders | 8.0.19 | +| Microsoft.JSInterop | 8.0.19 | +| Microsoft.JSInterop.WebAssembly | 8.0.19 | +| Microsoft.NET.Build.Containers | 8.0.119 | +| Microsoft.NET.Build.Containers | 8.0.316 | +| Microsoft.NET.Build.Containers | 8.0.413 | +| Microsoft.Net.Http.Headers | 8.0.19 | +| Microsoft.NET.ILLink.Tasks | 8.0.19 | +| Microsoft.NET.runtime.Android.Sample.Mono | 8.0.19 | +| Microsoft.NET.runtime.Emscripten.3.1.34.Cache.linux-arm64 | 8.0.19 | +| Microsoft.NET.runtime.Emscripten.3.1.34.Cache.linux-x64 | 8.0.19 | +| Microsoft.NET.runtime.Emscripten.3.1.34.Cache.osx-arm64 | 8.0.19 | +| Microsoft.NET.runtime.Emscripten.3.1.34.Cache.osx-x64 | 8.0.19 | +| Microsoft.NET.runtime.Emscripten.3.1.34.Cache.win-arm64 | 8.0.19 | +| Microsoft.NET.runtime.Emscripten.3.1.34.Cache.win-arm64.Msi.arm64 | 8.0.19 | +| Microsoft.NET.runtime.Emscripten.3.1.34.Cache.win-x64 | 8.0.19 | +| Microsoft.NET.runtime.Emscripten.3.1.34.Cache.win-x64.Msi.x64 | 8.0.19 | +| Microsoft.NET.runtime.Emscripten.3.1.34.Node.linux-arm64 | 8.0.19 | +| Microsoft.NET.runtime.Emscripten.3.1.34.Node.linux-x64 | 8.0.19 | +| Microsoft.NET.runtime.Emscripten.3.1.34.Node.osx-arm64 | 8.0.19 | +| Microsoft.NET.runtime.Emscripten.3.1.34.Node.osx-x64 | 8.0.19 | +| Microsoft.NET.runtime.Emscripten.3.1.34.Node.win-arm64 | 8.0.19 | +| Microsoft.NET.runtime.Emscripten.3.1.34.Node.win-arm64.Msi.arm64 | 8.0.19 | +| Microsoft.NET.runtime.Emscripten.3.1.34.Node.win-x64 | 8.0.19 | +| Microsoft.NET.runtime.Emscripten.3.1.34.Node.win-x64.Msi.x64 | 8.0.19 | +| Microsoft.NET.runtime.Emscripten.3.1.34.Python.osx-arm64 | 8.0.19 | +| Microsoft.NET.runtime.Emscripten.3.1.34.Python.osx-x64 | 8.0.19 | +| Microsoft.NET.runtime.Emscripten.3.1.34.Python.win-arm64 | 8.0.19 | +| Microsoft.NET.runtime.Emscripten.3.1.34.Python.win-arm64.Msi.arm64 | 8.0.19 | +| Microsoft.NET.runtime.Emscripten.3.1.34.Python.win-x64 | 8.0.19 | +| Microsoft.NET.runtime.Emscripten.3.1.34.Python.win-x64.Msi.x64 | 8.0.19 | +| Microsoft.NET.runtime.Emscripten.3.1.34.Sdk.linux-arm64 | 8.0.19 | +| Microsoft.NET.runtime.Emscripten.3.1.34.Sdk.linux-x64 | 8.0.19 | +| Microsoft.NET.runtime.Emscripten.3.1.34.Sdk.osx-arm64 | 8.0.19 | +| Microsoft.NET.runtime.Emscripten.3.1.34.Sdk.osx-x64 | 8.0.19 | +| Microsoft.NET.runtime.Emscripten.3.1.34.Sdk.win-arm64 | 8.0.19 | +| Microsoft.NET.runtime.Emscripten.3.1.34.Sdk.win-arm64.Msi.arm64 | 8.0.19 | +| Microsoft.NET.runtime.Emscripten.3.1.34.Sdk.win-x64 | 8.0.19 | +| Microsoft.NET.runtime.Emscripten.3.1.34.Sdk.win-x64.Msi.x64 | 8.0.19 | +| Microsoft.NET.runtime.iOS.Sample.Mono | 8.0.19 | +| Microsoft.NET.runtime.LibraryBuilder.Sdk | 8.0.19 | +| Microsoft.NET.runtime.MonoAOTCompiler.Task | 8.0.19 | +| Microsoft.NET.runtime.MonoAOTCompiler.Task.Msi.arm64 | 8.0.19 | +| Microsoft.NET.runtime.MonoAOTCompiler.Task.Msi.x64 | 8.0.19 | +| Microsoft.NET.runtime.MonoAOTCompiler.Task.Msi.x86 | 8.0.19 | +| Microsoft.NET.runtime.MonoTargets.Sdk | 8.0.19 | +| Microsoft.NET.runtime.MonoTargets.Sdk.Msi.arm64 | 8.0.19 | +| Microsoft.NET.runtime.MonoTargets.Sdk.Msi.x64 | 8.0.19 | +| Microsoft.NET.runtime.MonoTargets.Sdk.Msi.x86 | 8.0.19 | +| Microsoft.NET.runtime.wasm.Sample.Mono | 8.0.19 | +| Microsoft.NET.runtime.WebAssembly.Sdk | 8.0.19 | +| Microsoft.NET.runtime.WebAssembly.Sdk.Msi.arm64 | 8.0.19 | +| Microsoft.NET.runtime.WebAssembly.Sdk.Msi.x64 | 8.0.19 | +| Microsoft.NET.runtime.WebAssembly.Sdk.Msi.x86 | 8.0.19 | +| Microsoft.NET.runtime.WebAssembly.Templates | 8.0.19 | +| Microsoft.NET.runtime.WebAssembly.Templates.Msi.arm64 | 8.0.19 | +| Microsoft.NET.runtime.WebAssembly.Templates.Msi.x64 | 8.0.19 | +| Microsoft.NET.runtime.WebAssembly.Templates.Msi.x86 | 8.0.19 | +| Microsoft.NET.runtime.WebAssembly.Wasi.Sdk | 8.0.19 | +| Microsoft.NET.runtime.WebAssembly.Wasi.Sdk.Msi.arm64 | 8.0.19 | +| Microsoft.NET.runtime.WebAssembly.Wasi.Sdk.Msi.x64 | 8.0.19 | +| Microsoft.NET.runtime.WebAssembly.Wasi.Sdk.Msi.x86 | 8.0.19 | +| Microsoft.NET.Sdk.WebAssembly.Pack | 8.0.19 | +| Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100 | 8.0.19 | +| Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100.Msi.arm64 | 8.0.19 | +| Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100.Msi.x64 | 8.0.19 | +| Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100.Msi.x86 | 8.0.19 | +| Microsoft.NET.Workload.Emscripten.net6.Manifest-8.0.100 | 8.0.19 | +| Microsoft.NET.Workload.Emscripten.net6.Manifest-8.0.100.Msi.arm64 | 8.0.19 | +| Microsoft.NET.Workload.Emscripten.net6.Manifest-8.0.100.Msi.x64 | 8.0.19 | +| Microsoft.NET.Workload.Emscripten.net6.Manifest-8.0.100.Msi.x86 | 8.0.19 | +| Microsoft.NET.Workload.Emscripten.net7.Manifest-8.0.100 | 8.0.19 | +| Microsoft.NET.Workload.Emscripten.net7.Manifest-8.0.100.Msi.arm64 | 8.0.19 | +| Microsoft.NET.Workload.Emscripten.net7.Manifest-8.0.100.Msi.x64 | 8.0.19 | +| Microsoft.NET.Workload.Emscripten.net7.Manifest-8.0.100.Msi.x86 | 8.0.19 | +| Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-8.0.100 | 8.0.19 | +| Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-8.0.100.Msi.arm64 | 8.0.19 | +| Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-8.0.100.Msi.x64 | 8.0.19 | +| Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-8.0.100.Msi.x86 | 8.0.19 | +| Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-8.0.100 | 8.0.19 | +| Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-8.0.100.Msi.arm64 | 8.0.19 | +| Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-8.0.100.Msi.x64 | 8.0.19 | +| Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-8.0.100.Msi.x86 | 8.0.19 | +| Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-8.0.100 | 8.0.19 | +| Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-8.0.100.Msi.arm64 | 8.0.19 | +| Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-8.0.100.Msi.x64 | 8.0.19 | +| Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-8.0.100.Msi.x86 | 8.0.19 | +| Microsoft.NETCore.App.Crossgen2.linux-arm | 8.0.19 | +| Microsoft.NETCore.App.Crossgen2.linux-arm64 | 8.0.19 | +| Microsoft.NETCore.App.Crossgen2.linux-musl-arm | 8.0.19 | +| Microsoft.NETCore.App.Crossgen2.linux-musl-arm64 | 8.0.19 | +| Microsoft.NETCore.App.Crossgen2.linux-musl-x64 | 8.0.19 | +| Microsoft.NETCore.App.Crossgen2.linux-x64 | 8.0.19 | +| Microsoft.NETCore.App.Crossgen2.osx-arm64 | 8.0.19 | +| Microsoft.NETCore.App.Crossgen2.osx-x64 | 8.0.19 | +| Microsoft.NETCore.App.Crossgen2.win-arm64 | 8.0.19 | +| Microsoft.NETCore.App.Crossgen2.win-x64 | 8.0.19 | +| Microsoft.NETCore.App.Crossgen2.win-x86 | 8.0.19 | +| Microsoft.NETCore.App.Host.linux-arm | 8.0.19 | +| Microsoft.NETCore.App.Host.linux-arm64 | 8.0.19 | +| Microsoft.NETCore.App.Host.linux-bionic-arm64 | 8.0.19 | +| Microsoft.NETCore.App.Host.linux-bionic-x64 | 8.0.19 | +| Microsoft.NETCore.App.Host.linux-musl-arm | 8.0.19 | +| Microsoft.NETCore.App.Host.linux-musl-arm64 | 8.0.19 | +| Microsoft.NETCore.App.Host.linux-musl-x64 | 8.0.19 | +| Microsoft.NETCore.App.Host.linux-x64 | 8.0.19 | +| Microsoft.NETCore.App.Host.osx-arm64 | 8.0.19 | +| Microsoft.NETCore.App.Host.osx-x64 | 8.0.19 | +| Microsoft.NETCore.App.Host.win-arm64 | 8.0.19 | +| Microsoft.NETCore.App.Host.win-x64 | 8.0.19 | +| Microsoft.NETCore.App.Host.win-x86 | 8.0.19 | +| Microsoft.NETCore.App.Ref | 8.0.19 | +| Microsoft.NETCore.App.runtime.AOT.linux-arm64.Cross.android-arm | 8.0.19 | +| Microsoft.NETCore.App.runtime.AOT.linux-arm64.Cross.android-arm64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.AOT.linux-arm64.Cross.android-x64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.AOT.linux-arm64.Cross.android-x86 | 8.0.19 | +| Microsoft.NETCore.App.runtime.AOT.linux-arm64.Cross.browser-wasm | 8.0.19 | +| Microsoft.NETCore.App.runtime.AOT.linux-x64.Cross.android-arm | 8.0.19 | +| Microsoft.NETCore.App.runtime.AOT.linux-x64.Cross.android-arm64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.AOT.linux-x64.Cross.android-x64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.AOT.linux-x64.Cross.android-x86 | 8.0.19 | +| Microsoft.NETCore.App.runtime.AOT.linux-x64.Cross.browser-wasm | 8.0.19 | +| Microsoft.NETCore.App.runtime.AOT.osx-arm64.Cross.android-arm | 8.0.19 | +| Microsoft.NETCore.App.runtime.AOT.osx-arm64.Cross.android-arm64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.AOT.osx-arm64.Cross.android-x64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.AOT.osx-arm64.Cross.android-x86 | 8.0.19 | +| Microsoft.NETCore.App.runtime.AOT.osx-arm64.Cross.browser-wasm | 8.0.19 | +| Microsoft.NETCore.App.runtime.AOT.osx-arm64.Cross.ios-arm64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.AOT.osx-arm64.Cross.iossimulator-arm64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.AOT.osx-arm64.Cross.iossimulator-x64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.AOT.osx-arm64.Cross.maccatalyst-arm64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.AOT.osx-arm64.Cross.maccatalyst-x64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.AOT.osx-arm64.Cross.tvos-arm64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.AOT.osx-arm64.Cross.tvossimulator-arm64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.AOT.osx-arm64.Cross.tvossimulator-x64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.AOT.osx-x64.Cross.android-arm | 8.0.19 | +| Microsoft.NETCore.App.runtime.AOT.osx-x64.Cross.android-arm64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.AOT.osx-x64.Cross.android-x64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.AOT.osx-x64.Cross.android-x86 | 8.0.19 | +| Microsoft.NETCore.App.runtime.AOT.osx-x64.Cross.browser-wasm | 8.0.19 | +| Microsoft.NETCore.App.runtime.AOT.osx-x64.Cross.ios-arm64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.AOT.osx-x64.Cross.iossimulator-arm64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.AOT.osx-x64.Cross.iossimulator-x64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.AOT.osx-x64.Cross.maccatalyst-arm64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.AOT.osx-x64.Cross.maccatalyst-x64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.AOT.osx-x64.Cross.tvos-arm64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.AOT.osx-x64.Cross.tvossimulator-arm64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.AOT.osx-x64.Cross.tvossimulator-x64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.AOT.win-x64.Cross.android-arm | 8.0.19 | +| Microsoft.NETCore.App.runtime.AOT.win-x64.Cross.android-arm.Msi.arm64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.AOT.win-x64.Cross.android-arm.Msi.x64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.AOT.win-x64.Cross.android-arm64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.AOT.win-x64.Cross.android-arm64.Msi.arm64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.AOT.win-x64.Cross.android-arm64.Msi.x64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.AOT.win-x64.Cross.android-x64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.AOT.win-x64.Cross.android-x64.Msi.arm64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.AOT.win-x64.Cross.android-x64.Msi.x64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.AOT.win-x64.Cross.android-x86 | 8.0.19 | +| Microsoft.NETCore.App.runtime.AOT.win-x64.Cross.android-x86.Msi.arm64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.AOT.win-x64.Cross.android-x86.Msi.x64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.AOT.win-x64.Cross.browser-wasm | 8.0.19 | +| Microsoft.NETCore.App.runtime.AOT.win-x64.Cross.browser-wasm.Msi.arm64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.AOT.win-x64.Cross.browser-wasm.Msi.x64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.linux-arm | 8.0.19 | +| Microsoft.NETCore.App.runtime.linux-arm64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.linux-bionic-arm64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.linux-bionic-x64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.linux-musl-arm | 8.0.19 | +| Microsoft.NETCore.App.runtime.linux-musl-arm64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.linux-musl-x64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.linux-x64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.Mono.android-arm | 8.0.19 | +| Microsoft.NETCore.App.runtime.Mono.android-arm.Msi.arm64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.Mono.android-arm.Msi.x64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.Mono.android-arm.Msi.x86 | 8.0.19 | +| Microsoft.NETCore.App.runtime.Mono.android-arm64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.Mono.android-arm64.Msi.arm64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.Mono.android-arm64.Msi.x64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.Mono.android-arm64.Msi.x86 | 8.0.19 | +| Microsoft.NETCore.App.runtime.Mono.android-x64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.Mono.android-x64.Msi.arm64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.Mono.android-x64.Msi.x64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.Mono.android-x64.Msi.x86 | 8.0.19 | +| Microsoft.NETCore.App.runtime.Mono.android-x86 | 8.0.19 | +| Microsoft.NETCore.App.runtime.Mono.android-x86.Msi.arm64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.Mono.android-x86.Msi.x64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.Mono.android-x86.Msi.x86 | 8.0.19 | +| Microsoft.NETCore.App.runtime.Mono.browser-wasm | 8.0.19 | +| Microsoft.NETCore.App.runtime.Mono.browser-wasm.Msi.arm64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.Mono.browser-wasm.Msi.x64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.Mono.browser-wasm.Msi.x86 | 8.0.19 | +| Microsoft.NETCore.App.runtime.Mono.ios-arm64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.Mono.ios-arm64.Msi.arm64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.Mono.ios-arm64.Msi.x64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.Mono.ios-arm64.Msi.x86 | 8.0.19 | +| Microsoft.NETCore.App.runtime.Mono.iossimulator-arm64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.Mono.iossimulator-arm64.Msi.arm64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.Mono.iossimulator-arm64.Msi.x64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.Mono.iossimulator-arm64.Msi.x86 | 8.0.19 | +| Microsoft.NETCore.App.runtime.Mono.iossimulator-x64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.Mono.iossimulator-x64.Msi.arm64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.Mono.iossimulator-x64.Msi.x64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.Mono.iossimulator-x64.Msi.x86 | 8.0.19 | +| Microsoft.NETCore.App.runtime.Mono.linux-arm | 8.0.19 | +| Microsoft.NETCore.App.runtime.Mono.linux-arm64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.Mono.linux-musl-x64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.Mono.linux-x64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.Mono.LLVM.AOT.linux-arm64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.Mono.LLVM.AOT.linux-x64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.Mono.LLVM.AOT.osx-x64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.Mono.LLVM.linux-arm64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.Mono.LLVM.linux-x64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.Mono.LLVM.osx-x64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.Mono.maccatalyst-arm64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.Mono.maccatalyst-arm64.Msi.arm64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.Mono.maccatalyst-arm64.Msi.x64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.Mono.maccatalyst-arm64.Msi.x86 | 8.0.19 | +| Microsoft.NETCore.App.runtime.Mono.maccatalyst-x64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.Mono.maccatalyst-x64.Msi.arm64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.Mono.maccatalyst-x64.Msi.x64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.Mono.maccatalyst-x64.Msi.x86 | 8.0.19 | +| Microsoft.NETCore.App.runtime.Mono.multithread.browser-wasm | 8.0.19 | +| Microsoft.NETCore.App.runtime.Mono.multithread.browser-wasm.Msi.arm64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.Mono.multithread.browser-wasm.Msi.x64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.Mono.multithread.browser-wasm.Msi.x86 | 8.0.19 | +| Microsoft.NETCore.App.runtime.Mono.osx-arm64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.Mono.osx-x64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.Mono.tvos-arm64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.Mono.tvos-arm64.Msi.arm64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.Mono.tvos-arm64.Msi.x64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.Mono.tvos-arm64.Msi.x86 | 8.0.19 | +| Microsoft.NETCore.App.runtime.Mono.tvossimulator-arm64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.Mono.tvossimulator-arm64.Msi.arm64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.Mono.tvossimulator-arm64.Msi.x64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.Mono.tvossimulator-arm64.Msi.x86 | 8.0.19 | +| Microsoft.NETCore.App.runtime.Mono.tvossimulator-x64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.Mono.tvossimulator-x64.Msi.arm64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.Mono.tvossimulator-x64.Msi.x64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.Mono.tvossimulator-x64.Msi.x86 | 8.0.19 | +| Microsoft.NETCore.App.runtime.Mono.wasi-wasm | 8.0.19 | +| Microsoft.NETCore.App.runtime.Mono.wasi-wasm.Msi.arm64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.Mono.wasi-wasm.Msi.x64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.Mono.wasi-wasm.Msi.x86 | 8.0.19 | +| Microsoft.NETCore.App.runtime.Mono.win-x64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.Mono.win-x86 | 8.0.19 | +| Microsoft.NETCore.App.runtime.NativeAOT.ios-arm64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.NativeAOT.iossimulator-arm64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.NativeAOT.iossimulator-x64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.NativeAOT.linux-bionic-arm64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.NativeAOT.linux-bionic-x64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.NativeAOT.maccatalyst-arm64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.NativeAOT.maccatalyst-x64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.NativeAOT.osx-arm64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.NativeAOT.osx-x64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.NativeAOT.tvos-arm64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.NativeAOT.tvossimulator-arm64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.NativeAOT.tvossimulator-x64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.osx-arm64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.osx-x64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.win-arm64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.win-arm64.Msi.arm64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.win-arm64.Msi.x64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.win-arm64.Msi.x86 | 8.0.19 | +| Microsoft.NETCore.App.runtime.win-x64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.win-x64.Msi.arm64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.win-x64.Msi.x64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.win-x64.Msi.x86 | 8.0.19 | +| Microsoft.NETCore.App.runtime.win-x86 | 8.0.19 | +| Microsoft.NETCore.App.runtime.win-x86.Msi.arm64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.win-x86.Msi.x64 | 8.0.19 | +| Microsoft.NETCore.App.runtime.win-x86.Msi.x86 | 8.0.19 | +| Microsoft.NETCore.DotNetAppHost | 8.0.19 | +| Microsoft.NETCore.DotNetHost | 8.0.19 | +| Microsoft.NETCore.DotNetHostPolicy | 8.0.19 | +| Microsoft.NETCore.DotNetHostResolver | 8.0.19 | +| Microsoft.TemplateEngine.Abstractions | 8.0.119 | +| Microsoft.TemplateEngine.Abstractions | 8.0.316 | +| Microsoft.TemplateEngine.Abstractions | 8.0.413 | +| Microsoft.TemplateEngine.Authoring.CLI | 8.0.119 | +| Microsoft.TemplateEngine.Authoring.CLI | 8.0.316 | +| Microsoft.TemplateEngine.Authoring.CLI | 8.0.413 | +| Microsoft.TemplateEngine.Authoring.Tasks | 8.0.119 | +| Microsoft.TemplateEngine.Authoring.Tasks | 8.0.316 | +| Microsoft.TemplateEngine.Authoring.Tasks | 8.0.413 | +| Microsoft.TemplateEngine.Authoring.Templates | 8.0.119 | +| Microsoft.TemplateEngine.Authoring.Templates | 8.0.316 | +| Microsoft.TemplateEngine.Authoring.Templates | 8.0.413 | +| Microsoft.TemplateEngine.Authoring.TemplateVerifier | 8.0.119 | +| Microsoft.TemplateEngine.Authoring.TemplateVerifier | 8.0.316 | +| Microsoft.TemplateEngine.Authoring.TemplateVerifier | 8.0.413 | +| Microsoft.TemplateEngine.Core | 8.0.119 | +| Microsoft.TemplateEngine.Core | 8.0.316 | +| Microsoft.TemplateEngine.Core | 8.0.413 | +| Microsoft.TemplateEngine.Core.Contracts | 8.0.119 | +| Microsoft.TemplateEngine.Core.Contracts | 8.0.316 | +| Microsoft.TemplateEngine.Core.Contracts | 8.0.413 | +| Microsoft.TemplateEngine.Edge | 8.0.119 | +| Microsoft.TemplateEngine.Edge | 8.0.316 | +| Microsoft.TemplateEngine.Edge | 8.0.413 | +| Microsoft.TemplateEngine.IDE | 8.0.119 | +| Microsoft.TemplateEngine.IDE | 8.0.316 | +| Microsoft.TemplateEngine.IDE | 8.0.413 | +| Microsoft.TemplateEngine.Orchestrator.RunnableProjects | 8.0.119 | +| Microsoft.TemplateEngine.Orchestrator.RunnableProjects | 8.0.316 | +| Microsoft.TemplateEngine.Orchestrator.RunnableProjects | 8.0.413 | +| Microsoft.TemplateEngine.Samples | 8.0.119 | +| Microsoft.TemplateEngine.Samples | 8.0.316 | +| Microsoft.TemplateEngine.Samples | 8.0.413 | +| Microsoft.TemplateEngine.TemplateLocalizer.Core | 8.0.119 | +| Microsoft.TemplateEngine.TemplateLocalizer.Core | 8.0.316 | +| Microsoft.TemplateEngine.TemplateLocalizer.Core | 8.0.413 | +| Microsoft.TemplateEngine.Utils | 8.0.119 | +| Microsoft.TemplateEngine.Utils | 8.0.316 | +| Microsoft.TemplateEngine.Utils | 8.0.413 | +| Microsoft.TemplateSearch.Common | 8.0.119 | +| Microsoft.TemplateSearch.Common | 8.0.316 | +| Microsoft.TemplateSearch.Common | 8.0.413 | +| Microsoft.Windows.Compatibility | 8.0.19 | +| Microsoft.WindowsDesktop.App.Ref | 8.0.19 | +| Microsoft.WindowsDesktop.App.runtime.win-arm64 | 8.0.19 | +| Microsoft.WindowsDesktop.App.runtime.win-x64 | 8.0.19 | +| Microsoft.WindowsDesktop.App.runtime.win-x86 | 8.0.19 | +| runtime.linux-arm.Microsoft.NETCore.DotNetAppHost | 8.0.19 | +| runtime.linux-arm.Microsoft.NETCore.DotNetHost | 8.0.19 | +| runtime.linux-arm.Microsoft.NETCore.DotNetHostPolicy | 8.0.19 | +| runtime.linux-arm.Microsoft.NETCore.DotNetHostResolver | 8.0.19 | +| runtime.linux-arm64.Microsoft.DotNet.ILCompiler | 8.0.19 | +| runtime.linux-arm64.Microsoft.NETCore.DotNetAppHost | 8.0.19 | +| runtime.linux-arm64.Microsoft.NETCore.DotNetHost | 8.0.19 | +| runtime.linux-arm64.Microsoft.NETCore.DotNetHostPolicy | 8.0.19 | +| runtime.linux-arm64.Microsoft.NETCore.DotNetHostResolver | 8.0.19 | +| runtime.linux-bionic-arm64.Microsoft.NETCore.DotNetAppHost | 8.0.19 | +| runtime.linux-bionic-arm64.Microsoft.NETCore.DotNetHost | 8.0.19 | +| runtime.linux-bionic-arm64.Microsoft.NETCore.DotNetHostPolicy | 8.0.19 | +| runtime.linux-bionic-arm64.Microsoft.NETCore.DotNetHostResolver | 8.0.19 | +| runtime.linux-bionic-x64.Microsoft.NETCore.DotNetAppHost | 8.0.19 | +| runtime.linux-bionic-x64.Microsoft.NETCore.DotNetHost | 8.0.19 | +| runtime.linux-bionic-x64.Microsoft.NETCore.DotNetHostPolicy | 8.0.19 | +| runtime.linux-bionic-x64.Microsoft.NETCore.DotNetHostResolver | 8.0.19 | +| runtime.linux-musl-arm.Microsoft.NETCore.DotNetAppHost | 8.0.19 | +| runtime.linux-musl-arm.Microsoft.NETCore.DotNetHost | 8.0.19 | +| runtime.linux-musl-arm.Microsoft.NETCore.DotNetHostPolicy | 8.0.19 | +| runtime.linux-musl-arm.Microsoft.NETCore.DotNetHostResolver | 8.0.19 | +| runtime.linux-musl-arm64.Microsoft.DotNet.ILCompiler | 8.0.19 | +| runtime.linux-musl-arm64.Microsoft.NETCore.DotNetAppHost | 8.0.19 | +| runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHost | 8.0.19 | +| runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHostPolicy | 8.0.19 | +| runtime.linux-musl-arm64.Microsoft.NETCore.DotNetHostResolver | 8.0.19 | +| runtime.linux-musl-x64.Microsoft.DotNet.ILCompiler | 8.0.19 | +| runtime.linux-musl-x64.Microsoft.NETCore.DotNetAppHost | 8.0.19 | +| runtime.linux-musl-x64.Microsoft.NETCore.DotNetHost | 8.0.19 | +| runtime.linux-musl-x64.Microsoft.NETCore.DotNetHostPolicy | 8.0.19 | +| runtime.linux-musl-x64.Microsoft.NETCore.DotNetHostResolver | 8.0.19 | +| runtime.linux-x64.Microsoft.DotNet.ILCompiler | 8.0.19 | +| runtime.linux-x64.Microsoft.NETCore.DotNetAppHost | 8.0.19 | +| runtime.linux-x64.Microsoft.NETCore.DotNetHost | 8.0.19 | +| runtime.linux-x64.Microsoft.NETCore.DotNetHostPolicy | 8.0.19 | +| runtime.linux-x64.Microsoft.NETCore.DotNetHostResolver | 8.0.19 | +| runtime.osx-arm64.Microsoft.DotNet.ILCompiler | 8.0.19 | +| runtime.osx-arm64.Microsoft.NETCore.DotNetAppHost | 8.0.19 | +| runtime.osx-arm64.Microsoft.NETCore.DotNetHost | 8.0.19 | +| runtime.osx-arm64.Microsoft.NETCore.DotNetHostPolicy | 8.0.19 | +| runtime.osx-arm64.Microsoft.NETCore.DotNetHostResolver | 8.0.19 | +| runtime.osx-x64.Microsoft.DotNet.ILCompiler | 8.0.19 | +| runtime.osx-x64.Microsoft.NETCore.DotNetAppHost | 8.0.19 | +| runtime.osx-x64.Microsoft.NETCore.DotNetHost | 8.0.19 | +| runtime.osx-x64.Microsoft.NETCore.DotNetHostPolicy | 8.0.19 | +| runtime.osx-x64.Microsoft.NETCore.DotNetHostResolver | 8.0.19 | +| runtime.win-arm64.Microsoft.DotNet.ILCompiler | 8.0.19 | +| runtime.win-arm64.Microsoft.NETCore.DotNetAppHost | 8.0.19 | +| runtime.win-arm64.Microsoft.NETCore.DotNetHost | 8.0.19 | +| runtime.win-arm64.Microsoft.NETCore.DotNetHostPolicy | 8.0.19 | +| runtime.win-arm64.Microsoft.NETCore.DotNetHostResolver | 8.0.19 | +| runtime.win-x64.Microsoft.DotNet.ILCompiler | 8.0.19 | +| runtime.win-x64.Microsoft.NETCore.DotNetAppHost | 8.0.19 | +| runtime.win-x64.Microsoft.NETCore.DotNetHost | 8.0.19 | +| runtime.win-x64.Microsoft.NETCore.DotNetHostPolicy | 8.0.19 | +| runtime.win-x64.Microsoft.NETCore.DotNetHostResolver | 8.0.19 | +| runtime.win-x86.Microsoft.NETCore.DotNetAppHost | 8.0.19 | +| runtime.win-x86.Microsoft.NETCore.DotNetHost | 8.0.19 | +| runtime.win-x86.Microsoft.NETCore.DotNetHostPolicy | 8.0.19 | +| runtime.win-x86.Microsoft.NETCore.DotNetHostResolver | 8.0.19 | +| System.Drawing.Common | 8.0.19 | + +[//]: # ( Runtime 8.0.19) +[dotnet-runtime-linux-arm.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.19/dotnet-runtime-8.0.19-linux-arm.tar.gz +[dotnet-runtime-linux-arm64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.19/dotnet-runtime-8.0.19-linux-arm64.tar.gz +[dotnet-runtime-linux-musl-arm.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.19/dotnet-runtime-8.0.19-linux-musl-arm.tar.gz +[dotnet-runtime-linux-musl-arm64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.19/dotnet-runtime-8.0.19-linux-musl-arm64.tar.gz +[dotnet-runtime-linux-musl-x64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.19/dotnet-runtime-8.0.19-linux-musl-x64.tar.gz +[dotnet-runtime-linux-x64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.19/dotnet-runtime-8.0.19-linux-x64.tar.gz +[dotnet-runtime-osx-arm64.pkg]: https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.19/dotnet-runtime-8.0.19-osx-arm64.pkg +[dotnet-runtime-osx-arm64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.19/dotnet-runtime-8.0.19-osx-arm64.tar.gz +[dotnet-runtime-osx-x64.pkg]: https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.19/dotnet-runtime-8.0.19-osx-x64.pkg +[dotnet-runtime-osx-x64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.19/dotnet-runtime-8.0.19-osx-x64.tar.gz +[dotnet-runtime-win-arm64.exe]: https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.19/dotnet-runtime-8.0.19-win-arm64.exe +[dotnet-runtime-win-arm64.zip]: https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.19/dotnet-runtime-8.0.19-win-arm64.zip +[dotnet-runtime-win-x64.exe]: https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.19/dotnet-runtime-8.0.19-win-x64.exe +[dotnet-runtime-win-x64.zip]: https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.19/dotnet-runtime-8.0.19-win-x64.zip +[dotnet-runtime-win-x86.exe]: https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.19/dotnet-runtime-8.0.19-win-x86.exe +[dotnet-runtime-win-x86.zip]: https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.19/dotnet-runtime-8.0.19-win-x86.zip + +[//]: # ( WindowsDesktop 8.0.19) +[windowsdesktop-runtime-win-arm64.exe]: https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/8.0.19/windowsdesktop-runtime-8.0.19-win-arm64.exe +[windowsdesktop-runtime-win-x64.exe]: https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/8.0.19/windowsdesktop-runtime-8.0.19-win-x64.exe +[windowsdesktop-runtime-win-x86.exe]: https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/8.0.19/windowsdesktop-runtime-8.0.19-win-x86.exe + +[//]: # ( ASP 8.0.19) +[aspnetcore-runtime-linux-arm.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/8.0.19/aspnetcore-runtime-8.0.19-linux-arm.tar.gz +[aspnetcore-runtime-linux-arm64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/8.0.19/aspnetcore-runtime-8.0.19-linux-arm64.tar.gz +[aspnetcore-runtime-linux-musl-x64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/8.0.19/aspnetcore-runtime-8.0.19-linux-musl-x64.tar.gz +[aspnetcore-runtime-linux-x64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/8.0.19/aspnetcore-runtime-8.0.19-linux-x64.tar.gz +[aspnetcore-runtime-osx-arm64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/8.0.19/aspnetcore-runtime-8.0.19-osx-arm64.tar.gz +[aspnetcore-runtime-osx-x64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/8.0.19/aspnetcore-runtime-8.0.19-osx-x64.tar.gz +[aspnetcore-runtime-win-x64.exe]: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/8.0.19/aspnetcore-runtime-8.0.19-win-x64.exe +[aspnetcore-runtime-win-x86.exe]: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/8.0.19/aspnetcore-runtime-8.0.19-win-x86.exe +[dotnet-hosting-win.exe]: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/8.0.19/dotnet-hosting-8.0.19-win.exe + +[//]: # ( SDK 8.0.413) +[dotnet-sdk-linux-arm.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.413/dotnet-sdk-8.0.413-linux-arm.tar.gz +[dotnet-sdk-linux-arm64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.413/dotnet-sdk-8.0.413-linux-arm64.tar.gz +[dotnet-sdk-linux-musl-arm.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.413/dotnet-sdk-8.0.413-linux-musl-arm.tar.gz +[dotnet-sdk-linux-musl-x64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.413/dotnet-sdk-8.0.413-linux-musl-x64.tar.gz +[dotnet-sdk-linux-x64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.413/dotnet-sdk-8.0.413-linux-x64.tar.gz +[dotnet-sdk-osx-arm64.pkg]: https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.413/dotnet-sdk-8.0.413-osx-arm64.pkg +[dotnet-sdk-osx-arm64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.413/dotnet-sdk-8.0.413-osx-arm64.tar.gz +[dotnet-sdk-osx-x64.pkg]: https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.413/dotnet-sdk-8.0.413-osx-x64.pkg +[dotnet-sdk-osx-x64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.413/dotnet-sdk-8.0.413-osx-x64.tar.gz +[dotnet-sdk-win-arm64.exe]: https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.413/dotnet-sdk-8.0.413-win-arm64.exe +[dotnet-sdk-win-arm64.zip]: https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.413/dotnet-sdk-8.0.413-win-arm64.zip +[dotnet-sdk-win-x64.exe]: https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.413/dotnet-sdk-8.0.413-win-x64.exe +[dotnet-sdk-win-x64.zip]: https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.413/dotnet-sdk-8.0.413-win-x64.zip +[dotnet-sdk-win-x86.exe]: https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.413/dotnet-sdk-8.0.413-win-x86.exe +[dotnet-sdk-win-x86.zip]: https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.413/dotnet-sdk-8.0.413-win-x86.zip diff --git a/release-notes/8.0/8.0.19/8.0.316.md b/release-notes/8.0/8.0.19/8.0.316.md new file mode 100644 index 0000000000..45da3b34fa --- /dev/null +++ b/release-notes/8.0/8.0.19/8.0.316.md @@ -0,0 +1,87 @@ +# .NET 8.0.316 - August 12, 2025 + +The .NET 8.0.316 release is available for download. This SDK includes the released .NET 8.0.19 Runtime and is in support of Visual Studio 17.10 release. The latest 8.0 release is always listed at [.NET 8.0 Releases](../README.md). + +## 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 +8.0.316 +``` + +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/) to learn about .NET, for building many different types of applications. + +## Visual Studio Compatibility + +You need [Visual Studio 17.10](https://visualstudio.microsoft.com) or later to use .NET 8.0 on Windows. While not officially supported, we’ve also enabled rudimentary support for .NET 8.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 8.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 8.0 and C# 12. + +[checksums-runtime]: https://builds.dotnet.microsoft.com/dotnet/checksums/8.0.19-sha.txt +[checksums-sdk]: https://builds.dotnet.microsoft.com/dotnet/checksums/8.0.19-sha.txt + +[linux-packages]: ../install-linux.md + +[//]: # ( Runtime 8.0.19) +[dotnet-runtime-linux-arm.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.19/dotnet-runtime-8.0.19-linux-arm.tar.gz +[dotnet-runtime-linux-arm64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.19/dotnet-runtime-8.0.19-linux-arm64.tar.gz +[dotnet-runtime-linux-musl-arm.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.19/dotnet-runtime-8.0.19-linux-musl-arm.tar.gz +[dotnet-runtime-linux-musl-arm64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.19/dotnet-runtime-8.0.19-linux-musl-arm64.tar.gz +[dotnet-runtime-linux-musl-x64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.19/dotnet-runtime-8.0.19-linux-musl-x64.tar.gz +[dotnet-runtime-linux-x64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.19/dotnet-runtime-8.0.19-linux-x64.tar.gz +[dotnet-runtime-osx-arm64.pkg]: https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.19/dotnet-runtime-8.0.19-osx-arm64.pkg +[dotnet-runtime-osx-arm64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.19/dotnet-runtime-8.0.19-osx-arm64.tar.gz +[dotnet-runtime-osx-x64.pkg]: https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.19/dotnet-runtime-8.0.19-osx-x64.pkg +[dotnet-runtime-osx-x64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.19/dotnet-runtime-8.0.19-osx-x64.tar.gz +[dotnet-runtime-win-arm64.exe]: https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.19/dotnet-runtime-8.0.19-win-arm64.exe +[dotnet-runtime-win-arm64.zip]: https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.19/dotnet-runtime-8.0.19-win-arm64.zip +[dotnet-runtime-win-x64.exe]: https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.19/dotnet-runtime-8.0.19-win-x64.exe +[dotnet-runtime-win-x64.zip]: https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.19/dotnet-runtime-8.0.19-win-x64.zip +[dotnet-runtime-win-x86.exe]: https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.19/dotnet-runtime-8.0.19-win-x86.exe +[dotnet-runtime-win-x86.zip]: https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.19/dotnet-runtime-8.0.19-win-x86.zip + +[//]: # ( WindowsDesktop 8.0.19) +[windowsdesktop-runtime-win-arm64.exe]: https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/8.0.19/windowsdesktop-runtime-8.0.19-win-arm64.exe +[windowsdesktop-runtime-win-x64.exe]: https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/8.0.19/windowsdesktop-runtime-8.0.19-win-x64.exe +[windowsdesktop-runtime-win-x86.exe]: https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/8.0.19/windowsdesktop-runtime-8.0.19-win-x86.exe + +[//]: # ( ASP 8.0.19) +[aspnetcore-runtime-linux-arm.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/8.0.19/aspnetcore-runtime-8.0.19-linux-arm.tar.gz +[aspnetcore-runtime-linux-arm64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/8.0.19/aspnetcore-runtime-8.0.19-linux-arm64.tar.gz +[aspnetcore-runtime-linux-musl-x64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/8.0.19/aspnetcore-runtime-8.0.19-linux-musl-x64.tar.gz +[aspnetcore-runtime-linux-x64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/8.0.19/aspnetcore-runtime-8.0.19-linux-x64.tar.gz +[aspnetcore-runtime-osx-arm64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/8.0.19/aspnetcore-runtime-8.0.19-osx-arm64.tar.gz +[aspnetcore-runtime-osx-x64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/8.0.19/aspnetcore-runtime-8.0.19-osx-x64.tar.gz +[aspnetcore-runtime-win-x64.exe]: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/8.0.19/aspnetcore-runtime-8.0.19-win-x64.exe +[aspnetcore-runtime-win-x86.exe]: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/8.0.19/aspnetcore-runtime-8.0.19-win-x86.exe +[dotnet-hosting-win.exe]: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/8.0.19/dotnet-hosting-8.0.19-win.exe + +[//]: # ( SDK 8.0.316) +[dotnet-sdk-linux-arm.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.316/dotnet-sdk-8.0.316-linux-arm.tar.gz +[dotnet-sdk-linux-arm64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.316/dotnet-sdk-8.0.316-linux-arm64.tar.gz +[dotnet-sdk-linux-musl-arm.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.316/dotnet-sdk-8.0.316-linux-musl-arm.tar.gz +[dotnet-sdk-linux-musl-x64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.316/dotnet-sdk-8.0.316-linux-musl-x64.tar.gz +[dotnet-sdk-linux-x64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.316/dotnet-sdk-8.0.316-linux-x64.tar.gz +[dotnet-sdk-osx-arm64.pkg]: https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.316/dotnet-sdk-8.0.316-osx-arm64.pkg +[dotnet-sdk-osx-arm64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.316/dotnet-sdk-8.0.316-osx-arm64.tar.gz +[dotnet-sdk-osx-x64.pkg]: https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.316/dotnet-sdk-8.0.316-osx-x64.pkg +[dotnet-sdk-osx-x64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.316/dotnet-sdk-8.0.316-osx-x64.tar.gz +[dotnet-sdk-win-arm64.exe]: https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.316/dotnet-sdk-8.0.316-win-arm64.exe +[dotnet-sdk-win-arm64.zip]: https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.316/dotnet-sdk-8.0.316-win-arm64.zip +[dotnet-sdk-win-x64.exe]: https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.316/dotnet-sdk-8.0.316-win-x64.exe +[dotnet-sdk-win-x64.zip]: https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.316/dotnet-sdk-8.0.316-win-x64.zip +[dotnet-sdk-win-x86.exe]: https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.316/dotnet-sdk-8.0.316-win-x86.exe +[dotnet-sdk-win-x86.zip]: https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.316/dotnet-sdk-8.0.316-win-x86.zip diff --git a/release-notes/8.0/8.0.19/release.json b/release-notes/8.0/8.0.19/release.json new file mode 100644 index 0000000000..80e4e89ed2 --- /dev/null +++ b/release-notes/8.0/8.0.19/release.json @@ -0,0 +1,739 @@ +{ + "channel-version": "8.0", + "release-date": "2025-08-12", + "release-version": "8.0.19", + "security": false, + "release": + { + "release-date": "2025-08-12", + "release-version": "8.0.19", + "security": false, + "cve-list": [], + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/8.0/8.0.19/8.0.19.md", + "runtime": { + "version": "8.0.19", + "version-display": "8.0.19", + "vs-version": "17.10.18, 17.12.11, 17.14.11", + "vs-mac-version": "", + "files": [ + { + "name": "dotnet-runtime-linux-arm.tar.gz", + "rid": "linux-arm", + "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.19/dotnet-runtime-8.0.19-linux-arm.tar.gz", + "hash": "b2ab05f6a29cff2b8440211bc591af0930fb1e9d082b180b95e61b7d4e1b3f79fd2a729b29baab71148780d92c64618ecf8c56a8cf3aca622afb29f487701d82" + }, + { + "name": "dotnet-runtime-linux-arm64.tar.gz", + "rid": "linux-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.19/dotnet-runtime-8.0.19-linux-arm64.tar.gz", + "hash": "13f5607daa2eb0f9a0fb6a36193d28abc9454208af5573da8bc5fef5cbeb70b187deadaf6a52b3d46fdcc59c8567db77c293775cfd76a43e81ff99c4b425058c" + }, + { + "name": "dotnet-runtime-linux-musl-arm.tar.gz", + "rid": "linux-musl-arm", + "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.19/dotnet-runtime-8.0.19-linux-musl-arm.tar.gz", + "hash": "3d5695212ca36745e3a9e94f527d24ad585d38bea171f79cb47225ff0104c7c6f82815c316983e12be5426ab92b260755d3b44de1447c6ab2256326e85617213" + }, + { + "name": "dotnet-runtime-linux-musl-arm64.tar.gz", + "rid": "linux-musl-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.19/dotnet-runtime-8.0.19-linux-musl-arm64.tar.gz", + "hash": "88e2d81ca6ec52d07fe710372d064f2a30895735c764d2d9adc148e4e47ffc8aa37761032997ef7d317c29ebcabdda9ca0a99dd1fa5f17b9ec96bc6d34a8863b" + }, + { + "name": "dotnet-runtime-linux-musl-x64.tar.gz", + "rid": "linux-musl-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.19/dotnet-runtime-8.0.19-linux-musl-x64.tar.gz", + "hash": "36fbc5edeaf879ce43044e1e1000207f229f2f12bee4c3521130476980091c832a7410dcf5f3779de2134987aedc2fa3f7847dbf9a313d627f2094bfbcd32a16" + }, + { + "name": "dotnet-runtime-linux-x64.tar.gz", + "rid": "linux-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.19/dotnet-runtime-8.0.19-linux-x64.tar.gz", + "hash": "0f66ee564fc9a86b8eae5403f431af59565e62f5eb59f6e50377e72c58ad24552db3b72ecfd824b850a4234faedb213983b89cc479372fc436a553fb086bb9a8" + }, + { + "name": "dotnet-runtime-osx-arm64.pkg", + "rid": "osx-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.19/dotnet-runtime-8.0.19-osx-arm64.pkg", + "hash": "7e70f110a39d796b703d4eb50c1c6df6ef4fb51397b0801b10c7fc5bdd73bd159575807f8e72a20d5ce9fed71530447302dee37307899f8bd400da312b6cac8f" + }, + { + "name": "dotnet-runtime-osx-arm64.tar.gz", + "rid": "osx-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.19/dotnet-runtime-8.0.19-osx-arm64.tar.gz", + "hash": "14b46a52b82a179cc5d1293f4bc0968051471f0e62b37e3525a8f7411d2990fe0676ce0e17fe50b2b248800eeb3d1bd9bd83bec3a527b670d825e1a4c43e8f8e" + }, + { + "name": "dotnet-runtime-osx-x64.pkg", + "rid": "osx-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.19/dotnet-runtime-8.0.19-osx-x64.pkg", + "hash": "08723fe16b6dca78bfb5f567a6213ba3ca46de3651fd18d515b8dc9fae814aebe09252e118188193b73c25a71c1d6db59f5cb720fcd1858120dd180fd7dda207" + }, + { + "name": "dotnet-runtime-osx-x64.tar.gz", + "rid": "osx-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.19/dotnet-runtime-8.0.19-osx-x64.tar.gz", + "hash": "bad3558c0a886dedf933e6542ae7b41b7061236ea144170b39e0fbe9b615ba76d9f0656ddd1b9be89ef932f894ede9e1b50302ed093ea0d8a00f04ae61364bcb" + }, + { + "name": "dotnet-runtime-win-arm64.exe", + "rid": "win-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.19/dotnet-runtime-8.0.19-win-arm64.exe", + "hash": "b0d3dfcc0b5a7557e2c0afb06cec9346dada3ed93160ebbf5156b4075d3a5e373737546f3c617813195ec25006f2da8e55b5749f1fa8e1d3628eea590f71a145" + }, + { + "name": "dotnet-runtime-win-arm64.zip", + "rid": "win-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.19/dotnet-runtime-8.0.19-win-arm64.zip", + "hash": "24f436120309f3c2a780441b393770b147c4d3555cf172d2c49757613f7755b03d8a7cb7153b37eb1dd5fc4a2ecac9107abe1b270549cd9bd8323b8998727ab9" + }, + { + "name": "dotnet-runtime-win-x64.exe", + "rid": "win-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.19/dotnet-runtime-8.0.19-win-x64.exe", + "hash": "a8836b7ad6e2b2b8d54aaefbd00ffb6a332c44ad54076ad123ca8a91d37f6f700b4469d16a15d0cab17d6638a05686f641f229518d956045b4803637b7abce67" + }, + { + "name": "dotnet-runtime-win-x64.zip", + "rid": "win-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.19/dotnet-runtime-8.0.19-win-x64.zip", + "hash": "5d37d9cbe9c7dea38c1a7f87f48f65828980d9858e8610a878f8e013518b326fe330145af410516caa67630a24e9cbe13f3604f79e284e058b29e6dc9c6479da" + }, + { + "name": "dotnet-runtime-win-x86.exe", + "rid": "win-x86", + "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.19/dotnet-runtime-8.0.19-win-x86.exe", + "hash": "c6caf1dc3da2688e322481a314c8c0a55096338aa88f2c5d32293b62733a9b8e587fd944689090612099e029f9b3244137f1a3ec34308305232aa49126fd07b4" + }, + { + "name": "dotnet-runtime-win-x86.zip", + "rid": "win-x86", + "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.19/dotnet-runtime-8.0.19-win-x86.zip", + "hash": "b0155454154bb037d2ef14f217a99e6a0fe75766c2ec0e80b9dadf22d92d1b687646654aad23f77d37f1f08c0700d8e26c538cfb1d50ecb1fb4a3fc6ee4e66a6" + } + ] + }, + "sdk": { + "version": "8.0.413", + "version-display": "8.0.413", + "runtime-version": "8.0.19", + "vs-version": "", + "vs-mac-version": "", + "vs-support": "", + "vs-mac-support": "", + "csharp-version": "12.0", + "fsharp-version": "8.0", + "vb-version": "16.9", + "files": [ + { + "name": "dotnet-sdk-linux-arm.tar.gz", + "rid": "linux-arm", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.413/dotnet-sdk-8.0.413-linux-arm.tar.gz", + "hash": "a02e1ed410d47e9b6512267acbc0cd0315b7918617ac40dccc14ec7789a331b67690f059f4112bb879633fd6f15645725dd9943367f7f13df3edcd79fa1c2846" + }, + { + "name": "dotnet-sdk-linux-arm64.tar.gz", + "rid": "linux-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.413/dotnet-sdk-8.0.413-linux-arm64.tar.gz", + "hash": "7972e2738b8d1c6b4f32f53ef94ee7cbed10d60c83aec190c4e98f823d37aefef629ef9e3c4c8c26b042fe81e0a34a8b26d6f812e0c932746e66acf95183b87f" + }, + { + "name": "dotnet-sdk-linux-musl-arm.tar.gz", + "rid": "linux-musl-arm", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.413/dotnet-sdk-8.0.413-linux-musl-arm.tar.gz", + "hash": "92c068a2cab47f1951e4cf824f633bf8b6ec85f22d32882e0ec943c2c3d46a394603cc0c36748b829e59e72fc6d7233c53156f0cf1398e94107e0f7008cf04f4" + }, + { + "name": "dotnet-sdk-linux-musl-arm64.tar.gz", + "rid": "linux-musl-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.413/dotnet-sdk-8.0.413-linux-musl-arm64.tar.gz", + "hash": "1380ddfdc715b831e459ee48636d8a2a89aa6c34857e4a428a63effcab40f88cf6c72a076f9b210c496c39bde24dd17c1db9f7b110e724174e39fb748f8e4b50" + }, + { + "name": "dotnet-sdk-linux-musl-x64.tar.gz", + "rid": "linux-musl-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.413/dotnet-sdk-8.0.413-linux-musl-x64.tar.gz", + "hash": "1490e8061d8665373506db3cbbf8a30b7b7d99884de02d4f6e7ace5852e16a4f9e061a668abec1cc0af21e4d5a3fa1eee804b60d249f7d568363bb9ee1abdab9" + }, + { + "name": "dotnet-sdk-linux-x64.tar.gz", + "rid": "linux-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.413/dotnet-sdk-8.0.413-linux-x64.tar.gz", + "hash": "f173346751b2922887bb2fb1eb48fc88df9ac62cb7e8eac697f9a4cde17ad84f926dd02fba896968f1425b566fba3127b781dabeb74a088ed29a951d427e178a" + }, + { + "name": "dotnet-sdk-osx-arm64.pkg", + "rid": "osx-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.413/dotnet-sdk-8.0.413-osx-arm64.pkg", + "hash": "5ec3b444fe8157e6d5758fa12607d451db66408e4c28e0e873b25ca7cf8a23a4e84459833a5b68d928a6475d79ed82d95f84c92be1d329b86606467dbdb9d5ce" + }, + { + "name": "dotnet-sdk-osx-arm64.tar.gz", + "rid": "osx-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.413/dotnet-sdk-8.0.413-osx-arm64.tar.gz", + "hash": "fdaaea5e7fff2badbfc894ba117116a7b88a8cc04577ceae0a00b4d8c9aea53724b3a445df0d28c8b1771ac92b62b9cc68895c98ff1791eab6f8a3cf19bffd01" + }, + { + "name": "dotnet-sdk-osx-x64.pkg", + "rid": "osx-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.413/dotnet-sdk-8.0.413-osx-x64.pkg", + "hash": "dbf45d62b9ee13bb625c3367a84b3cb5bbd94cfb470c61c2cbb29c1b775f3f24a8766208c8a63e5e8006a945f1dac1758604e98d616575f9f7167b673045a5ab" + }, + { + "name": "dotnet-sdk-osx-x64.tar.gz", + "rid": "osx-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.413/dotnet-sdk-8.0.413-osx-x64.tar.gz", + "hash": "ba938fcafa343213c2e81936e4c33436cd15b2bdcdebe83d7d005dbf84e8f08eca4dc4a886152cfd0c842f17816367e3efb81313fc2ce4bffd19d6aedf45d322" + }, + { + "name": "dotnet-sdk-win-arm64.exe", + "rid": "win-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.413/dotnet-sdk-8.0.413-win-arm64.exe", + "hash": "fdb454f72253e1304c238ae6d76991d23e65369e261a36bb7213c0d1609675bfb1aa058373bae26dd09fc671acfe327f86d199414a1193a6f10a0cb6e9819b7d" + }, + { + "name": "dotnet-sdk-win-arm64.zip", + "rid": "win-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.413/dotnet-sdk-8.0.413-win-arm64.zip", + "hash": "01c652ad09ff2442b63e33b58db68e08bcf3ec74d160531f7c6155d7b93d13ae3aa04655b1ddd0de8de7e196c33b54bb6120fb1558aac7afe7dfa4b4ad7139c4" + }, + { + "name": "dotnet-sdk-win-x64.exe", + "rid": "win-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.413/dotnet-sdk-8.0.413-win-x64.exe", + "hash": "10dd767b032882de4b55ee77ba567366645446988a05fa7916bb17e9b22781eda15e0c91c645e1b1b7f60ad1435337cfc321f7ab66a3504acd0c20d60e36bdf8" + }, + { + "name": "dotnet-sdk-win-x64.zip", + "rid": "win-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.413/dotnet-sdk-8.0.413-win-x64.zip", + "hash": "a2fac0881d963c05b9844e5133d71b3008a58b2ca251befbc617dd1666ff74d9496327f87037319f49f49e89c113038020027f158bfc71105d4300e1bf446b35" + }, + { + "name": "dotnet-sdk-win-x86.exe", + "rid": "win-x86", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.413/dotnet-sdk-8.0.413-win-x86.exe", + "hash": "5144581cc096752872e8d55e872eccc41f6a188d0a73ae1a3a5b0c5e2054c2415f03724ebc43c1f2f233bee7219dab2b8f46942a88cc1e330a752ed6b8de9366" + }, + { + "name": "dotnet-sdk-win-x86.zip", + "rid": "win-x86", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.413/dotnet-sdk-8.0.413-win-x86.zip", + "hash": "9135316ab8db465ce55e5baee65e3259ce8a575ca27daaa0b6e51b8d224bc4ffb0054dde76e8c38fac6b3adc70e0fac0a35b74c80eae2cc48766fa986c7f2d77" + } + ] + }, + "sdks": [ + { + "version": "8.0.413", + "version-display": "8.0.413", + "runtime-version": "8.0.19", + "vs-version": "", + "vs-mac-version": "", + "vs-support": "", + "vs-mac-support": "", + "csharp-version": "12.0", + "fsharp-version": "8.0", + "vb-version": "16.9", + "files": [ + { + "name": "dotnet-sdk-linux-arm.tar.gz", + "rid": "linux-arm", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.413/dotnet-sdk-8.0.413-linux-arm.tar.gz", + "hash": "a02e1ed410d47e9b6512267acbc0cd0315b7918617ac40dccc14ec7789a331b67690f059f4112bb879633fd6f15645725dd9943367f7f13df3edcd79fa1c2846" + }, + { + "name": "dotnet-sdk-linux-arm64.tar.gz", + "rid": "linux-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.413/dotnet-sdk-8.0.413-linux-arm64.tar.gz", + "hash": "7972e2738b8d1c6b4f32f53ef94ee7cbed10d60c83aec190c4e98f823d37aefef629ef9e3c4c8c26b042fe81e0a34a8b26d6f812e0c932746e66acf95183b87f" + }, + { + "name": "dotnet-sdk-linux-musl-arm.tar.gz", + "rid": "linux-musl-arm", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.413/dotnet-sdk-8.0.413-linux-musl-arm.tar.gz", + "hash": "92c068a2cab47f1951e4cf824f633bf8b6ec85f22d32882e0ec943c2c3d46a394603cc0c36748b829e59e72fc6d7233c53156f0cf1398e94107e0f7008cf04f4" + }, + { + "name": "dotnet-sdk-linux-musl-arm64.tar.gz", + "rid": "linux-musl-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.413/dotnet-sdk-8.0.413-linux-musl-arm64.tar.gz", + "hash": "1380ddfdc715b831e459ee48636d8a2a89aa6c34857e4a428a63effcab40f88cf6c72a076f9b210c496c39bde24dd17c1db9f7b110e724174e39fb748f8e4b50" + }, + { + "name": "dotnet-sdk-linux-musl-x64.tar.gz", + "rid": "linux-musl-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.413/dotnet-sdk-8.0.413-linux-musl-x64.tar.gz", + "hash": "1490e8061d8665373506db3cbbf8a30b7b7d99884de02d4f6e7ace5852e16a4f9e061a668abec1cc0af21e4d5a3fa1eee804b60d249f7d568363bb9ee1abdab9" + }, + { + "name": "dotnet-sdk-linux-x64.tar.gz", + "rid": "linux-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.413/dotnet-sdk-8.0.413-linux-x64.tar.gz", + "hash": "f173346751b2922887bb2fb1eb48fc88df9ac62cb7e8eac697f9a4cde17ad84f926dd02fba896968f1425b566fba3127b781dabeb74a088ed29a951d427e178a" + }, + { + "name": "dotnet-sdk-osx-arm64.pkg", + "rid": "osx-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.413/dotnet-sdk-8.0.413-osx-arm64.pkg", + "hash": "5ec3b444fe8157e6d5758fa12607d451db66408e4c28e0e873b25ca7cf8a23a4e84459833a5b68d928a6475d79ed82d95f84c92be1d329b86606467dbdb9d5ce" + }, + { + "name": "dotnet-sdk-osx-arm64.tar.gz", + "rid": "osx-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.413/dotnet-sdk-8.0.413-osx-arm64.tar.gz", + "hash": "fdaaea5e7fff2badbfc894ba117116a7b88a8cc04577ceae0a00b4d8c9aea53724b3a445df0d28c8b1771ac92b62b9cc68895c98ff1791eab6f8a3cf19bffd01" + }, + { + "name": "dotnet-sdk-osx-x64.pkg", + "rid": "osx-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.413/dotnet-sdk-8.0.413-osx-x64.pkg", + "hash": "dbf45d62b9ee13bb625c3367a84b3cb5bbd94cfb470c61c2cbb29c1b775f3f24a8766208c8a63e5e8006a945f1dac1758604e98d616575f9f7167b673045a5ab" + }, + { + "name": "dotnet-sdk-osx-x64.tar.gz", + "rid": "osx-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.413/dotnet-sdk-8.0.413-osx-x64.tar.gz", + "hash": "ba938fcafa343213c2e81936e4c33436cd15b2bdcdebe83d7d005dbf84e8f08eca4dc4a886152cfd0c842f17816367e3efb81313fc2ce4bffd19d6aedf45d322" + }, + { + "name": "dotnet-sdk-win-arm64.exe", + "rid": "win-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.413/dotnet-sdk-8.0.413-win-arm64.exe", + "hash": "fdb454f72253e1304c238ae6d76991d23e65369e261a36bb7213c0d1609675bfb1aa058373bae26dd09fc671acfe327f86d199414a1193a6f10a0cb6e9819b7d" + }, + { + "name": "dotnet-sdk-win-arm64.zip", + "rid": "win-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.413/dotnet-sdk-8.0.413-win-arm64.zip", + "hash": "01c652ad09ff2442b63e33b58db68e08bcf3ec74d160531f7c6155d7b93d13ae3aa04655b1ddd0de8de7e196c33b54bb6120fb1558aac7afe7dfa4b4ad7139c4" + }, + { + "name": "dotnet-sdk-win-x64.exe", + "rid": "win-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.413/dotnet-sdk-8.0.413-win-x64.exe", + "hash": "10dd767b032882de4b55ee77ba567366645446988a05fa7916bb17e9b22781eda15e0c91c645e1b1b7f60ad1435337cfc321f7ab66a3504acd0c20d60e36bdf8" + }, + { + "name": "dotnet-sdk-win-x64.zip", + "rid": "win-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.413/dotnet-sdk-8.0.413-win-x64.zip", + "hash": "a2fac0881d963c05b9844e5133d71b3008a58b2ca251befbc617dd1666ff74d9496327f87037319f49f49e89c113038020027f158bfc71105d4300e1bf446b35" + }, + { + "name": "dotnet-sdk-win-x86.exe", + "rid": "win-x86", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.413/dotnet-sdk-8.0.413-win-x86.exe", + "hash": "5144581cc096752872e8d55e872eccc41f6a188d0a73ae1a3a5b0c5e2054c2415f03724ebc43c1f2f233bee7219dab2b8f46942a88cc1e330a752ed6b8de9366" + }, + { + "name": "dotnet-sdk-win-x86.zip", + "rid": "win-x86", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.413/dotnet-sdk-8.0.413-win-x86.zip", + "hash": "9135316ab8db465ce55e5baee65e3259ce8a575ca27daaa0b6e51b8d224bc4ffb0054dde76e8c38fac6b3adc70e0fac0a35b74c80eae2cc48766fa986c7f2d77" + } + ] + }, + { + "version": "8.0.316", + "version-display": "8.0.316", + "runtime-version": "8.0.19", + "vs-version": "17.10.18", + "vs-mac-version": "", + "vs-support": "Visual Studio 2022 (v17.10)", + "vs-mac-support": "", + "csharp-version": "12.0", + "fsharp-version": "8.0", + "vb-version": "16.9", + "files": [ + { + "name": "dotnet-sdk-linux-arm.tar.gz", + "rid": "linux-arm", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.316/dotnet-sdk-8.0.316-linux-arm.tar.gz", + "hash": "27e966a82df7e358f2e44e8756dda94f863c3f702f380e1e7bdc15e2847cd5907c98fdabf59b6c1a6dc6acfe558ed3372e27fdae1a55e2daaba873886db18d1c" + }, + { + "name": "dotnet-sdk-linux-arm64.tar.gz", + "rid": "linux-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.316/dotnet-sdk-8.0.316-linux-arm64.tar.gz", + "hash": "016dedb1cef90facd6c16095c094c244cfa7028fee0a93f270e7033a3a4da224dd821e8ec563df7bfa55500497c01181cfb58b8089eacdf9751eb2e852ced9ae" + }, + { + "name": "dotnet-sdk-linux-musl-arm.tar.gz", + "rid": "linux-musl-arm", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.316/dotnet-sdk-8.0.316-linux-musl-arm.tar.gz", + "hash": "182240a5959a9c14b13c5814fe12c4ab474045889f3cafc6a9a1f2a13fd38b1cfca624351aa964b5f960ffcb5c44bb98129ef2d9eef4454a7feac0175383e49d" + }, + { + "name": "dotnet-sdk-linux-musl-arm64.tar.gz", + "rid": "linux-musl-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.316/dotnet-sdk-8.0.316-linux-musl-arm64.tar.gz", + "hash": "1dc160a703dcc81e1af2aea42f414191a338476632219a762536c1d2214fe320bde5cc7de05b290d9a27b1871efb56c5c1def9a9776c4101b400cdd431c9e946" + }, + { + "name": "dotnet-sdk-linux-musl-x64.tar.gz", + "rid": "linux-musl-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.316/dotnet-sdk-8.0.316-linux-musl-x64.tar.gz", + "hash": "fd44c27c328e56049297b2bd5d7aa1fc3241f8677808bf624f8aa6955bbb7b202d4969404bcd8134adda5227289073fbc691a6c3209cd65a1ed01b4509c03a48" + }, + { + "name": "dotnet-sdk-linux-x64.tar.gz", + "rid": "linux-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.316/dotnet-sdk-8.0.316-linux-x64.tar.gz", + "hash": "e41065b03a45a1c9659ee44b7ef105a5d1278a10195adab1a6f0c8a7861a3b0d586eb80f06b71415f4587eadbbe304fffaa86ac02d52b4088705aae845a661e7" + }, + { + "name": "dotnet-sdk-osx-arm64.pkg", + "rid": "osx-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.316/dotnet-sdk-8.0.316-osx-arm64.pkg", + "hash": "c7824617707cd1cc893c483a1834624fc8976cd1ca5654837ee1d86da9faffbd2d968650ebf696329b83f4c5f0a1ad0c48d27ea2270e060b6e27e06f51bd4613" + }, + { + "name": "dotnet-sdk-osx-arm64.tar.gz", + "rid": "osx-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.316/dotnet-sdk-8.0.316-osx-arm64.tar.gz", + "hash": "46cdd68a6c7995d5fa8a822b7bd4d87381656b15e3f5a2358eb50fa3cef7952cd70ecaf282c3a790bf9c93e99669c761774d8304cb6812179887afe6dcbd7bbe" + }, + { + "name": "dotnet-sdk-osx-x64.pkg", + "rid": "osx-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.316/dotnet-sdk-8.0.316-osx-x64.pkg", + "hash": "08444b8cde3b1c26d42543444171a0f4127d7514ef7ae0d8b1a03a2f19b234eabedfea33908d7666b9dd5547e197991a510e2dc95e4ef8d1309ae88e3071e06a" + }, + { + "name": "dotnet-sdk-osx-x64.tar.gz", + "rid": "osx-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.316/dotnet-sdk-8.0.316-osx-x64.tar.gz", + "hash": "b9cf058948d5bb3e7031fa833f52216a23dcf40da60f7bc754b73156708573d5868f2348186a3bfab5b1a98341c6a55f833ec8b0c367cbcd147b0122a7d805ad" + }, + { + "name": "dotnet-sdk-win-arm64.exe", + "rid": "win-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.316/dotnet-sdk-8.0.316-win-arm64.exe", + "hash": "3da6b11919de88c30df276dcd3ec59cbe11c3f05fe7071efa53cedfd73f4e4a13fb10b642b3f06e623edfd52733a6331ad1a5d3ddfdbb0fae58fd2955991a904" + }, + { + "name": "dotnet-sdk-win-arm64.zip", + "rid": "win-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.316/dotnet-sdk-8.0.316-win-arm64.zip", + "hash": "51248f778be8522b127051932356b2de09ee8548136898223a811b538b63334ee8b45d1fe237a7c051fc208d07abf463ba53643b3a422608ac7e8fb3d1f85266" + }, + { + "name": "dotnet-sdk-win-x64.exe", + "rid": "win-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.316/dotnet-sdk-8.0.316-win-x64.exe", + "hash": "01a8f0431a13023e154ec727a3fec8c50e52316c7450e8e97d0f1a8161ddad7190c154dc59af929ece739cf608064c25aa2d3d3101193c44c68c9069f545cfad" + }, + { + "name": "dotnet-sdk-win-x64.zip", + "rid": "win-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.316/dotnet-sdk-8.0.316-win-x64.zip", + "hash": "cfb55c2a43adb2e8b44c9f18979ef8a141666869c44d99d8045548fb361a956a6224c24741fcf3d0a96b8867da55629f68aa21cb161937464fdb0e9c2ecfd3cc" + }, + { + "name": "dotnet-sdk-win-x86.exe", + "rid": "win-x86", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.316/dotnet-sdk-8.0.316-win-x86.exe", + "hash": "6e4a2adefccca54d344eb71fc45d33d27eaeb158f1bae35c4ca9f20a516ba4a2c1da3086d20234f7f7a1714ff3db4e46ab1499c475c57402c3ff332b4cec44c5" + }, + { + "name": "dotnet-sdk-win-x86.zip", + "rid": "win-x86", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.316/dotnet-sdk-8.0.316-win-x86.zip", + "hash": "0602437434ad31382961bd79031a9ef1544bdb7172d49d1de790ba0797d135e1212db149834c1d9246d867f0ec988e13f8d56ea4333ebcf58a2fc3a403c5758e" + } + ] + }, + { + "version": "8.0.119", + "version-display": "8.0.119", + "runtime-version": "8.0.19", + "vs-version": "", + "vs-mac-version": "", + "vs-support": "", + "vs-mac-support": "", + "csharp-version": "12.0", + "fsharp-version": "8.0", + "vb-version": "16.9", + "files": [ + { + "name": "dotnet-sdk-linux-arm.tar.gz", + "rid": "linux-arm", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.119/dotnet-sdk-8.0.119-linux-arm.tar.gz", + "hash": "5e529d15d49fbd76c988c48be332abe402ddd54242954240c2f1cb62465277592e8cc7634f19cdb1e4200582ca777a20bb761cf8fc98455e5aba9ce9e38d138d" + }, + { + "name": "dotnet-sdk-linux-arm64.tar.gz", + "rid": "linux-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.119/dotnet-sdk-8.0.119-linux-arm64.tar.gz", + "hash": "cba4154b551c182b1185cdf89a56ff52bb46a135f34bdf641ab1340deab23ee6d0f24c070f0b7a5ae20105d71dc315117f28ade2ffa32c2242bdb2e9c8252ccd" + }, + { + "name": "dotnet-sdk-linux-musl-arm.tar.gz", + "rid": "linux-musl-arm", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.119/dotnet-sdk-8.0.119-linux-musl-arm.tar.gz", + "hash": "5d55c26715fdb2b050244e1365e5b7159d206cb4ecbe05d40f16e3b586d5a7fbdb490412af721717bee61ee17c16d709c8e518dd3cb0c51c6d11c290a769a0ae" + }, + { + "name": "dotnet-sdk-linux-musl-arm64.tar.gz", + "rid": "linux-musl-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.119/dotnet-sdk-8.0.119-linux-musl-arm64.tar.gz", + "hash": "255e4a1709482816021cbc2b9fb702dc11bd9ee7a4b1ae8cdd89db576d363399a80f616f7edab64577ab34dc067f605ecf247606e417dba4e3c648ebb4ea6949" + }, + { + "name": "dotnet-sdk-linux-musl-x64.tar.gz", + "rid": "linux-musl-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.119/dotnet-sdk-8.0.119-linux-musl-x64.tar.gz", + "hash": "1ced38d2a0b6bd560975c70c887068b64e09c80523959164ff05f0d95694a9b7be73f8eb02decb9271832e9204b4466434ea3e2c88aaba3b9fcac8538336d4cf" + }, + { + "name": "dotnet-sdk-linux-x64.tar.gz", + "rid": "linux-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.119/dotnet-sdk-8.0.119-linux-x64.tar.gz", + "hash": "2ffec3380a2ac23e801c7c7507b3962ffd232911ad06024b74b97ddacb6f46804d8f6319eb4c7fc7b025f716777d47110219caeebc30a3b1fe9223066ff8a8ca" + }, + { + "name": "dotnet-sdk-osx-arm64.pkg", + "rid": "osx-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.119/dotnet-sdk-8.0.119-osx-arm64.pkg", + "hash": "ce1944c2716770020d3dd596cf1bfde81cc1872484cd088bb2b2f3a298fe33d233127cd131781875c9968edde23c131b3363584841a662f5032df0cb0cce602e" + }, + { + "name": "dotnet-sdk-osx-arm64.tar.gz", + "rid": "osx-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.119/dotnet-sdk-8.0.119-osx-arm64.tar.gz", + "hash": "34d1119aa7bf9aacc42606993aef02d290f5dc1e6c9e6d9a4db09bf492117bd1d7e15d50b7b869f00954cd4aa97e897a1e85ef45ef52efd4ed2e82dd2809e980" + }, + { + "name": "dotnet-sdk-osx-x64.pkg", + "rid": "osx-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.119/dotnet-sdk-8.0.119-osx-x64.pkg", + "hash": "89f1750c824988f26c2ed61ede1dd941b53c83369f3c0103154af79338613b9f846a1f82df15a801496cc8f93c3b724ef42ab81497c6a4c1df37eb0abcbbee87" + }, + { + "name": "dotnet-sdk-osx-x64.tar.gz", + "rid": "osx-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.119/dotnet-sdk-8.0.119-osx-x64.tar.gz", + "hash": "03d1fa28e2439ab4d20a81518dd396392952f340380335d0f62f094560e6a22431d469f45037740adb807d7c024f4280709f975e051406b4769df2251a81ddf8" + }, + { + "name": "dotnet-sdk-win-arm64.exe", + "rid": "win-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.119/dotnet-sdk-8.0.119-win-arm64.exe", + "hash": "7d2a73b0fddc72a0baf4da8397a106bd1bb654553407deb726a0041c5c88f8ed1e00fa9e5424f4d90ef3f83988c38d12987bf0ea31e629b6f49b5b5bea2d89ba" + }, + { + "name": "dotnet-sdk-win-arm64.zip", + "rid": "win-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.119/dotnet-sdk-8.0.119-win-arm64.zip", + "hash": "c29a91ec742d7237fa8dd7b73d1a226929768a9b26debfd7a07a5ea6aa1cfb956cc813af7407d334dfd2916ce1e41797d022c7341b8800f6b8084d7a9a201b4b" + }, + { + "name": "dotnet-sdk-win-x64.exe", + "rid": "win-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.119/dotnet-sdk-8.0.119-win-x64.exe", + "hash": "b8116845c3acf4589a841d7cf4ecd2732cc056380c095ab2dd3098c2ede8024852d92129278e4ff6ca1a103c6fce386b0bc064301522f94039a085d0ff8135ce" + }, + { + "name": "dotnet-sdk-win-x64.zip", + "rid": "win-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.119/dotnet-sdk-8.0.119-win-x64.zip", + "hash": "00698dc1b577a6b97c2b4dbc5540882dfdec9bb8a8d70f2da7f29104372e6d7a8f0f7c39fcf43e2ca1981a3b03809d8fb95b3a69080235c8f4b5539af2ae0b9b" + }, + { + "name": "dotnet-sdk-win-x86.exe", + "rid": "win-x86", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.119/dotnet-sdk-8.0.119-win-x86.exe", + "hash": "1f2775ba86a9a0223e61b9d6762dc9a77d5943a836ee4de07471cbc05b1f8a21064a61428f206cf2d6b9357f0b76885ceec7901b89457f8ef01e1a39aee76637" + }, + { + "name": "dotnet-sdk-win-x86.zip", + "rid": "win-x86", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.119/dotnet-sdk-8.0.119-win-x86.zip", + "hash": "f9ccad08d4f5e868d06aea6d150f7bbe2242154c1751f1972ad9f3a4338fde2e02a276ec24ae063e34a8180db2fd12c678ececd229d9848856ce8d2acd02eb25" + } + ] + } + ], + "aspnetcore-runtime": { + "version": "8.0.19", + "version-display": "8.0.19", + "version-aspnetcoremodule": [ + "18.0.25203.19" + ], + "vs-version": "", + "files": [ + { + "name": "aspnetcore-runtime-linux-arm.tar.gz", + "rid": "linux-arm", + "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/8.0.19/aspnetcore-runtime-8.0.19-linux-arm.tar.gz", + "hash": "6b4afe7dce6ab2e7062cb485c46126dce9cfdb0003721e0d8886ccfaa9a6deec3eebaf8a4de69ebe49463940c6c8ef5addc4512d9c2263d81710b934f41b91e8" + }, + { + "name": "aspnetcore-runtime-linux-arm64.tar.gz", + "rid": "linux-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/8.0.19/aspnetcore-runtime-8.0.19-linux-arm64.tar.gz", + "hash": "cc14503e5c1d94a333fd8048f628760f6df2b2acd4e0d5ef465cbbfcc13517753d6fd5b1d5fe4b38b07704418a713e1338005453a7cbb8fb3f300760d00fc6e6" + }, + { + "name": "aspnetcore-runtime-linux-musl-arm.tar.gz", + "rid": "linux-musl-arm", + "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/8.0.19/aspnetcore-runtime-8.0.19-linux-musl-arm.tar.gz", + "hash": "7ce63c0a80420c1ed3fb2958cb4a23d74ff25efcef0a678ff771f82c3539c9283fd6dc55403a0ab4c95cba2806a76e0c8d7864bebe98d8914fefbdeef9704926" + }, + { + "name": "aspnetcore-runtime-linux-musl-arm64.tar.gz", + "rid": "linux-musl-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/8.0.19/aspnetcore-runtime-8.0.19-linux-musl-arm64.tar.gz", + "hash": "4c656e8ab04882f74c91f7931174f083b26ed90478bcfc90984b1783d4fca6beb1d021ec04469fae610ebb02df73fbfa58af3df1e8d52cbf5e068cbf34188d21" + }, + { + "name": "aspnetcore-runtime-linux-musl-x64.tar.gz", + "rid": "linux-musl-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/8.0.19/aspnetcore-runtime-8.0.19-linux-musl-x64.tar.gz", + "hash": "ed899d524bb9a24d0c3cafded6d0f46ec620857f3d8b43aaf089fe8606fa86c25e85d92c5fee9a016d41a75dd76c303e2edc2d3393c0eb4dc386c5ae3634c22f" + }, + { + "name": "aspnetcore-runtime-linux-x64.tar.gz", + "rid": "linux-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/8.0.19/aspnetcore-runtime-8.0.19-linux-x64.tar.gz", + "hash": "9503fe84627716cb9df02c648e34971c6ec4d44686f213bc6f6bd74bc54ffb41ef272fbd2c8aa3f0a309b20664796c12f9c77b137015f84581ac265af2f21687" + }, + { + "name": "aspnetcore-runtime-osx-arm64.tar.gz", + "rid": "osx-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/8.0.19/aspnetcore-runtime-8.0.19-osx-arm64.tar.gz", + "hash": "0ddf1c7498c528b2098263b3d30afaed0b4046aa2b43d5c7a837403a1e558335c1a958aa859b498dd2a253af39d41f181cb269aae91cd8dd103b64a0609f9841" + }, + { + "name": "aspnetcore-runtime-osx-x64.tar.gz", + "rid": "osx-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/8.0.19/aspnetcore-runtime-8.0.19-osx-x64.tar.gz", + "hash": "9ac20eb6a62615dfb82c5657c11587b621f3e7f0c7c6dd3111df061482092d63c1cb54fd29adb0fe43a58c63eb2ca8ad322f7c722c6e47b24b78385feb93ea45" + }, + { + "name": "aspnetcore-runtime-win-arm64.exe", + "rid": "win-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/8.0.19/aspnetcore-runtime-8.0.19-win-arm64.exe", + "hash": "e82c942b571e338200634e36f2ed5977e1146313ab76abab6059fff6922a35033192a44d8b1aaba63e3180bed002b017dea78038e09893ec8df033ae832f553b" + }, + { + "name": "aspnetcore-runtime-win-arm64.zip", + "rid": "win-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/8.0.19/aspnetcore-runtime-8.0.19-win-arm64.zip", + "hash": "73edd1673d076a3a73f0c597525a125daa105e17c22cf8e1d04bc22f51e1c0b5c9e27874435735085da8c948789c854fd34f0ae8c01e901a7a3643c847e2f096" + }, + { + "name": "aspnetcore-runtime-win-x64.exe", + "rid": "win-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/8.0.19/aspnetcore-runtime-8.0.19-win-x64.exe", + "hash": "6093b2e8239b542bbfbd4b67c6c20e66f17d15ec903f2ff04a3db9d115bfb3281feaed226ef5962712bb28a39008d6cfb965f81360a984b75f34711f0c83f470" + }, + { + "name": "aspnetcore-runtime-win-x64.zip", + "rid": "win-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/8.0.19/aspnetcore-runtime-8.0.19-win-x64.zip", + "hash": "017f291661297e88df5d546898277526a979e97fe21d65d03923cbf55e6fc4a207545846c26c492d4117f4e7f69e7f0c8e5cd5f3bb418a83efb76aa6dd9f10a0" + }, + { + "name": "aspnetcore-runtime-win-x86.exe", + "rid": "win-x86", + "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/8.0.19/aspnetcore-runtime-8.0.19-win-x86.exe", + "hash": "82fcccacfe56856bc2c7d20559539a593fea024a206a2dad93e554288e587f9b0d4c03c19e4c9c87d5dd8bad54edd42c22f8b4e7fb22cf6f6c358869232eb1ea" + }, + { + "name": "aspnetcore-runtime-win-x86.zip", + "rid": "win-x86", + "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/8.0.19/aspnetcore-runtime-8.0.19-win-x86.zip", + "hash": "4f32bd9614d13172731ae726a065a0bc83fae7be9dd3fdc301a66be1b0b57374261b94d50715d2ef5a1735e5085214dc8d84be6ac3c902e7a368242dbe866a5a" + }, + { + "name": "aspnetcore-runtime-composite-linux-arm.tar.gz", + "rid": "linux-arm", + "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/8.0.19/aspnetcore-runtime-composite-8.0.19-linux-arm.tar.gz", + "hash": "d33565780a255d5b0674bc59189f0ed6fd504745ee29ccb77289a61740c617eceab6d17c5ef88edacc809f5fc4724a26ed5dcef68929bf2a0364e5f1f4712fd9" + }, + { + "name": "aspnetcore-runtime-composite-linux-arm64.tar.gz", + "rid": "linux-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/8.0.19/aspnetcore-runtime-composite-8.0.19-linux-arm64.tar.gz", + "hash": "d063c16e84e9fd9ffb81ae023b49849e7207cd024fa6c151e632963ce06388de1de2fc827ca9e1a3126a1b1ae7b58a44c222883ad8d0e4f04dd8efe3984b52ee" + }, + { + "name": "aspnetcore-runtime-composite-linux-musl-arm.tar.gz", + "rid": "linux-musl-arm", + "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/8.0.19/aspnetcore-runtime-composite-8.0.19-linux-musl-arm.tar.gz", + "hash": "e45730ad71275b23189eaabd2973165f68abf3fd62bdf68e009fea37d6ffeae8567a94151bc7046a8f327476479d04a6739f8bffd851ab96bf5ffce8ada73161" + }, + { + "name": "aspnetcore-runtime-composite-linux-musl-arm64.tar.gz", + "rid": "linux-musl-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/8.0.19/aspnetcore-runtime-composite-8.0.19-linux-musl-arm64.tar.gz", + "hash": "c2958153531c4850be840c88e53642ec344f241e107a25198c2b36acaf111955f32c848f62251eb48a95820dbd0370bd745b3ada8dd13fb2313900678d3419a0" + }, + { + "name": "aspnetcore-runtime-composite-linux-musl-x64.tar.gz", + "rid": "linux-musl-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/8.0.19/aspnetcore-runtime-composite-8.0.19-linux-musl-x64.tar.gz", + "hash": "df26e8b98a7b554aefe3b4b718966cf91a76c8bca0942a559b468fb82e8d2eb49a1cc8a67285a176fe6b6fc21468d15f35c672d7c35bb9991db9b1d0d5b36004" + }, + { + "name": "aspnetcore-runtime-composite-linux-x64.tar.gz", + "rid": "linux-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/8.0.19/aspnetcore-runtime-composite-8.0.19-linux-x64.tar.gz", + "hash": "e8c9deb1fa218e23ac0935ac466843d38a7197043040ef0e1aa0407aa8772a1bc94d635fe188a371c6b3e1c034203a406a84bd9b7290fb0e153a3b71cf52408a" + }, + { + "name": "dotnet-hosting-win.exe", + "rid": "", + "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/8.0.19/dotnet-hosting-8.0.19-win.exe", + "hash": "b4cd74651fc427da5f13e21d77b630920ce73eeee849e06d89a3132248c5c8985b05fe6ab1a36f7ae5e2a9fcfd671b1e33489b34e15cb0b839bb63456259ef96", + "akams": "https://aka.ms/dotnetcore-8-0-windowshosting" + } + ] + }, + "windowsdesktop": { + "version": "8.0.19", + "version-display": "8.0.19", + "files": [ + { + "name": "windowsdesktop-runtime-win-arm64.exe", + "rid": "win-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/8.0.19/windowsdesktop-runtime-8.0.19-win-arm64.exe", + "hash": "dad6049c6a49799db74af708652eefe0030d80e7c7c35329ed90e047d4ef8d24d56ba8db2cf3f2c97992822e131851dc1fafbd9fe06665149957db0e213cd349" + }, + { + "name": "windowsdesktop-runtime-win-arm64.zip", + "rid": "win-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/8.0.19/windowsdesktop-runtime-8.0.19-win-arm64.zip", + "hash": "fc0166b155fc952b71a93b1bf67a0587489e4bd2219d5ade4ebecb3725f32b2a6389d138bfe061d8461c140e22aedca5f94ef3777caa3fc57f37f63698aefba0" + }, + { + "name": "windowsdesktop-runtime-win-x64.exe", + "rid": "win-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/8.0.19/windowsdesktop-runtime-8.0.19-win-x64.exe", + "hash": "73395ac04b47011ae3de694756873bffb68d65cf885b60c14ae0e7558fa666b8bab0043a8c6928148ff36a2208cdcf333a21e0960cdaa127d9e752b21891af22" + }, + { + "name": "windowsdesktop-runtime-win-x64.zip", + "rid": "win-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/8.0.19/windowsdesktop-runtime-8.0.19-win-x64.zip", + "hash": "1f23b403749937dfdb213abc11cc6fe39f8fcc3aeffc73fea18c94ba8dd4d1f3b78515cdfb14623493f60434c663281f9584c1a7b6901a1eb352f8a8b3f84a52" + }, + { + "name": "windowsdesktop-runtime-win-x86.exe", + "rid": "win-x86", + "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/8.0.19/windowsdesktop-runtime-8.0.19-win-x86.exe", + "hash": "ff38599e60157af8118336d623face98564244fd4b894ecec7c119f53d72a3674cc8dbf0cfb5856e5a25241b59a5622d7acc8f1ef29b2ad4ddb693a3069ac0c4" + }, + { + "name": "windowsdesktop-runtime-win-x86.zip", + "rid": "win-x86", + "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/8.0.19/windowsdesktop-runtime-8.0.19-win-x86.zip", + "hash": "b6a50170bedb35e297adb25023c0424d612c1bb807b7e471d3a0306ac261eb0850e5a4c2ac0187d331b8f77070bbf7b91623a0db0158992a753a461179f5c8ea" + } + ] + } + } +} diff --git a/release-notes/8.0/README.md b/release-notes/8.0/README.md index fad2fbdc4d..9e2b4dec95 100644 --- a/release-notes/8.0/README.md +++ b/release-notes/8.0/README.md @@ -13,6 +13,7 @@ | Date | Release | SDK | | :-- | :-- | :-- | +| 2025/08/05 | [8.0.19](./8.0.19/8.0.19.md) | [8.0.413](./8.0.19/8.0.19.md), [8.0.316](./8.0.19/8.0.316.md), [8.0.119](./8.0.19/8.0.119.md) | | 2025/07/08 | [8.0.18](./8.0.18/8.0.18.md) | [8.0.412](./8.0.18/8.0.18.md), [8.0.315](./8.0.18/8.0.315.md), [8.0.118](./8.0.18/8.0.118.md) | | 2025/06/10 | [8.0.17](./8.0.17/8.0.17.md) | [8.0.411](./8.0.17/8.0.17.md), [8.0.314](./8.0.17/8.0.314.md), [8.0.117](./8.0.17/8.0.117.md) | | 2025/05/22 | [8.0.16](./8.0.16/8.0.16.md) | [8.0.313](./8.0.16/8.0.313.md), [8.0.410](./8.0.16/8.0.410.md) | diff --git a/release-notes/8.0/cve.md b/release-notes/8.0/cve.md index 42d94d250f..faad23ea3d 100644 --- a/release-notes/8.0/cve.md +++ b/release-notes/8.0/cve.md @@ -8,6 +8,8 @@ Your app needs to be on the latest .NET 8 patch version to be secure. The longer Your app may be vulnerable to the following published security [CVEs](https://www.cve.org/) if you are using an older version. +- 8.0.19 (August 2025) + - No new CVEs. - 8.0.18 (July 2025) - No new CVEs. - 8.0.17 (June 2025) diff --git a/release-notes/8.0/install-linux.md b/release-notes/8.0/install-linux.md index e016ae46a6..b64e1f3096 100644 --- a/release-notes/8.0/install-linux.md +++ b/release-notes/8.0/install-linux.md @@ -65,14 +65,14 @@ You can install .NET with a binary archive. This option is required if you want The following workflow demonstrates downloading, unpacking, configuring, and running the .NET SDK from the command line. You may choose to do some of these tasks via the browser and functionality provided by your operating system. ```bash -~# curl -Lo dotnet.tar.gz https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.412/dotnet-sdk-8.0.412-linux-x64.tar.gz +~# curl -Lo dotnet.tar.gz https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.413/dotnet-sdk-8.0.413-linux-x64.tar.gz ~# mkdir dotnet ~# tar -C dotnet -xf dotnet.tar.gz ~# rm dotnet.tar.gz ~# export DOTNET_ROOT=~/dotnet ~# export PATH=$PATH:~/dotnet ~# dotnet --version -8.0.412 +8.0.413 ``` The `DOTNET_ROOT` environment variable is required to launch an application with their executables (like `myapp.exe`). The executables look for this environment variable to find the runtime if it isn't installed in its regular location. The `PATH` environment variable must be updated if you want to use `dotnet` without absolute paths to its location. Setting both of these environment variables is optional. diff --git a/release-notes/8.0/install-macos.md b/release-notes/8.0/install-macos.md index 71ee6b1b6e..b09458f929 100644 --- a/release-notes/8.0/install-macos.md +++ b/release-notes/8.0/install-macos.md @@ -34,14 +34,14 @@ You can install .NET with a binary archive. This option is required if you want The following workflow demonstrates downloading, unpacking, configuring, and running the .NET SDK from the command line. You may choose to do some of these tasks via the browser and functionality provided by your operating system. ```bash -~# curl -Lo dotnet.tar.gz https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.412/dotnet-sdk-8.0.412-osx-x64.tar.gz +~# curl -Lo dotnet.tar.gz https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.413/dotnet-sdk-8.0.413-osx-x64.tar.gz ~# mkdir dotnet ~# tar -C dotnet -xf dotnet.tar.gz ~# rm dotnet.tar.gz ~# export DOTNET_ROOT=~/dotnet ~# export PATH=$PATH:~/dotnet ~# dotnet --version -8.0.412 +8.0.413 ``` The `DOTNET_ROOT` environment variable is required to launch an application with their executables (like `myapp.exe`). The executables look for this environment variable to find the runtime if it isn't installed in its regular location. The `PATH` environment variable must be updated if you want to use `dotnet` without absolute paths to its location. Setting both of these environment variables is optional. diff --git a/release-notes/8.0/install-windows.md b/release-notes/8.0/install-windows.md index d1ce29b70e..7b92b3441d 100644 --- a/release-notes/8.0/install-windows.md +++ b/release-notes/8.0/install-windows.md @@ -50,13 +50,13 @@ You can install .NET with a binary archive. This option is required if you want The following workflow demonstrates downloading, unpacking, configuring, and running the .NET SDK from the command line. You may choose to do some of these tasks via the browser and functionality provided by your operating system. ```console -C:\>curl -Lo dotnet.zip https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.412/dotnet-sdk-8.0.412-win-x64.exe +C:\>curl -Lo dotnet.zip https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.413/dotnet-sdk-8.0.413-win-x64.exe C:\>tar -C dotnet -xf dotnet.zip C:\>del dotnet.zip C:\>set DOTNET_ROOT=C:\dotnet C:\>set PATH=%PATH%;C:\dotnet C:\>dotnet --version -8.0.412 +8.0.413 ``` The `DOTNET_ROOT` environment variable is required to launch an application with their executables (like `myapp.exe`). The executables look for this environment variable to find the runtime if it isn't installed in its regular location. The `PATH` environment variable must be updated if you want to use `dotnet` without absolute paths to its location. Setting both of these environment variables is optional. diff --git a/release-notes/8.0/releases.json b/release-notes/8.0/releases.json index a0b47ae851..cd3b8d60a9 100644 --- a/release-notes/8.0/releases.json +++ b/release-notes/8.0/releases.json @@ -1,15 +1,747 @@ { "channel-version": "8.0", - "latest-release": "8.0.18", - "latest-release-date": "2025-07-08", - "latest-runtime": "8.0.18", - "latest-sdk": "8.0.412", + "latest-release": "8.0.19", + "latest-release-date": "2025-08-05", + "latest-runtime": "8.0.19", + "latest-sdk": "8.0.413", "support-phase": "active", "release-type": "lts", "eol-date": "2026-11-10", "lifecycle-policy": "https://aka.ms/dotnetcoresupport", "releases": [ - { + { + "release-date": "2025-08-05", + "release-version": "8.0.19", + "security": false, + "cve-list": [], + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/8.0/8.0.19/8.0.19.md", + "runtime": { + "version": "8.0.19", + "version-display": "8.0.19", + "vs-version": "17.10.18, 17.12.11, 17.14.11", + "vs-mac-version": "", + "files": [ + { + "name": "dotnet-runtime-linux-arm.tar.gz", + "rid": "linux-arm", + "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.19/dotnet-runtime-8.0.19-linux-arm.tar.gz", + "hash": "b2ab05f6a29cff2b8440211bc591af0930fb1e9d082b180b95e61b7d4e1b3f79fd2a729b29baab71148780d92c64618ecf8c56a8cf3aca622afb29f487701d82" + }, + { + "name": "dotnet-runtime-linux-arm64.tar.gz", + "rid": "linux-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.19/dotnet-runtime-8.0.19-linux-arm64.tar.gz", + "hash": "13f5607daa2eb0f9a0fb6a36193d28abc9454208af5573da8bc5fef5cbeb70b187deadaf6a52b3d46fdcc59c8567db77c293775cfd76a43e81ff99c4b425058c" + }, + { + "name": "dotnet-runtime-linux-musl-arm.tar.gz", + "rid": "linux-musl-arm", + "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.19/dotnet-runtime-8.0.19-linux-musl-arm.tar.gz", + "hash": "3d5695212ca36745e3a9e94f527d24ad585d38bea171f79cb47225ff0104c7c6f82815c316983e12be5426ab92b260755d3b44de1447c6ab2256326e85617213" + }, + { + "name": "dotnet-runtime-linux-musl-arm64.tar.gz", + "rid": "linux-musl-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.19/dotnet-runtime-8.0.19-linux-musl-arm64.tar.gz", + "hash": "88e2d81ca6ec52d07fe710372d064f2a30895735c764d2d9adc148e4e47ffc8aa37761032997ef7d317c29ebcabdda9ca0a99dd1fa5f17b9ec96bc6d34a8863b" + }, + { + "name": "dotnet-runtime-linux-musl-x64.tar.gz", + "rid": "linux-musl-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.19/dotnet-runtime-8.0.19-linux-musl-x64.tar.gz", + "hash": "36fbc5edeaf879ce43044e1e1000207f229f2f12bee4c3521130476980091c832a7410dcf5f3779de2134987aedc2fa3f7847dbf9a313d627f2094bfbcd32a16" + }, + { + "name": "dotnet-runtime-linux-x64.tar.gz", + "rid": "linux-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.19/dotnet-runtime-8.0.19-linux-x64.tar.gz", + "hash": "0f66ee564fc9a86b8eae5403f431af59565e62f5eb59f6e50377e72c58ad24552db3b72ecfd824b850a4234faedb213983b89cc479372fc436a553fb086bb9a8" + }, + { + "name": "dotnet-runtime-osx-arm64.pkg", + "rid": "osx-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.19/dotnet-runtime-8.0.19-osx-arm64.pkg", + "hash": "7e70f110a39d796b703d4eb50c1c6df6ef4fb51397b0801b10c7fc5bdd73bd159575807f8e72a20d5ce9fed71530447302dee37307899f8bd400da312b6cac8f" + }, + { + "name": "dotnet-runtime-osx-arm64.tar.gz", + "rid": "osx-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.19/dotnet-runtime-8.0.19-osx-arm64.tar.gz", + "hash": "14b46a52b82a179cc5d1293f4bc0968051471f0e62b37e3525a8f7411d2990fe0676ce0e17fe50b2b248800eeb3d1bd9bd83bec3a527b670d825e1a4c43e8f8e" + }, + { + "name": "dotnet-runtime-osx-x64.pkg", + "rid": "osx-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.19/dotnet-runtime-8.0.19-osx-x64.pkg", + "hash": "08723fe16b6dca78bfb5f567a6213ba3ca46de3651fd18d515b8dc9fae814aebe09252e118188193b73c25a71c1d6db59f5cb720fcd1858120dd180fd7dda207" + }, + { + "name": "dotnet-runtime-osx-x64.tar.gz", + "rid": "osx-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.19/dotnet-runtime-8.0.19-osx-x64.tar.gz", + "hash": "bad3558c0a886dedf933e6542ae7b41b7061236ea144170b39e0fbe9b615ba76d9f0656ddd1b9be89ef932f894ede9e1b50302ed093ea0d8a00f04ae61364bcb" + }, + { + "name": "dotnet-runtime-win-arm64.exe", + "rid": "win-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.19/dotnet-runtime-8.0.19-win-arm64.exe", + "hash": "b0d3dfcc0b5a7557e2c0afb06cec9346dada3ed93160ebbf5156b4075d3a5e373737546f3c617813195ec25006f2da8e55b5749f1fa8e1d3628eea590f71a145" + }, + { + "name": "dotnet-runtime-win-arm64.zip", + "rid": "win-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.19/dotnet-runtime-8.0.19-win-arm64.zip", + "hash": "24f436120309f3c2a780441b393770b147c4d3555cf172d2c49757613f7755b03d8a7cb7153b37eb1dd5fc4a2ecac9107abe1b270549cd9bd8323b8998727ab9" + }, + { + "name": "dotnet-runtime-win-x64.exe", + "rid": "win-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.19/dotnet-runtime-8.0.19-win-x64.exe", + "hash": "a8836b7ad6e2b2b8d54aaefbd00ffb6a332c44ad54076ad123ca8a91d37f6f700b4469d16a15d0cab17d6638a05686f641f229518d956045b4803637b7abce67" + }, + { + "name": "dotnet-runtime-win-x64.zip", + "rid": "win-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.19/dotnet-runtime-8.0.19-win-x64.zip", + "hash": "5d37d9cbe9c7dea38c1a7f87f48f65828980d9858e8610a878f8e013518b326fe330145af410516caa67630a24e9cbe13f3604f79e284e058b29e6dc9c6479da" + }, + { + "name": "dotnet-runtime-win-x86.exe", + "rid": "win-x86", + "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.19/dotnet-runtime-8.0.19-win-x86.exe", + "hash": "c6caf1dc3da2688e322481a314c8c0a55096338aa88f2c5d32293b62733a9b8e587fd944689090612099e029f9b3244137f1a3ec34308305232aa49126fd07b4" + }, + { + "name": "dotnet-runtime-win-x86.zip", + "rid": "win-x86", + "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.19/dotnet-runtime-8.0.19-win-x86.zip", + "hash": "b0155454154bb037d2ef14f217a99e6a0fe75766c2ec0e80b9dadf22d92d1b687646654aad23f77d37f1f08c0700d8e26c538cfb1d50ecb1fb4a3fc6ee4e66a6" + } + ] + }, + "sdk": { + "version": "8.0.413", + "version-display": "8.0.413", + "runtime-version": "8.0.19", + "vs-version": "", + "vs-mac-version": "", + "vs-support": "", + "vs-mac-support": "", + "csharp-version": "12.0", + "fsharp-version": "8.0", + "vb-version": "16.9", + "files": [ + { + "name": "dotnet-sdk-linux-arm.tar.gz", + "rid": "linux-arm", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.413/dotnet-sdk-8.0.413-linux-arm.tar.gz", + "hash": "a02e1ed410d47e9b6512267acbc0cd0315b7918617ac40dccc14ec7789a331b67690f059f4112bb879633fd6f15645725dd9943367f7f13df3edcd79fa1c2846" + }, + { + "name": "dotnet-sdk-linux-arm64.tar.gz", + "rid": "linux-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.413/dotnet-sdk-8.0.413-linux-arm64.tar.gz", + "hash": "7972e2738b8d1c6b4f32f53ef94ee7cbed10d60c83aec190c4e98f823d37aefef629ef9e3c4c8c26b042fe81e0a34a8b26d6f812e0c932746e66acf95183b87f" + }, + { + "name": "dotnet-sdk-linux-musl-arm.tar.gz", + "rid": "linux-musl-arm", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.413/dotnet-sdk-8.0.413-linux-musl-arm.tar.gz", + "hash": "92c068a2cab47f1951e4cf824f633bf8b6ec85f22d32882e0ec943c2c3d46a394603cc0c36748b829e59e72fc6d7233c53156f0cf1398e94107e0f7008cf04f4" + }, + { + "name": "dotnet-sdk-linux-musl-arm64.tar.gz", + "rid": "linux-musl-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.413/dotnet-sdk-8.0.413-linux-musl-arm64.tar.gz", + "hash": "1380ddfdc715b831e459ee48636d8a2a89aa6c34857e4a428a63effcab40f88cf6c72a076f9b210c496c39bde24dd17c1db9f7b110e724174e39fb748f8e4b50" + }, + { + "name": "dotnet-sdk-linux-musl-x64.tar.gz", + "rid": "linux-musl-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.413/dotnet-sdk-8.0.413-linux-musl-x64.tar.gz", + "hash": "1490e8061d8665373506db3cbbf8a30b7b7d99884de02d4f6e7ace5852e16a4f9e061a668abec1cc0af21e4d5a3fa1eee804b60d249f7d568363bb9ee1abdab9" + }, + { + "name": "dotnet-sdk-linux-x64.tar.gz", + "rid": "linux-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.413/dotnet-sdk-8.0.413-linux-x64.tar.gz", + "hash": "f173346751b2922887bb2fb1eb48fc88df9ac62cb7e8eac697f9a4cde17ad84f926dd02fba896968f1425b566fba3127b781dabeb74a088ed29a951d427e178a" + }, + { + "name": "dotnet-sdk-osx-arm64.pkg", + "rid": "osx-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.413/dotnet-sdk-8.0.413-osx-arm64.pkg", + "hash": "5ec3b444fe8157e6d5758fa12607d451db66408e4c28e0e873b25ca7cf8a23a4e84459833a5b68d928a6475d79ed82d95f84c92be1d329b86606467dbdb9d5ce" + }, + { + "name": "dotnet-sdk-osx-arm64.tar.gz", + "rid": "osx-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.413/dotnet-sdk-8.0.413-osx-arm64.tar.gz", + "hash": "fdaaea5e7fff2badbfc894ba117116a7b88a8cc04577ceae0a00b4d8c9aea53724b3a445df0d28c8b1771ac92b62b9cc68895c98ff1791eab6f8a3cf19bffd01" + }, + { + "name": "dotnet-sdk-osx-x64.pkg", + "rid": "osx-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.413/dotnet-sdk-8.0.413-osx-x64.pkg", + "hash": "dbf45d62b9ee13bb625c3367a84b3cb5bbd94cfb470c61c2cbb29c1b775f3f24a8766208c8a63e5e8006a945f1dac1758604e98d616575f9f7167b673045a5ab" + }, + { + "name": "dotnet-sdk-osx-x64.tar.gz", + "rid": "osx-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.413/dotnet-sdk-8.0.413-osx-x64.tar.gz", + "hash": "ba938fcafa343213c2e81936e4c33436cd15b2bdcdebe83d7d005dbf84e8f08eca4dc4a886152cfd0c842f17816367e3efb81313fc2ce4bffd19d6aedf45d322" + }, + { + "name": "dotnet-sdk-win-arm64.exe", + "rid": "win-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.413/dotnet-sdk-8.0.413-win-arm64.exe", + "hash": "fdb454f72253e1304c238ae6d76991d23e65369e261a36bb7213c0d1609675bfb1aa058373bae26dd09fc671acfe327f86d199414a1193a6f10a0cb6e9819b7d" + }, + { + "name": "dotnet-sdk-win-arm64.zip", + "rid": "win-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.413/dotnet-sdk-8.0.413-win-arm64.zip", + "hash": "01c652ad09ff2442b63e33b58db68e08bcf3ec74d160531f7c6155d7b93d13ae3aa04655b1ddd0de8de7e196c33b54bb6120fb1558aac7afe7dfa4b4ad7139c4" + }, + { + "name": "dotnet-sdk-win-x64.exe", + "rid": "win-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.413/dotnet-sdk-8.0.413-win-x64.exe", + "hash": "10dd767b032882de4b55ee77ba567366645446988a05fa7916bb17e9b22781eda15e0c91c645e1b1b7f60ad1435337cfc321f7ab66a3504acd0c20d60e36bdf8" + }, + { + "name": "dotnet-sdk-win-x64.zip", + "rid": "win-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.413/dotnet-sdk-8.0.413-win-x64.zip", + "hash": "a2fac0881d963c05b9844e5133d71b3008a58b2ca251befbc617dd1666ff74d9496327f87037319f49f49e89c113038020027f158bfc71105d4300e1bf446b35" + }, + { + "name": "dotnet-sdk-win-x86.exe", + "rid": "win-x86", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.413/dotnet-sdk-8.0.413-win-x86.exe", + "hash": "5144581cc096752872e8d55e872eccc41f6a188d0a73ae1a3a5b0c5e2054c2415f03724ebc43c1f2f233bee7219dab2b8f46942a88cc1e330a752ed6b8de9366" + }, + { + "name": "dotnet-sdk-win-x86.zip", + "rid": "win-x86", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.413/dotnet-sdk-8.0.413-win-x86.zip", + "hash": "9135316ab8db465ce55e5baee65e3259ce8a575ca27daaa0b6e51b8d224bc4ffb0054dde76e8c38fac6b3adc70e0fac0a35b74c80eae2cc48766fa986c7f2d77" + } + ] + }, + "sdks": [ + { + "version": "8.0.413", + "version-display": "8.0.413", + "runtime-version": "8.0.19", + "vs-version": "", + "vs-mac-version": "", + "vs-support": "", + "vs-mac-support": "", + "csharp-version": "12.0", + "fsharp-version": "8.0", + "vb-version": "16.9", + "files": [ + { + "name": "dotnet-sdk-linux-arm.tar.gz", + "rid": "linux-arm", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.413/dotnet-sdk-8.0.413-linux-arm.tar.gz", + "hash": "a02e1ed410d47e9b6512267acbc0cd0315b7918617ac40dccc14ec7789a331b67690f059f4112bb879633fd6f15645725dd9943367f7f13df3edcd79fa1c2846" + }, + { + "name": "dotnet-sdk-linux-arm64.tar.gz", + "rid": "linux-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.413/dotnet-sdk-8.0.413-linux-arm64.tar.gz", + "hash": "7972e2738b8d1c6b4f32f53ef94ee7cbed10d60c83aec190c4e98f823d37aefef629ef9e3c4c8c26b042fe81e0a34a8b26d6f812e0c932746e66acf95183b87f" + }, + { + "name": "dotnet-sdk-linux-musl-arm.tar.gz", + "rid": "linux-musl-arm", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.413/dotnet-sdk-8.0.413-linux-musl-arm.tar.gz", + "hash": "92c068a2cab47f1951e4cf824f633bf8b6ec85f22d32882e0ec943c2c3d46a394603cc0c36748b829e59e72fc6d7233c53156f0cf1398e94107e0f7008cf04f4" + }, + { + "name": "dotnet-sdk-linux-musl-arm64.tar.gz", + "rid": "linux-musl-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.413/dotnet-sdk-8.0.413-linux-musl-arm64.tar.gz", + "hash": "1380ddfdc715b831e459ee48636d8a2a89aa6c34857e4a428a63effcab40f88cf6c72a076f9b210c496c39bde24dd17c1db9f7b110e724174e39fb748f8e4b50" + }, + { + "name": "dotnet-sdk-linux-musl-x64.tar.gz", + "rid": "linux-musl-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.413/dotnet-sdk-8.0.413-linux-musl-x64.tar.gz", + "hash": "1490e8061d8665373506db3cbbf8a30b7b7d99884de02d4f6e7ace5852e16a4f9e061a668abec1cc0af21e4d5a3fa1eee804b60d249f7d568363bb9ee1abdab9" + }, + { + "name": "dotnet-sdk-linux-x64.tar.gz", + "rid": "linux-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.413/dotnet-sdk-8.0.413-linux-x64.tar.gz", + "hash": "f173346751b2922887bb2fb1eb48fc88df9ac62cb7e8eac697f9a4cde17ad84f926dd02fba896968f1425b566fba3127b781dabeb74a088ed29a951d427e178a" + }, + { + "name": "dotnet-sdk-osx-arm64.pkg", + "rid": "osx-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.413/dotnet-sdk-8.0.413-osx-arm64.pkg", + "hash": "5ec3b444fe8157e6d5758fa12607d451db66408e4c28e0e873b25ca7cf8a23a4e84459833a5b68d928a6475d79ed82d95f84c92be1d329b86606467dbdb9d5ce" + }, + { + "name": "dotnet-sdk-osx-arm64.tar.gz", + "rid": "osx-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.413/dotnet-sdk-8.0.413-osx-arm64.tar.gz", + "hash": "fdaaea5e7fff2badbfc894ba117116a7b88a8cc04577ceae0a00b4d8c9aea53724b3a445df0d28c8b1771ac92b62b9cc68895c98ff1791eab6f8a3cf19bffd01" + }, + { + "name": "dotnet-sdk-osx-x64.pkg", + "rid": "osx-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.413/dotnet-sdk-8.0.413-osx-x64.pkg", + "hash": "dbf45d62b9ee13bb625c3367a84b3cb5bbd94cfb470c61c2cbb29c1b775f3f24a8766208c8a63e5e8006a945f1dac1758604e98d616575f9f7167b673045a5ab" + }, + { + "name": "dotnet-sdk-osx-x64.tar.gz", + "rid": "osx-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.413/dotnet-sdk-8.0.413-osx-x64.tar.gz", + "hash": "ba938fcafa343213c2e81936e4c33436cd15b2bdcdebe83d7d005dbf84e8f08eca4dc4a886152cfd0c842f17816367e3efb81313fc2ce4bffd19d6aedf45d322" + }, + { + "name": "dotnet-sdk-win-arm64.exe", + "rid": "win-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.413/dotnet-sdk-8.0.413-win-arm64.exe", + "hash": "fdb454f72253e1304c238ae6d76991d23e65369e261a36bb7213c0d1609675bfb1aa058373bae26dd09fc671acfe327f86d199414a1193a6f10a0cb6e9819b7d" + }, + { + "name": "dotnet-sdk-win-arm64.zip", + "rid": "win-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.413/dotnet-sdk-8.0.413-win-arm64.zip", + "hash": "01c652ad09ff2442b63e33b58db68e08bcf3ec74d160531f7c6155d7b93d13ae3aa04655b1ddd0de8de7e196c33b54bb6120fb1558aac7afe7dfa4b4ad7139c4" + }, + { + "name": "dotnet-sdk-win-x64.exe", + "rid": "win-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.413/dotnet-sdk-8.0.413-win-x64.exe", + "hash": "10dd767b032882de4b55ee77ba567366645446988a05fa7916bb17e9b22781eda15e0c91c645e1b1b7f60ad1435337cfc321f7ab66a3504acd0c20d60e36bdf8" + }, + { + "name": "dotnet-sdk-win-x64.zip", + "rid": "win-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.413/dotnet-sdk-8.0.413-win-x64.zip", + "hash": "a2fac0881d963c05b9844e5133d71b3008a58b2ca251befbc617dd1666ff74d9496327f87037319f49f49e89c113038020027f158bfc71105d4300e1bf446b35" + }, + { + "name": "dotnet-sdk-win-x86.exe", + "rid": "win-x86", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.413/dotnet-sdk-8.0.413-win-x86.exe", + "hash": "5144581cc096752872e8d55e872eccc41f6a188d0a73ae1a3a5b0c5e2054c2415f03724ebc43c1f2f233bee7219dab2b8f46942a88cc1e330a752ed6b8de9366" + }, + { + "name": "dotnet-sdk-win-x86.zip", + "rid": "win-x86", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.413/dotnet-sdk-8.0.413-win-x86.zip", + "hash": "9135316ab8db465ce55e5baee65e3259ce8a575ca27daaa0b6e51b8d224bc4ffb0054dde76e8c38fac6b3adc70e0fac0a35b74c80eae2cc48766fa986c7f2d77" + } + ] + }, + { + "version": "8.0.316", + "version-display": "8.0.316", + "runtime-version": "8.0.19", + "vs-version": "17.10.18", + "vs-mac-version": "", + "vs-support": "Visual Studio 2022 (v17.10)", + "vs-mac-support": "", + "csharp-version": "12.0", + "fsharp-version": "8.0", + "vb-version": "16.9", + "files": [ + { + "name": "dotnet-sdk-linux-arm.tar.gz", + "rid": "linux-arm", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.316/dotnet-sdk-8.0.316-linux-arm.tar.gz", + "hash": "27e966a82df7e358f2e44e8756dda94f863c3f702f380e1e7bdc15e2847cd5907c98fdabf59b6c1a6dc6acfe558ed3372e27fdae1a55e2daaba873886db18d1c" + }, + { + "name": "dotnet-sdk-linux-arm64.tar.gz", + "rid": "linux-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.316/dotnet-sdk-8.0.316-linux-arm64.tar.gz", + "hash": "016dedb1cef90facd6c16095c094c244cfa7028fee0a93f270e7033a3a4da224dd821e8ec563df7bfa55500497c01181cfb58b8089eacdf9751eb2e852ced9ae" + }, + { + "name": "dotnet-sdk-linux-musl-arm.tar.gz", + "rid": "linux-musl-arm", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.316/dotnet-sdk-8.0.316-linux-musl-arm.tar.gz", + "hash": "182240a5959a9c14b13c5814fe12c4ab474045889f3cafc6a9a1f2a13fd38b1cfca624351aa964b5f960ffcb5c44bb98129ef2d9eef4454a7feac0175383e49d" + }, + { + "name": "dotnet-sdk-linux-musl-arm64.tar.gz", + "rid": "linux-musl-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.316/dotnet-sdk-8.0.316-linux-musl-arm64.tar.gz", + "hash": "1dc160a703dcc81e1af2aea42f414191a338476632219a762536c1d2214fe320bde5cc7de05b290d9a27b1871efb56c5c1def9a9776c4101b400cdd431c9e946" + }, + { + "name": "dotnet-sdk-linux-musl-x64.tar.gz", + "rid": "linux-musl-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.316/dotnet-sdk-8.0.316-linux-musl-x64.tar.gz", + "hash": "fd44c27c328e56049297b2bd5d7aa1fc3241f8677808bf624f8aa6955bbb7b202d4969404bcd8134adda5227289073fbc691a6c3209cd65a1ed01b4509c03a48" + }, + { + "name": "dotnet-sdk-linux-x64.tar.gz", + "rid": "linux-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.316/dotnet-sdk-8.0.316-linux-x64.tar.gz", + "hash": "e41065b03a45a1c9659ee44b7ef105a5d1278a10195adab1a6f0c8a7861a3b0d586eb80f06b71415f4587eadbbe304fffaa86ac02d52b4088705aae845a661e7" + }, + { + "name": "dotnet-sdk-osx-arm64.pkg", + "rid": "osx-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.316/dotnet-sdk-8.0.316-osx-arm64.pkg", + "hash": "c7824617707cd1cc893c483a1834624fc8976cd1ca5654837ee1d86da9faffbd2d968650ebf696329b83f4c5f0a1ad0c48d27ea2270e060b6e27e06f51bd4613" + }, + { + "name": "dotnet-sdk-osx-arm64.tar.gz", + "rid": "osx-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.316/dotnet-sdk-8.0.316-osx-arm64.tar.gz", + "hash": "46cdd68a6c7995d5fa8a822b7bd4d87381656b15e3f5a2358eb50fa3cef7952cd70ecaf282c3a790bf9c93e99669c761774d8304cb6812179887afe6dcbd7bbe" + }, + { + "name": "dotnet-sdk-osx-x64.pkg", + "rid": "osx-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.316/dotnet-sdk-8.0.316-osx-x64.pkg", + "hash": "08444b8cde3b1c26d42543444171a0f4127d7514ef7ae0d8b1a03a2f19b234eabedfea33908d7666b9dd5547e197991a510e2dc95e4ef8d1309ae88e3071e06a" + }, + { + "name": "dotnet-sdk-osx-x64.tar.gz", + "rid": "osx-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.316/dotnet-sdk-8.0.316-osx-x64.tar.gz", + "hash": "b9cf058948d5bb3e7031fa833f52216a23dcf40da60f7bc754b73156708573d5868f2348186a3bfab5b1a98341c6a55f833ec8b0c367cbcd147b0122a7d805ad" + }, + { + "name": "dotnet-sdk-win-arm64.exe", + "rid": "win-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.316/dotnet-sdk-8.0.316-win-arm64.exe", + "hash": "3da6b11919de88c30df276dcd3ec59cbe11c3f05fe7071efa53cedfd73f4e4a13fb10b642b3f06e623edfd52733a6331ad1a5d3ddfdbb0fae58fd2955991a904" + }, + { + "name": "dotnet-sdk-win-arm64.zip", + "rid": "win-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.316/dotnet-sdk-8.0.316-win-arm64.zip", + "hash": "51248f778be8522b127051932356b2de09ee8548136898223a811b538b63334ee8b45d1fe237a7c051fc208d07abf463ba53643b3a422608ac7e8fb3d1f85266" + }, + { + "name": "dotnet-sdk-win-x64.exe", + "rid": "win-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.316/dotnet-sdk-8.0.316-win-x64.exe", + "hash": "01a8f0431a13023e154ec727a3fec8c50e52316c7450e8e97d0f1a8161ddad7190c154dc59af929ece739cf608064c25aa2d3d3101193c44c68c9069f545cfad" + }, + { + "name": "dotnet-sdk-win-x64.zip", + "rid": "win-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.316/dotnet-sdk-8.0.316-win-x64.zip", + "hash": "cfb55c2a43adb2e8b44c9f18979ef8a141666869c44d99d8045548fb361a956a6224c24741fcf3d0a96b8867da55629f68aa21cb161937464fdb0e9c2ecfd3cc" + }, + { + "name": "dotnet-sdk-win-x86.exe", + "rid": "win-x86", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.316/dotnet-sdk-8.0.316-win-x86.exe", + "hash": "6e4a2adefccca54d344eb71fc45d33d27eaeb158f1bae35c4ca9f20a516ba4a2c1da3086d20234f7f7a1714ff3db4e46ab1499c475c57402c3ff332b4cec44c5" + }, + { + "name": "dotnet-sdk-win-x86.zip", + "rid": "win-x86", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.316/dotnet-sdk-8.0.316-win-x86.zip", + "hash": "0602437434ad31382961bd79031a9ef1544bdb7172d49d1de790ba0797d135e1212db149834c1d9246d867f0ec988e13f8d56ea4333ebcf58a2fc3a403c5758e" + } + ] + }, + { + "version": "8.0.119", + "version-display": "8.0.119", + "runtime-version": "8.0.19", + "vs-version": "", + "vs-mac-version": "", + "vs-support": "", + "vs-mac-support": "", + "csharp-version": "12.0", + "fsharp-version": "8.0", + "vb-version": "16.9", + "files": [ + { + "name": "dotnet-sdk-linux-arm.tar.gz", + "rid": "linux-arm", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.119/dotnet-sdk-8.0.119-linux-arm.tar.gz", + "hash": "5e529d15d49fbd76c988c48be332abe402ddd54242954240c2f1cb62465277592e8cc7634f19cdb1e4200582ca777a20bb761cf8fc98455e5aba9ce9e38d138d" + }, + { + "name": "dotnet-sdk-linux-arm64.tar.gz", + "rid": "linux-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.119/dotnet-sdk-8.0.119-linux-arm64.tar.gz", + "hash": "cba4154b551c182b1185cdf89a56ff52bb46a135f34bdf641ab1340deab23ee6d0f24c070f0b7a5ae20105d71dc315117f28ade2ffa32c2242bdb2e9c8252ccd" + }, + { + "name": "dotnet-sdk-linux-musl-arm.tar.gz", + "rid": "linux-musl-arm", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.119/dotnet-sdk-8.0.119-linux-musl-arm.tar.gz", + "hash": "5d55c26715fdb2b050244e1365e5b7159d206cb4ecbe05d40f16e3b586d5a7fbdb490412af721717bee61ee17c16d709c8e518dd3cb0c51c6d11c290a769a0ae" + }, + { + "name": "dotnet-sdk-linux-musl-arm64.tar.gz", + "rid": "linux-musl-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.119/dotnet-sdk-8.0.119-linux-musl-arm64.tar.gz", + "hash": "255e4a1709482816021cbc2b9fb702dc11bd9ee7a4b1ae8cdd89db576d363399a80f616f7edab64577ab34dc067f605ecf247606e417dba4e3c648ebb4ea6949" + }, + { + "name": "dotnet-sdk-linux-musl-x64.tar.gz", + "rid": "linux-musl-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.119/dotnet-sdk-8.0.119-linux-musl-x64.tar.gz", + "hash": "1ced38d2a0b6bd560975c70c887068b64e09c80523959164ff05f0d95694a9b7be73f8eb02decb9271832e9204b4466434ea3e2c88aaba3b9fcac8538336d4cf" + }, + { + "name": "dotnet-sdk-linux-x64.tar.gz", + "rid": "linux-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.119/dotnet-sdk-8.0.119-linux-x64.tar.gz", + "hash": "2ffec3380a2ac23e801c7c7507b3962ffd232911ad06024b74b97ddacb6f46804d8f6319eb4c7fc7b025f716777d47110219caeebc30a3b1fe9223066ff8a8ca" + }, + { + "name": "dotnet-sdk-osx-arm64.pkg", + "rid": "osx-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.119/dotnet-sdk-8.0.119-osx-arm64.pkg", + "hash": "ce1944c2716770020d3dd596cf1bfde81cc1872484cd088bb2b2f3a298fe33d233127cd131781875c9968edde23c131b3363584841a662f5032df0cb0cce602e" + }, + { + "name": "dotnet-sdk-osx-arm64.tar.gz", + "rid": "osx-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.119/dotnet-sdk-8.0.119-osx-arm64.tar.gz", + "hash": "34d1119aa7bf9aacc42606993aef02d290f5dc1e6c9e6d9a4db09bf492117bd1d7e15d50b7b869f00954cd4aa97e897a1e85ef45ef52efd4ed2e82dd2809e980" + }, + { + "name": "dotnet-sdk-osx-x64.pkg", + "rid": "osx-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.119/dotnet-sdk-8.0.119-osx-x64.pkg", + "hash": "89f1750c824988f26c2ed61ede1dd941b53c83369f3c0103154af79338613b9f846a1f82df15a801496cc8f93c3b724ef42ab81497c6a4c1df37eb0abcbbee87" + }, + { + "name": "dotnet-sdk-osx-x64.tar.gz", + "rid": "osx-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.119/dotnet-sdk-8.0.119-osx-x64.tar.gz", + "hash": "03d1fa28e2439ab4d20a81518dd396392952f340380335d0f62f094560e6a22431d469f45037740adb807d7c024f4280709f975e051406b4769df2251a81ddf8" + }, + { + "name": "dotnet-sdk-win-arm64.exe", + "rid": "win-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.119/dotnet-sdk-8.0.119-win-arm64.exe", + "hash": "7d2a73b0fddc72a0baf4da8397a106bd1bb654553407deb726a0041c5c88f8ed1e00fa9e5424f4d90ef3f83988c38d12987bf0ea31e629b6f49b5b5bea2d89ba" + }, + { + "name": "dotnet-sdk-win-arm64.zip", + "rid": "win-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.119/dotnet-sdk-8.0.119-win-arm64.zip", + "hash": "c29a91ec742d7237fa8dd7b73d1a226929768a9b26debfd7a07a5ea6aa1cfb956cc813af7407d334dfd2916ce1e41797d022c7341b8800f6b8084d7a9a201b4b" + }, + { + "name": "dotnet-sdk-win-x64.exe", + "rid": "win-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.119/dotnet-sdk-8.0.119-win-x64.exe", + "hash": "b8116845c3acf4589a841d7cf4ecd2732cc056380c095ab2dd3098c2ede8024852d92129278e4ff6ca1a103c6fce386b0bc064301522f94039a085d0ff8135ce" + }, + { + "name": "dotnet-sdk-win-x64.zip", + "rid": "win-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.119/dotnet-sdk-8.0.119-win-x64.zip", + "hash": "00698dc1b577a6b97c2b4dbc5540882dfdec9bb8a8d70f2da7f29104372e6d7a8f0f7c39fcf43e2ca1981a3b03809d8fb95b3a69080235c8f4b5539af2ae0b9b" + }, + { + "name": "dotnet-sdk-win-x86.exe", + "rid": "win-x86", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.119/dotnet-sdk-8.0.119-win-x86.exe", + "hash": "1f2775ba86a9a0223e61b9d6762dc9a77d5943a836ee4de07471cbc05b1f8a21064a61428f206cf2d6b9357f0b76885ceec7901b89457f8ef01e1a39aee76637" + }, + { + "name": "dotnet-sdk-win-x86.zip", + "rid": "win-x86", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.119/dotnet-sdk-8.0.119-win-x86.zip", + "hash": "f9ccad08d4f5e868d06aea6d150f7bbe2242154c1751f1972ad9f3a4338fde2e02a276ec24ae063e34a8180db2fd12c678ececd229d9848856ce8d2acd02eb25" + } + ] + } + ], + "aspnetcore-runtime": { + "version": "8.0.19", + "version-display": "8.0.19", + "version-aspnetcoremodule": [ + "18.0.25203.19" + ], + "vs-version": "", + "files": [ + { + "name": "aspnetcore-runtime-linux-arm.tar.gz", + "rid": "linux-arm", + "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/8.0.19/aspnetcore-runtime-8.0.19-linux-arm.tar.gz", + "hash": "6b4afe7dce6ab2e7062cb485c46126dce9cfdb0003721e0d8886ccfaa9a6deec3eebaf8a4de69ebe49463940c6c8ef5addc4512d9c2263d81710b934f41b91e8" + }, + { + "name": "aspnetcore-runtime-linux-arm64.tar.gz", + "rid": "linux-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/8.0.19/aspnetcore-runtime-8.0.19-linux-arm64.tar.gz", + "hash": "cc14503e5c1d94a333fd8048f628760f6df2b2acd4e0d5ef465cbbfcc13517753d6fd5b1d5fe4b38b07704418a713e1338005453a7cbb8fb3f300760d00fc6e6" + }, + { + "name": "aspnetcore-runtime-linux-musl-arm.tar.gz", + "rid": "linux-musl-arm", + "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/8.0.19/aspnetcore-runtime-8.0.19-linux-musl-arm.tar.gz", + "hash": "7ce63c0a80420c1ed3fb2958cb4a23d74ff25efcef0a678ff771f82c3539c9283fd6dc55403a0ab4c95cba2806a76e0c8d7864bebe98d8914fefbdeef9704926" + }, + { + "name": "aspnetcore-runtime-linux-musl-arm64.tar.gz", + "rid": "linux-musl-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/8.0.19/aspnetcore-runtime-8.0.19-linux-musl-arm64.tar.gz", + "hash": "4c656e8ab04882f74c91f7931174f083b26ed90478bcfc90984b1783d4fca6beb1d021ec04469fae610ebb02df73fbfa58af3df1e8d52cbf5e068cbf34188d21" + }, + { + "name": "aspnetcore-runtime-linux-musl-x64.tar.gz", + "rid": "linux-musl-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/8.0.19/aspnetcore-runtime-8.0.19-linux-musl-x64.tar.gz", + "hash": "ed899d524bb9a24d0c3cafded6d0f46ec620857f3d8b43aaf089fe8606fa86c25e85d92c5fee9a016d41a75dd76c303e2edc2d3393c0eb4dc386c5ae3634c22f" + }, + { + "name": "aspnetcore-runtime-linux-x64.tar.gz", + "rid": "linux-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/8.0.19/aspnetcore-runtime-8.0.19-linux-x64.tar.gz", + "hash": "9503fe84627716cb9df02c648e34971c6ec4d44686f213bc6f6bd74bc54ffb41ef272fbd2c8aa3f0a309b20664796c12f9c77b137015f84581ac265af2f21687" + }, + { + "name": "aspnetcore-runtime-osx-arm64.tar.gz", + "rid": "osx-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/8.0.19/aspnetcore-runtime-8.0.19-osx-arm64.tar.gz", + "hash": "0ddf1c7498c528b2098263b3d30afaed0b4046aa2b43d5c7a837403a1e558335c1a958aa859b498dd2a253af39d41f181cb269aae91cd8dd103b64a0609f9841" + }, + { + "name": "aspnetcore-runtime-osx-x64.tar.gz", + "rid": "osx-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/8.0.19/aspnetcore-runtime-8.0.19-osx-x64.tar.gz", + "hash": "9ac20eb6a62615dfb82c5657c11587b621f3e7f0c7c6dd3111df061482092d63c1cb54fd29adb0fe43a58c63eb2ca8ad322f7c722c6e47b24b78385feb93ea45" + }, + { + "name": "aspnetcore-runtime-win-arm64.exe", + "rid": "win-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/8.0.19/aspnetcore-runtime-8.0.19-win-arm64.exe", + "hash": "e82c942b571e338200634e36f2ed5977e1146313ab76abab6059fff6922a35033192a44d8b1aaba63e3180bed002b017dea78038e09893ec8df033ae832f553b" + }, + { + "name": "aspnetcore-runtime-win-arm64.zip", + "rid": "win-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/8.0.19/aspnetcore-runtime-8.0.19-win-arm64.zip", + "hash": "73edd1673d076a3a73f0c597525a125daa105e17c22cf8e1d04bc22f51e1c0b5c9e27874435735085da8c948789c854fd34f0ae8c01e901a7a3643c847e2f096" + }, + { + "name": "aspnetcore-runtime-win-x64.exe", + "rid": "win-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/8.0.19/aspnetcore-runtime-8.0.19-win-x64.exe", + "hash": "6093b2e8239b542bbfbd4b67c6c20e66f17d15ec903f2ff04a3db9d115bfb3281feaed226ef5962712bb28a39008d6cfb965f81360a984b75f34711f0c83f470" + }, + { + "name": "aspnetcore-runtime-win-x64.zip", + "rid": "win-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/8.0.19/aspnetcore-runtime-8.0.19-win-x64.zip", + "hash": "017f291661297e88df5d546898277526a979e97fe21d65d03923cbf55e6fc4a207545846c26c492d4117f4e7f69e7f0c8e5cd5f3bb418a83efb76aa6dd9f10a0" + }, + { + "name": "aspnetcore-runtime-win-x86.exe", + "rid": "win-x86", + "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/8.0.19/aspnetcore-runtime-8.0.19-win-x86.exe", + "hash": "82fcccacfe56856bc2c7d20559539a593fea024a206a2dad93e554288e587f9b0d4c03c19e4c9c87d5dd8bad54edd42c22f8b4e7fb22cf6f6c358869232eb1ea" + }, + { + "name": "aspnetcore-runtime-win-x86.zip", + "rid": "win-x86", + "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/8.0.19/aspnetcore-runtime-8.0.19-win-x86.zip", + "hash": "4f32bd9614d13172731ae726a065a0bc83fae7be9dd3fdc301a66be1b0b57374261b94d50715d2ef5a1735e5085214dc8d84be6ac3c902e7a368242dbe866a5a" + }, + { + "name": "aspnetcore-runtime-composite-linux-arm.tar.gz", + "rid": "linux-arm", + "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/8.0.19/aspnetcore-runtime-composite-8.0.19-linux-arm.tar.gz", + "hash": "d33565780a255d5b0674bc59189f0ed6fd504745ee29ccb77289a61740c617eceab6d17c5ef88edacc809f5fc4724a26ed5dcef68929bf2a0364e5f1f4712fd9" + }, + { + "name": "aspnetcore-runtime-composite-linux-arm64.tar.gz", + "rid": "linux-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/8.0.19/aspnetcore-runtime-composite-8.0.19-linux-arm64.tar.gz", + "hash": "d063c16e84e9fd9ffb81ae023b49849e7207cd024fa6c151e632963ce06388de1de2fc827ca9e1a3126a1b1ae7b58a44c222883ad8d0e4f04dd8efe3984b52ee" + }, + { + "name": "aspnetcore-runtime-composite-linux-musl-arm.tar.gz", + "rid": "linux-musl-arm", + "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/8.0.19/aspnetcore-runtime-composite-8.0.19-linux-musl-arm.tar.gz", + "hash": "e45730ad71275b23189eaabd2973165f68abf3fd62bdf68e009fea37d6ffeae8567a94151bc7046a8f327476479d04a6739f8bffd851ab96bf5ffce8ada73161" + }, + { + "name": "aspnetcore-runtime-composite-linux-musl-arm64.tar.gz", + "rid": "linux-musl-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/8.0.19/aspnetcore-runtime-composite-8.0.19-linux-musl-arm64.tar.gz", + "hash": "c2958153531c4850be840c88e53642ec344f241e107a25198c2b36acaf111955f32c848f62251eb48a95820dbd0370bd745b3ada8dd13fb2313900678d3419a0" + }, + { + "name": "aspnetcore-runtime-composite-linux-musl-x64.tar.gz", + "rid": "linux-musl-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/8.0.19/aspnetcore-runtime-composite-8.0.19-linux-musl-x64.tar.gz", + "hash": "df26e8b98a7b554aefe3b4b718966cf91a76c8bca0942a559b468fb82e8d2eb49a1cc8a67285a176fe6b6fc21468d15f35c672d7c35bb9991db9b1d0d5b36004" + }, + { + "name": "aspnetcore-runtime-composite-linux-x64.tar.gz", + "rid": "linux-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/8.0.19/aspnetcore-runtime-composite-8.0.19-linux-x64.tar.gz", + "hash": "e8c9deb1fa218e23ac0935ac466843d38a7197043040ef0e1aa0407aa8772a1bc94d635fe188a371c6b3e1c034203a406a84bd9b7290fb0e153a3b71cf52408a" + }, + { + "name": "dotnet-hosting-win.exe", + "rid": "", + "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/8.0.19/dotnet-hosting-8.0.19-win.exe", + "hash": "b4cd74651fc427da5f13e21d77b630920ce73eeee849e06d89a3132248c5c8985b05fe6ab1a36f7ae5e2a9fcfd671b1e33489b34e15cb0b839bb63456259ef96", + "akams": "https://aka.ms/dotnetcore-8-0-windowshosting" + } + ] + }, + "windowsdesktop": { + "version": "8.0.19", + "version-display": "8.0.19", + "files": [ + { + "name": "windowsdesktop-runtime-win-arm64.exe", + "rid": "win-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/8.0.19/windowsdesktop-runtime-8.0.19-win-arm64.exe", + "hash": "dad6049c6a49799db74af708652eefe0030d80e7c7c35329ed90e047d4ef8d24d56ba8db2cf3f2c97992822e131851dc1fafbd9fe06665149957db0e213cd349" + }, + { + "name": "windowsdesktop-runtime-win-arm64.zip", + "rid": "win-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/8.0.19/windowsdesktop-runtime-8.0.19-win-arm64.zip", + "hash": "fc0166b155fc952b71a93b1bf67a0587489e4bd2219d5ade4ebecb3725f32b2a6389d138bfe061d8461c140e22aedca5f94ef3777caa3fc57f37f63698aefba0" + }, + { + "name": "windowsdesktop-runtime-win-x64.exe", + "rid": "win-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/8.0.19/windowsdesktop-runtime-8.0.19-win-x64.exe", + "hash": "73395ac04b47011ae3de694756873bffb68d65cf885b60c14ae0e7558fa666b8bab0043a8c6928148ff36a2208cdcf333a21e0960cdaa127d9e752b21891af22" + }, + { + "name": "windowsdesktop-runtime-win-x64.zip", + "rid": "win-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/8.0.19/windowsdesktop-runtime-8.0.19-win-x64.zip", + "hash": "1f23b403749937dfdb213abc11cc6fe39f8fcc3aeffc73fea18c94ba8dd4d1f3b78515cdfb14623493f60434c663281f9584c1a7b6901a1eb352f8a8b3f84a52" + }, + { + "name": "windowsdesktop-runtime-win-x86.exe", + "rid": "win-x86", + "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/8.0.19/windowsdesktop-runtime-8.0.19-win-x86.exe", + "hash": "ff38599e60157af8118336d623face98564244fd4b894ecec7c119f53d72a3674cc8dbf0cfb5856e5a25241b59a5622d7acc8f1ef29b2ad4ddb693a3069ac0c4" + }, + { + "name": "windowsdesktop-runtime-win-x86.zip", + "rid": "win-x86", + "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/8.0.19/windowsdesktop-runtime-8.0.19-win-x86.zip", + "hash": "b6a50170bedb35e297adb25023c0424d612c1bb807b7e471d3a0306ac261eb0850e5a4c2ac0187d331b8f77070bbf7b91623a0db0158992a753a461179f5c8ea" + } + ] + } + }, + { "release-date": "2025-07-08", "release-version": "8.0.18", "security": false, diff --git a/release-notes/9.0/9.0.8/9.0.109.md b/release-notes/9.0/9.0.8/9.0.109.md new file mode 100644 index 0000000000..39466ea563 --- /dev/null +++ b/release-notes/9.0/9.0.8/9.0.109.md @@ -0,0 +1,87 @@ +# .NET 9.0.109 - August 12, 2025 + +The .NET 9.0.109 release is available for download. This SDK includes the released .NET 9.0.8 Runtime and is in support of Visual Studio 17.12 release. The latest 9.0 release is always listed at [.NET 9.0 Releases](../README.md). + +## 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.109 +``` + +Visit [.NET Documentation](https://learn.microsoft.com/dotnet/) to learn about .NET, for building many different types of applications. + +## 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. + +[checksums-runtime]: https://builds.dotnet.microsoft.com/dotnet/checksums/9.0.8-sha.txt +[checksums-sdk]: https://builds.dotnet.microsoft.com/dotnet/checksums/9.0.8-sha.txt + +[linux-packages]: ../install-linux.md + +[//]: # ( Runtime 9.0.8) +[dotnet-runtime-linux-arm.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.8/dotnet-runtime-9.0.8-linux-arm.tar.gz +[dotnet-runtime-linux-arm64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.8/dotnet-runtime-9.0.8-linux-arm64.tar.gz +[dotnet-runtime-linux-musl-arm.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.8/dotnet-runtime-9.0.8-linux-musl-arm.tar.gz +[dotnet-runtime-linux-musl-arm64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.8/dotnet-runtime-9.0.8-linux-musl-arm64.tar.gz +[dotnet-runtime-linux-musl-x64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.8/dotnet-runtime-9.0.8-linux-musl-x64.tar.gz +[dotnet-runtime-linux-x64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.8/dotnet-runtime-9.0.8-linux-x64.tar.gz +[dotnet-runtime-osx-arm64.pkg]: https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.8/dotnet-runtime-9.0.8-osx-arm64.pkg +[dotnet-runtime-osx-arm64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.8/dotnet-runtime-9.0.8-osx-arm64.tar.gz +[dotnet-runtime-osx-x64.pkg]: https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.8/dotnet-runtime-9.0.8-osx-x64.pkg +[dotnet-runtime-osx-x64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.8/dotnet-runtime-9.0.8-osx-x64.tar.gz +[dotnet-runtime-win-arm64.exe]: https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.8/dotnet-runtime-9.0.8-win-arm64.exe +[dotnet-runtime-win-arm64.zip]: https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.8/dotnet-runtime-9.0.8-win-arm64.zip +[dotnet-runtime-win-x64.exe]: https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.8/dotnet-runtime-9.0.8-win-x64.exe +[dotnet-runtime-win-x64.zip]: https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.8/dotnet-runtime-9.0.8-win-x64.zip +[dotnet-runtime-win-x86.exe]: https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.8/dotnet-runtime-9.0.8-win-x86.exe +[dotnet-runtime-win-x86.zip]: https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.8/dotnet-runtime-9.0.8-win-x86.zip + +[//]: # ( WindowsDesktop 9.0.8) +[windowsdesktop-runtime-win-arm64.exe]: https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/9.0.8/windowsdesktop-runtime-9.0.8-win-arm64.exe +[windowsdesktop-runtime-win-x64.exe]: https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/9.0.8/windowsdesktop-runtime-9.0.8-win-x64.exe +[windowsdesktop-runtime-win-x86.exe]: https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/9.0.8/windowsdesktop-runtime-9.0.8-win-x86.exe + +[//]: # ( ASP 9.0.8) +[aspnetcore-runtime-linux-arm.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.8/aspnetcore-runtime-9.0.8-linux-arm.tar.gz +[aspnetcore-runtime-linux-arm64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.8/aspnetcore-runtime-9.0.8-linux-arm64.tar.gz +[aspnetcore-runtime-linux-musl-x64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.8/aspnetcore-runtime-9.0.8-linux-musl-x64.tar.gz +[aspnetcore-runtime-linux-x64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.8/aspnetcore-runtime-9.0.8-linux-x64.tar.gz +[aspnetcore-runtime-osx-arm64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.8/aspnetcore-runtime-9.0.8-osx-arm64.tar.gz +[aspnetcore-runtime-osx-x64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.8/aspnetcore-runtime-9.0.8-osx-x64.tar.gz +[aspnetcore-runtime-win-x64.exe]: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.8/aspnetcore-runtime-9.0.8-win-x64.exe +[aspnetcore-runtime-win-x86.exe]: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.8/aspnetcore-runtime-9.0.8-win-x86.exe +[dotnet-hosting-win.exe]: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.8/dotnet-hosting-9.0.8-win.exe + +[//]: # ( SDK 9.0.109) +[dotnet-sdk-linux-arm.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.109/dotnet-sdk-9.0.109-linux-arm.tar.gz +[dotnet-sdk-linux-arm64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.109/dotnet-sdk-9.0.109-linux-arm64.tar.gz +[dotnet-sdk-linux-musl-arm.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.109/dotnet-sdk-9.0.109-linux-musl-arm.tar.gz +[dotnet-sdk-linux-musl-x64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.109/dotnet-sdk-9.0.109-linux-musl-x64.tar.gz +[dotnet-sdk-linux-x64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.109/dotnet-sdk-9.0.109-linux-x64.tar.gz +[dotnet-sdk-osx-arm64.pkg]: https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.109/dotnet-sdk-9.0.109-osx-arm64.pkg +[dotnet-sdk-osx-arm64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.109/dotnet-sdk-9.0.109-osx-arm64.tar.gz +[dotnet-sdk-osx-x64.pkg]: https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.109/dotnet-sdk-9.0.109-osx-x64.pkg +[dotnet-sdk-osx-x64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.109/dotnet-sdk-9.0.109-osx-x64.tar.gz +[dotnet-sdk-win-arm64.exe]: https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.109/dotnet-sdk-9.0.109-win-arm64.exe +[dotnet-sdk-win-arm64.zip]: https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.109/dotnet-sdk-9.0.109-win-arm64.zip +[dotnet-sdk-win-x64.exe]: https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.109/dotnet-sdk-9.0.109-win-x64.exe +[dotnet-sdk-win-x64.zip]: https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.109/dotnet-sdk-9.0.109-win-x64.zip +[dotnet-sdk-win-x86.exe]: https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.109/dotnet-sdk-9.0.109-win-x86.exe +[dotnet-sdk-win-x86.zip]: https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.109/dotnet-sdk-9.0.109-win-x86.zip diff --git a/release-notes/9.0/9.0.8/9.0.8.md b/release-notes/9.0/9.0.8/9.0.8.md new file mode 100644 index 0000000000..0f20a101ef --- /dev/null +++ b/release-notes/9.0/9.0.8/9.0.8.md @@ -0,0 +1,781 @@ +# .NET 9.0.8 - August 12, 2025 + +The .NET 9.0.8 and .NET SDK 9.0.304 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.8 runtimes: + +* [9.0.304][9.0.304] +* [9.0.109][9.0.109] + +## 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.304 +``` + +## 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 August 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 #xxxx](https://github.com/dotnet/core/issues/xxxx) for your questions and comments. + +[9.0.304]: 9.0.8.md +[9.0.109]: 9.0.109.md + +[checksums-runtime]: https://builds.dotnet.microsoft.com/dotnet/checksums/9.0.8-sha.txt +[checksums-sdk]: https://builds.dotnet.microsoft.com/dotnet/checksums/9.0.8-sha.txt + +[dotnet-blog]: https://devblogs.microsoft.com/dotnet/dotnet-and-dotnet-framework-august-2025-servicing-updates/ + +[linux-packages]: ../install-linux.md + +## Packages updated in this release + +| Package name | Version | +| :----------- | :------------------ | +| AspNetCoreRuntime.9.0.x64 | 9.0.8 | +| AspNetCoreRuntime.9.0.x86 | 9.0.8 | +| dotnet-ef | 9.0.8 | +| dotnet-ilverify | 9.0.8 | +| dotnet-sql-cache | 9.0.8 | +| FSharp.Compiler.Service | 43.9.101 | +| FSharp.Compiler.Service | 43.9.303| +| FSharp.Core | 9.0.101 | +| FSharp.Core | 9.0.303 | +| Microsoft.AspNetCore.App.Ref | 9.0.8 | +| Microsoft.AspNetCore.App.Runtime.linux-arm | 9.0.8 | +| Microsoft.AspNetCore.App.Runtime.linux-arm64 | 9.0.8 | +| Microsoft.AspNetCore.App.Runtime.linux-musl-arm | 9.0.8 | +| Microsoft.AspNetCore.App.Runtime.linux-musl-arm64 | 9.0.8 | +| Microsoft.AspNetCore.App.Runtime.linux-musl-x64 | 9.0.8 | +| Microsoft.AspNetCore.App.Runtime.linux-x64 | 9.0.8 | +| Microsoft.AspNetCore.App.Runtime.osx-arm64 | 9.0.8 | +| Microsoft.AspNetCore.App.Runtime.osx-x64 | 9.0.8 | +| Microsoft.AspNetCore.App.Runtime.win-arm64 | 9.0.8 | +| Microsoft.AspNetCore.App.Runtime.win-x64 | 9.0.8 | +| Microsoft.AspNetCore.App.Runtime.win-x86 | 9.0.8 | +| Microsoft.AspNetCore.Authentication.Certificate | 9.0.8 | +| Microsoft.AspNetCore.Authentication.Facebook | 9.0.8 | +| Microsoft.AspNetCore.Authentication.Google | 9.0.8 | +| Microsoft.AspNetCore.Authentication.JwtBearer | 9.0.8 | +| Microsoft.AspNetCore.Authentication.MicrosoftAccount | 9.0.8 | +| Microsoft.AspNetCore.Authentication.Negotiate | 9.0.8 | +| Microsoft.AspNetCore.Authentication.OpenIdConnect | 9.0.8 | +| Microsoft.AspNetCore.Authentication.Twitter | 9.0.8 | +| Microsoft.AspNetCore.Authentication.WsFederation | 9.0.8 | +| Microsoft.AspNetCore.Authorization | 9.0.8 | +| Microsoft.AspNetCore.AzureAppServices.HostingStartup | 9.0.8 | +| Microsoft.AspNetCore.AzureAppServices.SiteExtension | 9.0.8 | +| Microsoft.AspNetCore.AzureAppServicesIntegration | 9.0.8 | +| Microsoft.AspNetCore.Components | 9.0.8 | +| Microsoft.AspNetCore.Components.Analyzers | 9.0.8 | +| Microsoft.AspNetCore.Components.Authorization | 9.0.8 | +| Microsoft.AspNetCore.Components.CustomElements | 9.0.8 | +| Microsoft.AspNetCore.Components.Forms | 9.0.8 | +| Microsoft.AspNetCore.Components.QuickGrid | 9.0.8 | +| Microsoft.AspNetCore.Components.QuickGrid.EntityFrameworkAdapter | 9.0.8 | +| Microsoft.AspNetCore.Components.Web | 9.0.8 | +| Microsoft.AspNetCore.Components.WebAssembly | 9.0.8 | +| Microsoft.AspNetCore.Components.WebAssembly.Authentication | 9.0.8 | +| Microsoft.AspNetCore.Components.WebAssembly.DevServer | 9.0.8 | +| Microsoft.AspNetCore.Components.WebAssembly.Server | 9.0.8 | +| Microsoft.AspNetCore.Components.WebView | 9.0.8 | +| Microsoft.AspNetCore.ConcurrencyLimiter | 9.0.8 | +| Microsoft.AspNetCore.Connections.Abstractions | 9.0.8 | +| Microsoft.AspNetCore.Cryptography.Internal | 9.0.8 | +| Microsoft.AspNetCore.Cryptography.KeyDerivation | 9.0.8 | +| Microsoft.AspNetCore.DataProtection | 9.0.8 | +| Microsoft.AspNetCore.DataProtection.Abstractions | 9.0.8 | +| Microsoft.AspNetCore.DataProtection.EntityFrameworkCore | 9.0.8 | +| Microsoft.AspNetCore.DataProtection.Extensions | 9.0.8 | +| Microsoft.AspNetCore.DataProtection.StackExchangeRedis | 9.0.8 | +| Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore | 9.0.8 | +| Microsoft.AspNetCore.Grpc.JsonTranscoding | 9.0.8 | +| Microsoft.AspNetCore.Grpc.Swagger | 0.9.8 | +| Microsoft.AspNetCore.HeaderPropagation | 9.0.8 | +| Microsoft.AspNetCore.Hosting.WindowsServices | 9.0.8 | +| Microsoft.AspNetCore.Http.Connections.Client | 9.0.8 | +| Microsoft.AspNetCore.Http.Connections.Common | 9.0.8 | +| Microsoft.AspNetCore.Identity.EntityFrameworkCore | 9.0.8 | +| Microsoft.AspNetCore.Identity.UI | 9.0.8 | +| Microsoft.AspNetCore.JsonPatch | 9.0.8 | +| Microsoft.AspNetCore.Metadata | 9.0.8 | +| Microsoft.AspNetCore.MiddlewareAnalysis | 9.0.8 | +| Microsoft.AspNetCore.Mvc.NewtonsoftJson | 9.0.8 | +| Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation | 9.0.8 | +| Microsoft.AspNetCore.Mvc.Testing | 9.0.8 | +| Microsoft.AspNetCore.OpenApi | 9.0.8 | +| Microsoft.AspNetCore.OutputCaching.StackExchangeRedis | 9.0.8 | +| Microsoft.AspNetCore.Owin | 9.0.8 | +| Microsoft.AspNetCore.SignalR.Client | 9.0.8 | +| Microsoft.AspNetCore.SignalR.Client.Core | 9.0.8 | +| Microsoft.AspNetCore.SignalR.Common | 9.0.8 | +| Microsoft.AspNetCore.SignalR.Protocols.Json | 9.0.8 | +| Microsoft.AspNetCore.SignalR.Protocols.MessagePack | 9.0.8 | +| Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson | 9.0.8 | +| Microsoft.AspNetCore.SignalR.Specification.Tests | 9.0.8 | +| Microsoft.AspNetCore.SignalR.StackExchangeRedis | 9.0.8 | +| Microsoft.AspNetCore.SpaProxy | 9.0.8 | +| Microsoft.AspNetCore.SpaServices.Extensions | 9.0.8 | +| Microsoft.AspNetCore.TestHost | 9.0.8 | +| Microsoft.AspNetCore.WebUtilities | 9.0.8 | +| Microsoft.Authentication.WebAssembly.Msal | 9.0.8 | +| Microsoft.Bcl.AsyncInterfaces | 9.0.8 | +| Microsoft.Bcl.Cryptography | 9.0.8 | +| Microsoft.Bcl.Memory | 9.0.8 | +| Microsoft.Bcl.Numerics | 9.0.8 | +| Microsoft.Bcl.TimeProvider | 9.0.8 | +| Microsoft.CodeAnalysis.NetAnalyzers | 9.0.0-preview.25329.4 | +| Microsoft.Data.Sqlite | 9.0.8 | +| Microsoft.Data.Sqlite.Core | 9.0.8 | +| Microsoft.dotnet-openapi | 9.0.8 | +| Microsoft.DotNet.ApiCompat.Task | 9.0.109 | +| Microsoft.DotNet.ApiCompat.Task | 9.0.304 | +| Microsoft.DotNet.ApiCompat.Tool | 9.0.109 | +| Microsoft.DotNet.ApiCompat.Tool | 9.0.304 | +| Microsoft.DotNet.Common.ItemTemplates | 9.0.109 | +| Microsoft.DotNet.Common.ItemTemplates | 9.0.304 | +| Microsoft.DotNet.Common.ProjectTemplates.9.0 | 9.0.109 | +| Microsoft.DotNet.Common.ProjectTemplates.9.0 | 9.0.304 | +| Microsoft.DotNet.ILCompiler | 9.0.8 | +| Microsoft.DotNet.Web.Client.ItemTemplates | 9.0.8 | +| Microsoft.DotNet.Web.ItemTemplates.9.0 | 9.0.8 | +| Microsoft.DotNet.Web.ProjectTemplates.9.0 | 9.0.8 | +| Microsoft.EntityFrameworkCore | 9.0.8 | +| Microsoft.EntityFrameworkCore.Abstractions | 9.0.8 | +| Microsoft.EntityFrameworkCore.Analyzers | 9.0.8 | +| Microsoft.EntityFrameworkCore.Cosmos | 9.0.8 | +| Microsoft.EntityFrameworkCore.Design | 9.0.8 | +| Microsoft.EntityFrameworkCore.InMemory | 9.0.8 | +| Microsoft.EntityFrameworkCore.Proxies | 9.0.8 | +| Microsoft.EntityFrameworkCore.Relational | 9.0.8 | +| Microsoft.EntityFrameworkCore.Relational.Specification.Tests | 9.0.8 | +| Microsoft.EntityFrameworkCore.Specification.Tests | 9.0.8 | +| Microsoft.EntityFrameworkCore.Sqlite | 9.0.8 | +| Microsoft.EntityFrameworkCore.Sqlite.Core | 9.0.8 | +| Microsoft.EntityFrameworkCore.Sqlite.NetTopologySuite | 9.0.8 | +| Microsoft.EntityFrameworkCore.SqlServer | 9.0.8 | +| Microsoft.EntityFrameworkCore.SqlServer.Abstractions | 9.0.8 | +| Microsoft.EntityFrameworkCore.SqlServer.HierarchyId | 9.0.8 | +| Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite | 9.0.8 | +| Microsoft.EntityFrameworkCore.Tasks | 9.0.8 | +| Microsoft.EntityFrameworkCore.Templates | 9.0.8 | +| Microsoft.EntityFrameworkCore.Tools | 9.0.8 | +| Microsoft.Extensions.ApiDescription.Client | 9.0.8 | +| Microsoft.Extensions.ApiDescription.Server | 9.0.8 | +| Microsoft.Extensions.Caching.Abstractions | 9.0.8 | +| Microsoft.Extensions.Caching.Memory | 9.0.8 | +| Microsoft.Extensions.Caching.SqlServer | 9.0.8 | +| Microsoft.Extensions.Caching.StackExchangeRedis | 9.0.8 | +| Microsoft.Extensions.Configuration | 9.0.8 | +| Microsoft.Extensions.Configuration.Abstractions | 9.0.8 | +| Microsoft.Extensions.Configuration.Binder | 9.0.8 | +| Microsoft.Extensions.Configuration.CommandLine | 9.0.8 | +| Microsoft.Extensions.Configuration.EnvironmentVariables | 9.0.8 | +| Microsoft.Extensions.Configuration.FileExtensions | 9.0.8 | +| Microsoft.Extensions.Configuration.Ini | 9.0.8 | +| Microsoft.Extensions.Configuration.Json | 9.0.8 | +| Microsoft.Extensions.Configuration.KeyPerFile | 9.0.8 | +| Microsoft.Extensions.Configuration.UserSecrets | 9.0.8 | +| Microsoft.Extensions.Configuration.Xml | 9.0.8 | +| Microsoft.Extensions.DependencyInjection | 9.0.8 | +| Microsoft.Extensions.DependencyInjection.Abstractions | 9.0.8 | +| Microsoft.Extensions.DependencyInjection.Specification.Tests | 9.0.8 | +| Microsoft.Extensions.DependencyModel | 9.0.8 | +| Microsoft.Extensions.Diagnostics | 9.0.8 | +| Microsoft.Extensions.Diagnostics.Abstractions | 9.0.8 | +| Microsoft.Extensions.Diagnostics.HealthChecks | 9.0.8 | +| Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions | 9.0.8 | +| Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore | 9.0.8 | +| Microsoft.Extensions.Features | 9.0.8 | +| Microsoft.Extensions.FileProviders.Abstractions | 9.0.8 | +| Microsoft.Extensions.FileProviders.Composite | 9.0.8 | +| Microsoft.Extensions.FileProviders.Embedded | 9.0.8 | +| Microsoft.Extensions.FileProviders.Physical | 9.0.8 | +| Microsoft.Extensions.FileSystemGlobbing | 9.0.8 | +| Microsoft.Extensions.Hosting | 9.0.8 | +| Microsoft.Extensions.Hosting.Abstractions | 9.0.8 | +| Microsoft.Extensions.Hosting.Systemd | 9.0.8 | +| Microsoft.Extensions.Hosting.WindowsServices | 9.0.8 | +| Microsoft.Extensions.Http | 9.0.8 | +| Microsoft.Extensions.Http.Polly | 9.0.8 | +| Microsoft.Extensions.Identity.Core | 9.0.8 | +| Microsoft.Extensions.Identity.Stores | 9.0.8 | +| Microsoft.Extensions.Localization | 9.0.8 | +| Microsoft.Extensions.Localization.Abstractions | 9.0.8 | +| Microsoft.Extensions.Logging | 9.0.8 | +| Microsoft.Extensions.Logging.Abstractions | 9.0.8 | +| Microsoft.Extensions.Logging.AzureAppServices | 9.0.8 | +| Microsoft.Extensions.Logging.Configuration | 9.0.8 | +| Microsoft.Extensions.Logging.Console | 9.0.8 | +| Microsoft.Extensions.Logging.Debug | 9.0.8 | +| Microsoft.Extensions.Logging.EventLog | 9.0.8 | +| Microsoft.Extensions.Logging.EventSource | 9.0.8 | +| Microsoft.Extensions.Logging.TraceSource | 9.0.8 | +| Microsoft.Extensions.ObjectPool | 9.0.8 | +| Microsoft.Extensions.Options | 9.0.8 | +| Microsoft.Extensions.Options.ConfigurationExtensions | 9.0.8 | +| Microsoft.Extensions.Options.DataAnnotations | 9.0.8 | +| Microsoft.Extensions.Primitives | 9.0.8 | +| Microsoft.Extensions.WebEncoders | 9.0.8 | +| Microsoft.ILVerification | 9.0.8 | +| Microsoft.JSInterop | 9.0.8 | +| Microsoft.JSInterop.WebAssembly | 9.0.8 | +| Microsoft.NET.Build.Containers | 9.0.109 | +| Microsoft.NET.Build.Containers | 9.0.304 | +| Microsoft.Net.Http.Headers | 9.0.8 | +| Microsoft.NET.ILLink.Tasks | 9.0.8 | +| Microsoft.NET.Runtime.Android.Sample.Mono | 9.0.8 | +| Microsoft.NET.Runtime.Emscripten.3.1.56.Cache.linux-arm64 | 9.0.8 | +| Microsoft.NET.Runtime.Emscripten.3.1.56.Cache.linux-musl-arm64 | 9.0.8 | +| Microsoft.NET.Runtime.Emscripten.3.1.56.Cache.linux-musl-x64 | 9.0.8 | +| Microsoft.NET.Runtime.Emscripten.3.1.56.Cache.linux-x64 | 9.0.8 | +| Microsoft.NET.Runtime.Emscripten.3.1.56.Cache.osx-arm64 | 9.0.8 | +| Microsoft.NET.Runtime.Emscripten.3.1.56.Cache.osx-x64 | 9.0.8 | +| Microsoft.NET.Runtime.Emscripten.3.1.56.Cache.win-arm64 | 9.0.8 | +| Microsoft.NET.Runtime.Emscripten.3.1.56.Cache.win-arm64.Msi.arm64 | 9.0.8 | +| Microsoft.NET.Runtime.Emscripten.3.1.56.Cache.win-x64 | 9.0.8 | +| Microsoft.NET.Runtime.Emscripten.3.1.56.Cache.win-x64.Msi.x64 | 9.0.8 | +| Microsoft.NET.Runtime.Emscripten.3.1.56.Node.linux-arm64 | 9.0.8 | +| Microsoft.NET.Runtime.Emscripten.3.1.56.Node.linux-musl-arm64 | 9.0.8 | +| Microsoft.NET.Runtime.Emscripten.3.1.56.Node.linux-musl-x64 | 9.0.8 | +| Microsoft.NET.Runtime.Emscripten.3.1.56.Node.linux-x64 | 9.0.8 | +| Microsoft.NET.Runtime.Emscripten.3.1.56.Node.osx-arm64 | 9.0.8 | +| Microsoft.NET.Runtime.Emscripten.3.1.56.Node.osx-x64 | 9.0.8 | +| Microsoft.NET.Runtime.Emscripten.3.1.56.Node.win-arm64 | 9.0.8 | +| Microsoft.NET.Runtime.Emscripten.3.1.56.Node.win-arm64.Msi.arm64 | 9.0.8 | +| Microsoft.NET.Runtime.Emscripten.3.1.56.Node.win-x64 | 9.0.8 | +| Microsoft.NET.Runtime.Emscripten.3.1.56.Node.win-x64.Msi.x64 | 9.0.8 | +| Microsoft.NET.Runtime.Emscripten.3.1.56.Python.osx-arm64 | 9.0.8 | +| Microsoft.NET.Runtime.Emscripten.3.1.56.Python.osx-x64 | 9.0.8 | +| Microsoft.NET.Runtime.Emscripten.3.1.56.Python.win-arm64 | 9.0.8 | +| Microsoft.NET.Runtime.Emscripten.3.1.56.Python.win-arm64.Msi.arm64 | 9.0.8 | +| Microsoft.NET.Runtime.Emscripten.3.1.56.Python.win-x64 | 9.0.8 | +| Microsoft.NET.Runtime.Emscripten.3.1.56.Python.win-x64.Msi.x64 | 9.0.8 | +| Microsoft.NET.Runtime.Emscripten.3.1.56.Sdk.linux-arm64 | 9.0.8 | +| Microsoft.NET.Runtime.Emscripten.3.1.56.Sdk.linux-musl-arm64 | 9.0.8 | +| Microsoft.NET.Runtime.Emscripten.3.1.56.Sdk.linux-musl-x64 | 9.0.8 | +| Microsoft.NET.Runtime.Emscripten.3.1.56.Sdk.linux-x64 | 9.0.8 | +| Microsoft.NET.Runtime.Emscripten.3.1.56.Sdk.osx-arm64 | 9.0.8 | +| Microsoft.NET.Runtime.Emscripten.3.1.56.Sdk.osx-x64 | 9.0.8 | +| Microsoft.NET.Runtime.Emscripten.3.1.56.Sdk.win-arm64 | 9.0.8 | +| Microsoft.NET.Runtime.Emscripten.3.1.56.Sdk.win-arm64.Msi.arm64 | 9.0.8 | +| Microsoft.NET.Runtime.Emscripten.3.1.56.Sdk.win-x64 | 9.0.8 | +| Microsoft.NET.Runtime.Emscripten.3.1.56.Sdk.win-x64.Msi.x64 | 9.0.8 | +| Microsoft.NET.Runtime.iOS.Sample.Mono | 9.0.8 | +| Microsoft.NET.Runtime.LibraryBuilder.Sdk | 9.0.8 | +| Microsoft.NET.Runtime.MonoAOTCompiler.Task | 9.0.8 | +| Microsoft.NET.Runtime.MonoAOTCompiler.Task.Msi.arm64 | 9.0.8 | +| Microsoft.NET.Runtime.MonoAOTCompiler.Task.Msi.x64 | 9.0.8 | +| Microsoft.NET.Runtime.MonoAOTCompiler.Task.Msi.x86 | 9.0.8 | +| Microsoft.NET.Runtime.MonoTargets.Sdk | 9.0.8 | +| Microsoft.NET.Runtime.MonoTargets.Sdk.Msi.arm64 | 9.0.8 | +| Microsoft.NET.Runtime.MonoTargets.Sdk.Msi.x64 | 9.0.8 | +| Microsoft.NET.Runtime.MonoTargets.Sdk.Msi.x86 | 9.0.8 | +| Microsoft.NET.Runtime.wasm.Sample.Mono | 9.0.8 | +| Microsoft.NET.Runtime.WebAssembly.Sdk | 9.0.8 | +| Microsoft.NET.Runtime.WebAssembly.Sdk.Msi.arm64 | 9.0.8 | +| Microsoft.NET.Runtime.WebAssembly.Sdk.Msi.x64 | 9.0.8 | +| Microsoft.NET.Runtime.WebAssembly.Sdk.Msi.x86 | 9.0.8 | +| Microsoft.NET.Runtime.WebAssembly.Templates.net9 | 9.0.8 | +| Microsoft.NET.Runtime.WebAssembly.Templates.net9.Msi.arm64 | 9.0.8 | +| Microsoft.NET.Runtime.WebAssembly.Templates.net9.Msi.x64 | 9.0.8 | +| Microsoft.NET.Runtime.WebAssembly.Templates.net9.Msi.x86 | 9.0.8 | +| Microsoft.NET.Runtime.WebAssembly.Wasi.Sdk | 9.0.8 | +| Microsoft.NET.Runtime.WebAssembly.Wasi.Sdk.Msi.arm64 | 9.0.8 | +| Microsoft.NET.Runtime.WebAssembly.Wasi.Sdk.Msi.x64 | 9.0.8 | +| Microsoft.NET.Runtime.WebAssembly.Wasi.Sdk.Msi.x86 | 9.0.8 | +| Microsoft.Net.Sdk.Compilers.Toolset | 9.0.109 | +| Microsoft.Net.Sdk.Compilers.Toolset | 9.0.304 | +| Microsoft.NET.Sdk.IL | 9.0.8 | +| Microsoft.NET.Sdk.WebAssembly.Pack | 9.0.8 | +| Microsoft.NET.Sdk.WebAssembly.Pack.Msi.arm64 | 9.0.8 | +| Microsoft.NET.Sdk.WebAssembly.Pack.Msi.x64 | 9.0.8 | +| Microsoft.NET.Sdk.WebAssembly.Pack.Msi.x86 | 9.0.8 | +| Microsoft.NET.WebAssembly.Threading | 9.0.8 | +| Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100 | 9.0.8 | +| Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Msi.arm64 | 9.0.8 | +| Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Msi.x64 | 9.0.8 | +| Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Msi.x86 | 9.0.8 | +| Microsoft.NET.Workload.Emscripten.net6.Manifest-9.0.100 | 9.0.8 | +| Microsoft.NET.Workload.Emscripten.net6.Manifest-9.0.100.Msi.arm64 | 9.0.8 | +| Microsoft.NET.Workload.Emscripten.net6.Manifest-9.0.100.Msi.x64 | 9.0.8 | +| Microsoft.NET.Workload.Emscripten.net6.Manifest-9.0.100.Msi.x86 | 9.0.8 | +| Microsoft.NET.Workload.Emscripten.net7.Manifest-9.0.100 | 9.0.8 | +| Microsoft.NET.Workload.Emscripten.net7.Manifest-9.0.100.Msi.arm64 | 9.0.8 | +| Microsoft.NET.Workload.Emscripten.net7.Manifest-9.0.100.Msi.x64 | 9.0.8 | +| Microsoft.NET.Workload.Emscripten.net7.Manifest-9.0.100.Msi.x86 | 9.0.8 | +| Microsoft.NET.Workload.Emscripten.net8.Manifest-9.0.100 | 9.0.8 | +| Microsoft.NET.Workload.Emscripten.net8.Manifest-9.0.100.Msi.arm64 | 9.0.8 | +| Microsoft.NET.Workload.Emscripten.net8.Manifest-9.0.100.Msi.x64 | 9.0.8 | +| Microsoft.NET.Workload.Emscripten.net8.Manifest-9.0.100.Msi.x86 | 9.0.8 | +| Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-9.0.100 | 9.0.8 | +| Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-9.0.100.Msi.arm64 | 9.0.8 | +| Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-9.0.100.Msi.x64 | 9.0.8 | +| Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-9.0.100.Msi.x86 | 9.0.8 | +| Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-9.0.100 | 9.0.8 | +| Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-9.0.100.Msi.arm64 | 9.0.8 | +| Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-9.0.100.Msi.x64 | 9.0.8 | +| Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-9.0.100.Msi.x86 | 9.0.8 | +| Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-9.0.100 | 9.0.8 | +| Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-9.0.100.Msi.arm64 | 9.0.8 | +| Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-9.0.100.Msi.x64 | 9.0.8 | +| Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-9.0.100.Msi.x86 | 9.0.8 | +| Microsoft.NET.Workload.Mono.ToolChain.net8.Manifest-9.0.100 | 9.0.8 | +| Microsoft.NET.Workload.Mono.ToolChain.net8.Manifest-9.0.100.Msi.arm64 | 9.0.8 | +| Microsoft.NET.Workload.Mono.ToolChain.net8.Manifest-9.0.100.Msi.x64 | 9.0.8 | +| Microsoft.NET.Workload.Mono.ToolChain.net8.Manifest-9.0.100.Msi.x86 | 9.0.8 | +| Microsoft.NETCore.App.Crossgen2.linux-arm | 9.0.8 | +| Microsoft.NETCore.App.Crossgen2.linux-arm64 | 9.0.8 | +| Microsoft.NETCore.App.Crossgen2.linux-musl-arm | 9.0.8 | +| Microsoft.NETCore.App.Crossgen2.linux-musl-arm64 | 9.0.8 | +| Microsoft.NETCore.App.Crossgen2.linux-musl-x64 | 9.0.8 | +| Microsoft.NETCore.App.Crossgen2.linux-x64 | 9.0.8 | +| Microsoft.NETCore.App.Crossgen2.osx-arm64 | 9.0.8 | +| Microsoft.NETCore.App.Crossgen2.osx-x64 | 9.0.8 | +| Microsoft.NETCore.App.Crossgen2.win-arm64 | 9.0.8 | +| Microsoft.NETCore.App.Crossgen2.win-x64 | 9.0.8 | +| Microsoft.NETCore.App.Crossgen2.win-x86 | 9.0.8 | +| Microsoft.NETCore.App.Host.linux-arm | 9.0.8 | +| Microsoft.NETCore.App.Host.linux-arm64 | 9.0.8 | +| Microsoft.NETCore.App.Host.linux-bionic-arm64 | 9.0.8 | +| Microsoft.NETCore.App.Host.linux-bionic-x64 | 9.0.8 | +| Microsoft.NETCore.App.Host.linux-musl-arm | 9.0.8 | +| Microsoft.NETCore.App.Host.linux-musl-arm64 | 9.0.8 | +| Microsoft.NETCore.App.Host.linux-musl-x64 | 9.0.8 | +| Microsoft.NETCore.App.Host.linux-x64 | 9.0.8 | +| Microsoft.NETCore.App.Host.osx-arm64 | 9.0.8 | +| Microsoft.NETCore.App.Host.osx-x64 | 9.0.8 | +| Microsoft.NETCore.App.Host.win-arm64 | 9.0.8 | +| Microsoft.NETCore.App.Host.win-x64 | 9.0.8 | +| Microsoft.NETCore.App.Host.win-x86 | 9.0.8 | +| Microsoft.NETCore.App.Ref | 9.0.8 | +| Microsoft.NETCore.App.Runtime.AOT.linux-arm64.Cross.android-arm | 9.0.8 | +| Microsoft.NETCore.App.Runtime.AOT.linux-arm64.Cross.android-arm64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.AOT.linux-arm64.Cross.android-x64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.AOT.linux-arm64.Cross.android-x86 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.AOT.linux-arm64.Cross.browser-wasm | 9.0.8 | +| Microsoft.NETCore.App.Runtime.AOT.linux-arm64.Cross.wasi-wasm | 9.0.8 | +| Microsoft.NETCore.App.Runtime.AOT.linux-musl-arm64.Cross.android-arm | 9.0.8 | +| Microsoft.NETCore.App.Runtime.AOT.linux-musl-arm64.Cross.android-arm64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.AOT.linux-musl-arm64.Cross.android-x64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.AOT.linux-musl-arm64.Cross.android-x86 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.AOT.linux-musl-arm64.Cross.browser-wasm | 9.0.8 | +| Microsoft.NETCore.App.Runtime.AOT.linux-musl-arm64.Cross.wasi-wasm | 9.0.8 | +| Microsoft.NETCore.App.Runtime.AOT.linux-musl-x64.Cross.android-arm | 9.0.8 | +| Microsoft.NETCore.App.Runtime.AOT.linux-musl-x64.Cross.android-arm64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.AOT.linux-musl-x64.Cross.android-x64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.AOT.linux-musl-x64.Cross.android-x86 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.AOT.linux-musl-x64.Cross.browser-wasm | 9.0.8 | +| Microsoft.NETCore.App.Runtime.AOT.linux-musl-x64.Cross.wasi-wasm | 9.0.8 | +| Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-arm | 9.0.8 | +| Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-arm64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-x64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-x86 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.browser-wasm | 9.0.8 | +| Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.wasi-wasm | 9.0.8 | +| Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.android-arm | 9.0.8 | +| Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.android-arm64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.android-x64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.android-x86 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.browser-wasm | 9.0.8 | +| Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.ios-arm64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.iossimulator-arm64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.iossimulator-x64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.maccatalyst-arm64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.maccatalyst-x64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.tvos-arm64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.tvossimulator-arm64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.tvossimulator-x64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.wasi-wasm | 9.0.8 | +| Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-arm | 9.0.8 | +| Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-arm64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-x64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-x86 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.browser-wasm | 9.0.8 | +| Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.ios-arm64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.iossimulator-arm64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.iossimulator-x64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.maccatalyst-arm64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.maccatalyst-x64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvos-arm64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvossimulator-arm64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvossimulator-x64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.wasi-wasm | 9.0.8 | +| Microsoft.NETCore.App.Runtime.AOT.win-arm64.Cross.android-arm | 9.0.8 | +| Microsoft.NETCore.App.Runtime.AOT.win-arm64.Cross.android-arm.Msi.arm64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.AOT.win-arm64.Cross.android-arm64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.AOT.win-arm64.Cross.android-arm64.Msi.arm64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.AOT.win-arm64.Cross.android-x64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.AOT.win-arm64.Cross.android-x64.Msi.arm64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.AOT.win-arm64.Cross.android-x86 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.AOT.win-arm64.Cross.android-x86.Msi.arm64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.AOT.win-arm64.Cross.browser-wasm | 9.0.8 | +| Microsoft.NETCore.App.Runtime.AOT.win-arm64.Cross.browser-wasm.Msi.arm64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.AOT.win-arm64.Cross.wasi-wasm | 9.0.8 | +| Microsoft.NETCore.App.Runtime.AOT.win-arm64.Cross.wasi-wasm.Msi.arm64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-arm | 9.0.8 | +| Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-arm.Msi.x64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-arm64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-arm64.Msi.x64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-x64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-x64.Msi.x64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-x86 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-x86.Msi.x64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.browser-wasm | 9.0.8 | +| Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.browser-wasm.Msi.x64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.wasi-wasm | 9.0.8 | +| Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.wasi-wasm.Msi.x64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.linux-arm | 9.0.8 | +| Microsoft.NETCore.App.Runtime.linux-arm64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.linux-bionic-arm64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.linux-bionic-x64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.linux-musl-arm | 9.0.8 | +| Microsoft.NETCore.App.Runtime.linux-musl-arm64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.linux-musl-x64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.linux-x64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.Mono.android-arm | 9.0.8 | +| Microsoft.NETCore.App.Runtime.Mono.android-arm.Msi.arm64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.Mono.android-arm.Msi.x64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.Mono.android-arm.Msi.x86 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.Mono.android-arm64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.Mono.android-arm64.Msi.arm64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.Mono.android-arm64.Msi.x64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.Mono.android-arm64.Msi.x86 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.Mono.android-x64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.Mono.android-x64.Msi.arm64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.Mono.android-x64.Msi.x64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.Mono.android-x64.Msi.x86 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.Mono.android-x86 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.Mono.android-x86.Msi.arm64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.Mono.android-x86.Msi.x64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.Mono.android-x86.Msi.x86 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.Mono.browser-wasm | 9.0.8 | +| Microsoft.NETCore.App.Runtime.Mono.browser-wasm.Msi.arm64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.Mono.browser-wasm.Msi.x64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.Mono.browser-wasm.Msi.x86 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.Mono.ios-arm64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.Mono.ios-arm64.Msi.arm64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.Mono.ios-arm64.Msi.x64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.Mono.ios-arm64.Msi.x86 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.Mono.iossimulator-arm64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.Mono.iossimulator-arm64.Msi.arm64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.Mono.iossimulator-arm64.Msi.x64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.Mono.iossimulator-arm64.Msi.x86 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.Mono.iossimulator-x64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.Mono.iossimulator-x64.Msi.arm64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.Mono.iossimulator-x64.Msi.x64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.Mono.iossimulator-x64.Msi.x86 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.Mono.maccatalyst-arm64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.Mono.maccatalyst-arm64.Msi.arm64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.Mono.maccatalyst-arm64.Msi.x64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.Mono.maccatalyst-arm64.Msi.x86 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.Mono.maccatalyst-x64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.Mono.maccatalyst-x64.Msi.arm64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.Mono.maccatalyst-x64.Msi.x64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.Mono.maccatalyst-x64.Msi.x86 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.Mono.multithread.browser-wasm | 9.0.8 | +| Microsoft.NETCore.App.Runtime.Mono.multithread.browser-wasm.Msi.arm64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.Mono.multithread.browser-wasm.Msi.x64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.Mono.multithread.browser-wasm.Msi.x86 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.Mono.tvos-arm64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.Mono.tvos-arm64.Msi.arm64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.Mono.tvos-arm64.Msi.x64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.Mono.tvos-arm64.Msi.x86 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.Mono.tvossimulator-arm64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.Mono.tvossimulator-arm64.Msi.arm64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.Mono.tvossimulator-arm64.Msi.x64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.Mono.tvossimulator-arm64.Msi.x86 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.Mono.tvossimulator-x64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.Mono.tvossimulator-x64.Msi.arm64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.Mono.tvossimulator-x64.Msi.x64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.Mono.tvossimulator-x64.Msi.x86 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.Mono.wasi-wasm | 9.0.8 | +| Microsoft.NETCore.App.Runtime.Mono.wasi-wasm.Msi.arm64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.Mono.wasi-wasm.Msi.x64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.Mono.wasi-wasm.Msi.x86 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.NativeAOT.ios-arm64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.NativeAOT.iossimulator-arm64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.NativeAOT.iossimulator-x64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.NativeAOT.linux-arm | 9.0.8 | +| Microsoft.NETCore.App.Runtime.NativeAOT.linux-arm64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.NativeAOT.linux-bionic-arm | 9.0.8 | +| Microsoft.NETCore.App.Runtime.NativeAOT.linux-bionic-arm64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.NativeAOT.linux-bionic-x64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.NativeAOT.linux-musl-arm | 9.0.8 | +| Microsoft.NETCore.App.Runtime.NativeAOT.linux-musl-arm64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.NativeAOT.linux-musl-x64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.NativeAOT.linux-x64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.NativeAOT.maccatalyst-arm64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.NativeAOT.maccatalyst-x64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.NativeAOT.osx-arm64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.NativeAOT.osx-x64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.NativeAOT.tvos-arm64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.NativeAOT.tvossimulator-arm64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.NativeAOT.tvossimulator-x64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.NativeAOT.win-arm64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.NativeAOT.win-x64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.NativeAOT.win-x86 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.osx-arm64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.osx-x64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.win-arm64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.win-arm64.Msi.arm64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.win-arm64.Msi.x64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.win-arm64.Msi.x86 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.win-x64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.win-x64.Msi.arm64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.win-x64.Msi.x64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.win-x64.Msi.x86 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.win-x86 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.win-x86.Msi.arm64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.win-x86.Msi.x64 | 9.0.8 | +| Microsoft.NETCore.App.Runtime.win-x86.Msi.x86 | 9.0.8 | +| Microsoft.NETCore.DotNetAppHost | 9.0.8 | +| Microsoft.NETCore.ILAsm | 9.0.8 | +| Microsoft.NETCore.ILDAsm | 9.0.8 | +| Microsoft.TemplateEngine.Abstractions | 9.0.109 | +| Microsoft.TemplateEngine.Abstractions | 9.0.304 | +| Microsoft.TemplateEngine.Authoring.CLI | 9.0.109 | +| Microsoft.TemplateEngine.Authoring.CLI | 9.0.304 | +| Microsoft.TemplateEngine.Authoring.Tasks | 9.0.109 | +| Microsoft.TemplateEngine.Authoring.Tasks | 9.0.304 | +| Microsoft.TemplateEngine.Authoring.Templates | 9.0.109 | +| Microsoft.TemplateEngine.Authoring.Templates | 9.0.304 | +| Microsoft.TemplateEngine.Authoring.TemplateVerifier | 9.0.109 | +| Microsoft.TemplateEngine.Authoring.TemplateVerifier | 9.0.304 | +| Microsoft.TemplateEngine.Core | 9.0.109 | +| Microsoft.TemplateEngine.Core | 9.0.304 | +| Microsoft.TemplateEngine.Core.Contracts | 9.0.109 | +| Microsoft.TemplateEngine.Core.Contracts | 9.0.304 | +| Microsoft.TemplateEngine.Edge | 9.0.109 | +| Microsoft.TemplateEngine.Edge | 9.0.304 | +| Microsoft.TemplateEngine.IDE | 9.0.109 | +| Microsoft.TemplateEngine.IDE | 9.0.304 | +| Microsoft.TemplateEngine.Orchestrator.RunnableProjects | 9.0.109 | +| Microsoft.TemplateEngine.Orchestrator.RunnableProjects | 9.0.304 | +| Microsoft.TemplateEngine.Samples | 9.0.109 | +| Microsoft.TemplateEngine.Samples | 9.0.304 | +| Microsoft.TemplateEngine.TemplateLocalizer.Core | 9.0.109 | +| Microsoft.TemplateEngine.TemplateLocalizer.Core | 9.0.304 | +| Microsoft.TemplateEngine.Utils | 9.0.109 | +| Microsoft.TemplateEngine.Utils | 9.0.304 | +| Microsoft.TemplateSearch.Common | 9.0.109 | +| Microsoft.TemplateSearch.Common | 9.0.304 | +| Microsoft.Win32.Registry.AccessControl | 9.0.8 | +| Microsoft.Win32.SystemEvents | 9.0.8 | +| Microsoft.Windows.Compatibility | 9.0.8 | +| Microsoft.WindowsDesktop.App.Ref | 9.0.8 | +| Microsoft.WindowsDesktop.App.Runtime.win-arm64 | 9.0.8 | +| Microsoft.WindowsDesktop.App.Runtime.win-x64 | 9.0.8 | +| Microsoft.WindowsDesktop.App.Runtime.win-x86 | 9.0.8 | +| Microsoft.XmlSerializer.Generator | 9.0.8 | +| runtime.android-arm.runtime.native.System.IO.Ports | 9.0.8 | +| runtime.android-arm64.runtime.native.System.IO.Ports | 9.0.8 | +| runtime.android-x64.runtime.native.System.IO.Ports | 9.0.8 | +| runtime.android-x86.runtime.native.System.IO.Ports | 9.0.8 | +| runtime.linux-arm.Microsoft.DotNet.ILCompiler | 9.0.8 | +| runtime.linux-arm.Microsoft.NETCore.DotNetAppHost | 9.0.8 | +| runtime.linux-arm.Microsoft.NETCore.ILAsm | 9.0.8 | +| runtime.linux-arm.Microsoft.NETCore.ILDAsm | 9.0.8 | +| runtime.linux-arm.runtime.native.System.IO.Ports | 9.0.8 | +| runtime.linux-arm64.Microsoft.DotNet.ILCompiler | 9.0.8 | +| runtime.linux-arm64.Microsoft.NETCore.DotNetAppHost | 9.0.8 | +| runtime.linux-arm64.Microsoft.NETCore.ILAsm | 9.0.8 | +| runtime.linux-arm64.Microsoft.NETCore.ILDAsm | 9.0.8 | +| runtime.linux-arm64.runtime.native.System.IO.Ports | 9.0.8 | +| runtime.linux-bionic-arm64.Microsoft.NETCore.DotNetAppHost | 9.0.8 | +| runtime.linux-bionic-arm64.runtime.native.System.IO.Ports | 9.0.8 | +| runtime.linux-bionic-x64.Microsoft.NETCore.DotNetAppHost | 9.0.8 | +| runtime.linux-bionic-x64.runtime.native.System.IO.Ports | 9.0.8 | +| runtime.linux-musl-arm.Microsoft.DotNet.ILCompiler | 9.0.8 | +| runtime.linux-musl-arm.Microsoft.NETCore.DotNetAppHost | 9.0.8 | +| runtime.linux-musl-arm.Microsoft.NETCore.ILAsm | 9.0.8 | +| runtime.linux-musl-arm.Microsoft.NETCore.ILDAsm | 9.0.8 | +| runtime.linux-musl-arm.runtime.native.System.IO.Ports | 9.0.8 | +| runtime.linux-musl-arm64.Microsoft.DotNet.ILCompiler | 9.0.8 | +| runtime.linux-musl-arm64.Microsoft.NETCore.DotNetAppHost | 9.0.8 | +| runtime.linux-musl-arm64.Microsoft.NETCore.ILAsm | 9.0.8 | +| runtime.linux-musl-arm64.Microsoft.NETCore.ILDAsm | 9.0.8 | +| runtime.linux-musl-arm64.runtime.native.System.IO.Ports | 9.0.8 | +| runtime.linux-musl-x64.Microsoft.DotNet.ILCompiler | 9.0.8 | +| runtime.linux-musl-x64.Microsoft.NETCore.DotNetAppHost | 9.0.8 | +| runtime.linux-musl-x64.Microsoft.NETCore.ILAsm | 9.0.8 | +| runtime.linux-musl-x64.Microsoft.NETCore.ILDAsm | 9.0.8 | +| runtime.linux-musl-x64.runtime.native.System.IO.Ports | 9.0.8 | +| runtime.linux-x64.Microsoft.DotNet.ILCompiler | 9.0.8 | +| runtime.linux-x64.Microsoft.NETCore.DotNetAppHost | 9.0.8 | +| runtime.linux-x64.Microsoft.NETCore.ILAsm | 9.0.8 | +| runtime.linux-x64.Microsoft.NETCore.ILDAsm | 9.0.8 | +| runtime.linux-x64.runtime.native.System.IO.Ports | 9.0.8 | +| runtime.maccatalyst-arm64.runtime.native.System.IO.Ports | 9.0.8 | +| runtime.maccatalyst-x64.runtime.native.System.IO.Ports | 9.0.8 | +| runtime.native.System.IO.Ports | 9.0.8 | +| runtime.osx-arm64.Microsoft.DotNet.ILCompiler | 9.0.8 | +| runtime.osx-arm64.Microsoft.NETCore.DotNetAppHost | 9.0.8 | +| runtime.osx-arm64.Microsoft.NETCore.ILAsm | 9.0.8 | +| runtime.osx-arm64.Microsoft.NETCore.ILDAsm | 9.0.8 | +| runtime.osx-arm64.runtime.native.System.IO.Ports | 9.0.8 | +| runtime.osx-x64.Microsoft.DotNet.ILCompiler | 9.0.8 | +| runtime.osx-x64.Microsoft.NETCore.DotNetAppHost | 9.0.8 | +| runtime.osx-x64.Microsoft.NETCore.ILAsm | 9.0.8 | +| runtime.osx-x64.Microsoft.NETCore.ILDAsm | 9.0.8 | +| runtime.osx-x64.runtime.native.System.IO.Ports | 9.0.8 | +| runtime.win-arm64.Microsoft.DotNet.ILCompiler | 9.0.8 | +| runtime.win-arm64.Microsoft.NETCore.DotNetAppHost | 9.0.8 | +| runtime.win-arm64.Microsoft.NETCore.ILAsm | 9.0.8 | +| runtime.win-arm64.Microsoft.NETCore.ILDAsm | 9.0.8 | +| runtime.win-x64.Microsoft.DotNet.ILCompiler | 9.0.8 | +| runtime.win-x64.Microsoft.NETCore.DotNetAppHost | 9.0.8 | +| runtime.win-x64.Microsoft.NETCore.ILAsm | 9.0.8 | +| runtime.win-x64.Microsoft.NETCore.ILDAsm | 9.0.8 | +| runtime.win-x86.Microsoft.DotNet.ILCompiler | 9.0.8 | +| runtime.win-x86.Microsoft.NETCore.DotNetAppHost | 9.0.8 | +| runtime.win-x86.Microsoft.NETCore.ILAsm | 9.0.8 | +| runtime.win-x86.Microsoft.NETCore.ILDAsm | 9.0.8 | +| System.CodeDom | 9.0.8 | +| System.Collections.Immutable | 9.0.8 | +| System.ComponentModel.Composition | 9.0.8 | +| System.ComponentModel.Composition.Registration | 9.0.8 | +| System.Composition | 9.0.8 | +| System.Composition.AttributedModel | 9.0.8 | +| System.Composition.Convention | 9.0.8 | +| System.Composition.Hosting | 9.0.8 | +| System.Composition.Runtime | 9.0.8 | +| System.Composition.TypedParts | 9.0.8 | +| System.Configuration.ConfigurationManager | 9.0.8 | +| System.Data.Odbc | 9.0.8 | +| System.Data.OleDb | 9.0.8 | +| System.Diagnostics.DiagnosticSource | 9.0.8 | +| System.Diagnostics.EventLog | 9.0.8 | +| System.Diagnostics.PerformanceCounter | 9.0.8 | +| System.DirectoryServices | 9.0.8 | +| System.DirectoryServices.AccountManagement | 9.0.8 | +| System.DirectoryServices.Protocols | 9.0.8 | +| System.Drawing.Common | 9.0.8 | +| System.Formats.Asn1 | 9.0.8 | +| System.Formats.Cbor | 9.0.8 | +| System.Formats.Nrbf | 9.0.8 | +| System.IO.Hashing | 9.0.8 | +| System.IO.Packaging | 9.0.8 | +| System.IO.Pipelines | 9.0.8 | +| System.IO.Ports | 9.0.8 | +| System.Management | 9.0.8 | +| System.Memory.Data | 9.0.8 | +| System.Net.Http.Json | 9.0.8 | +| System.Net.Http.WinHttpHandler | 9.0.8 | +| System.Net.ServerSentEvents | 9.0.8 | +| System.Numerics.Tensors | 9.0.8 | +| System.Reflection.Context | 9.0.8 | +| System.Reflection.Metadata | 9.0.8 | +| System.Reflection.MetadataLoadContext | 9.0.8 | +| System.Resources.Extensions | 9.0.8 | +| System.Runtime.Caching | 9.0.8 | +| System.Runtime.Serialization.Formatters | 9.0.8 | +| System.Runtime.Serialization.Schema | 9.0.8 | +| System.Security.Cryptography.Cose | 9.0.8 | +| System.Security.Cryptography.Pkcs | 9.0.8 | +| System.Security.Cryptography.ProtectedData | 9.0.8 | +| System.Security.Cryptography.Xml | 9.0.8 | +| System.Security.Permissions | 9.0.8 | +| System.ServiceModel.Syndication | 9.0.8 | +| System.ServiceProcess.ServiceController | 9.0.8 | +| System.Speech | 9.0.8 | +| System.Text.Encoding.CodePages | 9.0.8 | +| System.Text.Encodings.Web | 9.0.8 | +| System.Text.Json | 9.0.8 | +| System.Threading.AccessControl | 9.0.8 | +| System.Threading.Channels | 9.0.8 | +| System.Threading.RateLimiting | 9.0.8 | +| System.Threading.Tasks.Dataflow | 9.0.8 | +| System.Windows.Extensions | 9.0.8 | + +[//]: # ( Runtime 9.0.8) +[dotnet-runtime-linux-arm.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.8/dotnet-runtime-9.0.8-linux-arm.tar.gz +[dotnet-runtime-linux-arm64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.8/dotnet-runtime-9.0.8-linux-arm64.tar.gz +[dotnet-runtime-linux-musl-arm.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.8/dotnet-runtime-9.0.8-linux-musl-arm.tar.gz +[dotnet-runtime-linux-musl-arm64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.8/dotnet-runtime-9.0.8-linux-musl-arm64.tar.gz +[dotnet-runtime-linux-musl-x64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.8/dotnet-runtime-9.0.8-linux-musl-x64.tar.gz +[dotnet-runtime-linux-x64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.8/dotnet-runtime-9.0.8-linux-x64.tar.gz +[dotnet-runtime-osx-arm64.pkg]: https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.8/dotnet-runtime-9.0.8-osx-arm64.pkg +[dotnet-runtime-osx-arm64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.8/dotnet-runtime-9.0.8-osx-arm64.tar.gz +[dotnet-runtime-osx-x64.pkg]: https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.8/dotnet-runtime-9.0.8-osx-x64.pkg +[dotnet-runtime-osx-x64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.8/dotnet-runtime-9.0.8-osx-x64.tar.gz +[dotnet-runtime-win-arm64.exe]: https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.8/dotnet-runtime-9.0.8-win-arm64.exe +[dotnet-runtime-win-arm64.zip]: https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.8/dotnet-runtime-9.0.8-win-arm64.zip +[dotnet-runtime-win-x64.exe]: https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.8/dotnet-runtime-9.0.8-win-x64.exe +[dotnet-runtime-win-x64.zip]: https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.8/dotnet-runtime-9.0.8-win-x64.zip +[dotnet-runtime-win-x86.exe]: https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.8/dotnet-runtime-9.0.8-win-x86.exe +[dotnet-runtime-win-x86.zip]: https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.8/dotnet-runtime-9.0.8-win-x86.zip + +[//]: # ( WindowsDesktop 9.0.8) +[windowsdesktop-runtime-win-arm64.exe]: https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/9.0.8/windowsdesktop-runtime-9.0.8-win-arm64.exe +[windowsdesktop-runtime-win-x64.exe]: https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/9.0.8/windowsdesktop-runtime-9.0.8-win-x64.exe +[windowsdesktop-runtime-win-x86.exe]: https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/9.0.8/windowsdesktop-runtime-9.0.8-win-x86.exe + +[//]: # ( ASP 9.0.8) +[aspnetcore-runtime-linux-arm.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.8/aspnetcore-runtime-9.0.8-linux-arm.tar.gz +[aspnetcore-runtime-linux-arm64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.8/aspnetcore-runtime-9.0.8-linux-arm64.tar.gz +[aspnetcore-runtime-linux-musl-x64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.8/aspnetcore-runtime-9.0.8-linux-musl-x64.tar.gz +[aspnetcore-runtime-linux-x64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.8/aspnetcore-runtime-9.0.8-linux-x64.tar.gz +[aspnetcore-runtime-osx-arm64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.8/aspnetcore-runtime-9.0.8-osx-arm64.tar.gz +[aspnetcore-runtime-osx-x64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.8/aspnetcore-runtime-9.0.8-osx-x64.tar.gz +[aspnetcore-runtime-win-x64.exe]: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.8/aspnetcore-runtime-9.0.8-win-x64.exe +[aspnetcore-runtime-win-x86.exe]: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.8/aspnetcore-runtime-9.0.8-win-x86.exe +[dotnet-hosting-win.exe]: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.8/dotnet-hosting-9.0.8-win.exe + +[//]: # ( SDK 9.0.304) +[dotnet-sdk-linux-arm.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.304/dotnet-sdk-9.0.304-linux-arm.tar.gz +[dotnet-sdk-linux-arm64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.304/dotnet-sdk-9.0.304-linux-arm64.tar.gz +[dotnet-sdk-linux-musl-arm.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.304/dotnet-sdk-9.0.304-linux-musl-arm.tar.gz +[dotnet-sdk-linux-musl-x64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.304/dotnet-sdk-9.0.304-linux-musl-x64.tar.gz +[dotnet-sdk-linux-x64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.304/dotnet-sdk-9.0.304-linux-x64.tar.gz +[dotnet-sdk-osx-arm64.pkg]: https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.304/dotnet-sdk-9.0.304-osx-arm64.pkg +[dotnet-sdk-osx-arm64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.304/dotnet-sdk-9.0.304-osx-arm64.tar.gz +[dotnet-sdk-osx-x64.pkg]: https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.304/dotnet-sdk-9.0.304-osx-x64.pkg +[dotnet-sdk-osx-x64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.304/dotnet-sdk-9.0.304-osx-x64.tar.gz +[dotnet-sdk-win-arm64.exe]: https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.304/dotnet-sdk-9.0.304-win-arm64.exe +[dotnet-sdk-win-arm64.zip]: https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.304/dotnet-sdk-9.0.304-win-arm64.zip +[dotnet-sdk-win-x64.exe]: https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.304/dotnet-sdk-9.0.304-win-x64.exe +[dotnet-sdk-win-x64.zip]: https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.304/dotnet-sdk-9.0.304-win-x64.zip +[dotnet-sdk-win-x86.exe]: https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.304/dotnet-sdk-9.0.304-win-x86.exe +[dotnet-sdk-win-x86.zip]: https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.304/dotnet-sdk-9.0.304-win-x86.zip diff --git a/release-notes/9.0/9.0.8/release.json b/release-notes/9.0/9.0.8/release.json new file mode 100644 index 0000000000..fd7dc55072 --- /dev/null +++ b/release-notes/9.0/9.0.8/release.json @@ -0,0 +1,628 @@ +{ + "channel-version": "9.0", + "release-date": "2025-08-05", + "release-version": "9.0.8", + "security": false, + "release": { + "release-date": "2025-08-05", + "release-version": "9.0.8", + "security": false, + "cve-list": [], + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/9.0/9.0.8/9.0.8.md", + "runtime": { + "version": "9.0.8", + "version-display": "9.0.8", + "vs-version": "17.12.11, 17.14.11", + "vs-mac-version": "", + "files": [ + { + "name": "dotnet-runtime-linux-arm.tar.gz", + "rid": "linux-arm", + "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.8/dotnet-runtime-9.0.8-linux-arm.tar.gz", + "hash": "5e2b65c2039d66e1c6c9ab1e92bbd487fcd1bd7a6123c170beacdb1ce24688d7349e84ae8b386bd758bd2472b736d18edea8370cc63eb55fac0aab3565880fde" + }, + { + "name": "dotnet-runtime-linux-arm64.tar.gz", + "rid": "linux-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.8/dotnet-runtime-9.0.8-linux-arm64.tar.gz", + "hash": "3015e95ff0c373b8d59491cf1c320c80f4ec7418d63400bf6508d4e25e71a47db2854915348ab186e58a92d5ac2f20fbec13d63df5c5f601ff4af5f29c3d9cd3" + }, + { + "name": "dotnet-runtime-linux-musl-arm.tar.gz", + "rid": "linux-musl-arm", + "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.8/dotnet-runtime-9.0.8-linux-musl-arm.tar.gz", + "hash": "b1087507720f6429a24a285454ccd54a89227c85dcb1bdf0c2342477230947c91ce3f1665be76261136a935c973d4bed8c5d1cec0897f86b09316baaee1dbb42" + }, + { + "name": "dotnet-runtime-linux-musl-arm64.tar.gz", + "rid": "linux-musl-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.8/dotnet-runtime-9.0.8-linux-musl-arm64.tar.gz", + "hash": "018417215e7c0a82a19ec7e119a438bca918b9c448f384b27dfb87f981a988ac214c576f28aaefec85745b005cff70bfd299be31bf24e3195538a4e91fa6efe3" + }, + { + "name": "dotnet-runtime-linux-musl-x64.tar.gz", + "rid": "linux-musl-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.8/dotnet-runtime-9.0.8-linux-musl-x64.tar.gz", + "hash": "a008185063d8f34635e40328313af31e7bae239c8da24726b1ff2012ec930c32ef0dc0d67292aebc4d8530d2b26fa46cffb3393cf16bcdf66c10ea883458ad71" + }, + { + "name": "dotnet-runtime-linux-x64.tar.gz", + "rid": "linux-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.8/dotnet-runtime-9.0.8-linux-x64.tar.gz", + "hash": "f7696ea2a30a12bad0c8f7321ac42843ced307184d894c94a64c85289b3cf30936df373ff58543ce9b77605a80243d1fc777bc959575634aaad9caa880fbf866" + }, + { + "name": "dotnet-runtime-osx-arm64.pkg", + "rid": "osx-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.8/dotnet-runtime-9.0.8-osx-arm64.pkg", + "hash": "36e5d1e2cf2f6d1aa98351608b450a5f612914d377ca19914fd68f065a5ad9ea7a62695320f154fbcc000a7c59f7c4e5b4d48fbe8e49fad47d44152bf785163a" + }, + { + "name": "dotnet-runtime-osx-arm64.tar.gz", + "rid": "osx-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.8/dotnet-runtime-9.0.8-osx-arm64.tar.gz", + "hash": "fa7ed03cd5a5e0555f65f8f0101c7762e6bfda005fa495afa126518d4d41c9734c657fc359cf80f90bf6fbf186c26af03819dbadd5251e97ed4cbd048fc27b38" + }, + { + "name": "dotnet-runtime-osx-x64.pkg", + "rid": "osx-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.8/dotnet-runtime-9.0.8-osx-x64.pkg", + "hash": "b6067faf028de11f35c99e4119251da19725e07bb961dceff61618b25d192aed152372a866cffbb7ccf76a5071584c5f6ab0d7774f854a95ba302837721a6840" + }, + { + "name": "dotnet-runtime-osx-x64.tar.gz", + "rid": "osx-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.8/dotnet-runtime-9.0.8-osx-x64.tar.gz", + "hash": "3398f1acac7647e25cd2476804c5ad264ca18e152d0e22b32ebda6bd5d7744c1e932aa9086aecd3794b8db4f2f725ed20ffdd44ff615e7281a0ac5dd95073b9f" + }, + { + "name": "dotnet-runtime-win-arm64.exe", + "rid": "win-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.8/dotnet-runtime-9.0.8-win-arm64.exe", + "hash": "d6a2c0afab5d9de45a0d6ef9c7c5a9b8d1564be5cc330f5150dd62201e3e464675bc6abc4a57bcf6f8c7967085ed05b2c43ae78e011cc5fd8bddebe5cee3cd91" + }, + { + "name": "dotnet-runtime-win-arm64.zip", + "rid": "win-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.8/dotnet-runtime-9.0.8-win-arm64.zip", + "hash": "b038f7e950c698df774749f52a446bdc93b506332ee6341553470f00e954b56aa6faa121bc8bcbcf78534a0aec5fdb702afce9f028609144757419c0704573a7" + }, + { + "name": "dotnet-runtime-win-x64.exe", + "rid": "win-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.8/dotnet-runtime-9.0.8-win-x64.exe", + "hash": "d3ac5cce3e17afb14f9fc3acb6cab59f6d9a701c007d224b149f721ba4dd097affbdfc515af94ba31b0a65261eb2daaf71d69aa42c4613e7f46402e776452905" + }, + { + "name": "dotnet-runtime-win-x64.zip", + "rid": "win-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.8/dotnet-runtime-9.0.8-win-x64.zip", + "hash": "664509ef8da97d5965278a5aa18002c31a0bdf0cba1315913bb5fd61870e4052ad5f8180f361d1aa7bb3bda92dfc30222b4a5751e17788e950303e265d11ba8c" + }, + { + "name": "dotnet-runtime-win-x86.exe", + "rid": "win-x86", + "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.8/dotnet-runtime-9.0.8-win-x86.exe", + "hash": "ad1e497d0ec3d02ee027f5afad54f321c24d5d9b5b5be68f365d1e3c089dca8466855b9d829fd635be2d8b3b7edb52077aa9d064b26da763a472657080fe4996" + }, + { + "name": "dotnet-runtime-win-x86.zip", + "rid": "win-x86", + "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.8/dotnet-runtime-9.0.8-win-x86.zip", + "hash": "b198317b9b9acb1b92052881c4ce22e9a0cdc3d6659218cd98eb2af3ff8f18d09ccec1931ae9f055ac58a405e4c88eac06b88dc0407e9e25f91bd54d9309460b" + } + ] + }, + "sdk": { + "version": "9.0.304", + "version-display": "9.0.304", + "runtime-version": "9.0.8", + "vs-version": "17.14.11", + "vs-mac-version": "", + "vs-support": "Visual Studio 2022 (v17.14)", + "vs-mac-support": "", + "csharp-version": "13.0", + "fsharp-version": "9.0", + "vb-version": "17.13", + "files": [ + { + "name": "dotnet-sdk-linux-arm.tar.gz", + "rid": "linux-arm", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.304/dotnet-sdk-9.0.304-linux-arm.tar.gz", + "hash": "d433286ec78115271107b5598fbccfbb9667590e1331852fbf31ec1487629cd606ad3d5c2fecd0ad94ccdb029317b7b29f3f55308b384ee72babdfda0657b6bc" + }, + { + "name": "dotnet-sdk-linux-arm64.tar.gz", + "rid": "linux-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.304/dotnet-sdk-9.0.304-linux-arm64.tar.gz", + "hash": "5ecf4b7cdc2fab6f7fa65a748e6e2f6bd5d04e160e57fee356d32253a88cacf97319237da1236647085505f706990cb616257d96caced1fb7686322e3fbd8f1d" + }, + { + "name": "dotnet-sdk-linux-musl-arm.tar.gz", + "rid": "linux-musl-arm", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.304/dotnet-sdk-9.0.304-linux-musl-arm.tar.gz", + "hash": "f1e9c8f386cdea6c9467ebb66abb58eb1cc977e6257826101fc802199365d961c8131724a62b1b0d4e9303e8d2dc121a7e036a4ce8034cc345c4889ddee92dd0" + }, + { + "name": "dotnet-sdk-linux-musl-arm64.tar.gz", + "rid": "linux-musl-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.304/dotnet-sdk-9.0.304-linux-musl-arm64.tar.gz", + "hash": "b36c295b6846c7c7407ab87bb6d858ff5ee5de877e8da5ed3d1d970ec02c9be38e2427ccd54e1e10f517c0928ca7bdf4b2f5d91c0b3b468c442366e0fe8820e5" + }, + { + "name": "dotnet-sdk-linux-musl-x64.tar.gz", + "rid": "linux-musl-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.304/dotnet-sdk-9.0.304-linux-musl-x64.tar.gz", + "hash": "d46bd4421e34b864882b4508eb6d6c175f6b50cc5d2f3863645e931ac398f2de666bd414fa86dd53094e7958ef9b71b3b3c8484386198c1420e9516f9d42c8a1" + }, + { + "name": "dotnet-sdk-linux-x64.tar.gz", + "rid": "linux-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.304/dotnet-sdk-9.0.304-linux-x64.tar.gz", + "hash": "b087828d595d0c6886bf652c69f3910303f455accb1ac956403f795080c55caf59732f3be0e31fc744aff13591a92e1efeb646ef3ca6165ed17a3cd12a67b229" + }, + { + "name": "dotnet-sdk-osx-arm64.pkg", + "rid": "osx-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.304/dotnet-sdk-9.0.304-osx-arm64.pkg", + "hash": "a44ef0ed5d76c1e0c27577e80c3b664d25d80c406e93ffb746b34e1f4e472e6b305d6ab013dffa6e81f78a8bcb00316d15d3b2c696b6d485bc3ce0852d5824f3" + }, + { + "name": "dotnet-sdk-osx-arm64.tar.gz", + "rid": "osx-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.304/dotnet-sdk-9.0.304-osx-arm64.tar.gz", + "hash": "afd4e2581ed5bc53de60c10c5dca571588a51d95cc90b832e5892ba7dfac78e3812b75a132b53c395721737092935cea71ed0f40aaabe9d326457043c750598d" + }, + { + "name": "dotnet-sdk-osx-x64.pkg", + "rid": "osx-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.304/dotnet-sdk-9.0.304-osx-x64.pkg", + "hash": "93679e135366d0779d28fe0168d67bb67d0640769afaac2f57edd31e18e268d81f36f09f53662a8c7e7eb17993a270ebd003ff0e1137824020597bcf20546303" + }, + { + "name": "dotnet-sdk-osx-x64.tar.gz", + "rid": "osx-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.304/dotnet-sdk-9.0.304-osx-x64.tar.gz", + "hash": "30d25fa84e31dc3852bfe3b0c0f1c69d5313682e17d8d571b13f89ba8ba2b44ff092c67c3a8657781bb0e8243f54bc51841b0b45e264e86df057e79ad45d356f" + }, + { + "name": "dotnet-sdk-win-arm64.exe", + "rid": "win-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.304/dotnet-sdk-9.0.304-win-arm64.exe", + "hash": "e2a2ed6ab753281f3a9f956164fa1f42a9ebb3785b2b6fb80af4dfe11177a3af3facdfd5525a291f10f3fc9cfdf7fa9e85fcbccdd17b95805aef61d1a11ee702" + }, + { + "name": "dotnet-sdk-win-arm64.zip", + "rid": "win-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.304/dotnet-sdk-9.0.304-win-arm64.zip", + "hash": "cabe257a201d421dd6a4b9d4127659c89ee76ed64541e78ad4ab94aaca779997ccabfe8a517ee7d93aa33361b4b35adc8e9deaef231f751040c79a2fb6c739bc" + }, + { + "name": "dotnet-sdk-win-x64.exe", + "rid": "win-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.304/dotnet-sdk-9.0.304-win-x64.exe", + "hash": "7ba3dd303d76664eb2a2c97f0280ae2d5b1b6ff0f144a00e87a3cc8322ff21d5fa326409cb73dd2aaceb5869f7588685b465c86d9e0ffa8fbad31b8b2044dec4" + }, + { + "name": "dotnet-sdk-win-x64.zip", + "rid": "win-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.304/dotnet-sdk-9.0.304-win-x64.zip", + "hash": "252db975bca487d1f5abca021ba79a067d42072464f7b336651a74f623b47cefc898d635f799ae0a63bafb823a5dd741b0c7bcd9078d0467235e8b57e0101f02" + }, + { + "name": "dotnet-sdk-win-x86.exe", + "rid": "win-x86", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.304/dotnet-sdk-9.0.304-win-x86.exe", + "hash": "836a88f5ef4ddcea3f4a7841fe51f8234d6da6d96c99498ad929a08ad7a4fe9c9ab1e2a1b71b148874dafee7a8d649f12ae264b1753974d4c0d9e5027550b1dd" + }, + { + "name": "dotnet-sdk-win-x86.zip", + "rid": "win-x86", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.304/dotnet-sdk-9.0.304-win-x86.zip", + "hash": "b8a98a78f02d9f5034ea586b952534b7e453e7dfefab5dd21ed6d77e01f51b95b75eaab694be985f4c39dd6f196b325476d6a768413e408a5dbc7b50129270e8" + } + ] + }, + "sdks": [ + { + "version": "9.0.304", + "version-display": "9.0.304", + "runtime-version": "9.0.8", + "vs-version": "17.14.11", + "vs-mac-version": "", + "vs-support": "Visual Studio 2022 (v17.14)", + "vs-mac-support": "", + "csharp-version": "13.0", + "fsharp-version": "9.0", + "vb-version": "17.13", + "files": [ + { + "name": "dotnet-sdk-linux-arm.tar.gz", + "rid": "linux-arm", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.304/dotnet-sdk-9.0.304-linux-arm.tar.gz", + "hash": "d433286ec78115271107b5598fbccfbb9667590e1331852fbf31ec1487629cd606ad3d5c2fecd0ad94ccdb029317b7b29f3f55308b384ee72babdfda0657b6bc" + }, + { + "name": "dotnet-sdk-linux-arm64.tar.gz", + "rid": "linux-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.304/dotnet-sdk-9.0.304-linux-arm64.tar.gz", + "hash": "5ecf4b7cdc2fab6f7fa65a748e6e2f6bd5d04e160e57fee356d32253a88cacf97319237da1236647085505f706990cb616257d96caced1fb7686322e3fbd8f1d" + }, + { + "name": "dotnet-sdk-linux-musl-arm.tar.gz", + "rid": "linux-musl-arm", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.304/dotnet-sdk-9.0.304-linux-musl-arm.tar.gz", + "hash": "f1e9c8f386cdea6c9467ebb66abb58eb1cc977e6257826101fc802199365d961c8131724a62b1b0d4e9303e8d2dc121a7e036a4ce8034cc345c4889ddee92dd0" + }, + { + "name": "dotnet-sdk-linux-musl-arm64.tar.gz", + "rid": "linux-musl-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.304/dotnet-sdk-9.0.304-linux-musl-arm64.tar.gz", + "hash": "b36c295b6846c7c7407ab87bb6d858ff5ee5de877e8da5ed3d1d970ec02c9be38e2427ccd54e1e10f517c0928ca7bdf4b2f5d91c0b3b468c442366e0fe8820e5" + }, + { + "name": "dotnet-sdk-linux-musl-x64.tar.gz", + "rid": "linux-musl-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.304/dotnet-sdk-9.0.304-linux-musl-x64.tar.gz", + "hash": "d46bd4421e34b864882b4508eb6d6c175f6b50cc5d2f3863645e931ac398f2de666bd414fa86dd53094e7958ef9b71b3b3c8484386198c1420e9516f9d42c8a1" + }, + { + "name": "dotnet-sdk-linux-x64.tar.gz", + "rid": "linux-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.304/dotnet-sdk-9.0.304-linux-x64.tar.gz", + "hash": "b087828d595d0c6886bf652c69f3910303f455accb1ac956403f795080c55caf59732f3be0e31fc744aff13591a92e1efeb646ef3ca6165ed17a3cd12a67b229" + }, + { + "name": "dotnet-sdk-osx-arm64.pkg", + "rid": "osx-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.304/dotnet-sdk-9.0.304-osx-arm64.pkg", + "hash": "a44ef0ed5d76c1e0c27577e80c3b664d25d80c406e93ffb746b34e1f4e472e6b305d6ab013dffa6e81f78a8bcb00316d15d3b2c696b6d485bc3ce0852d5824f3" + }, + { + "name": "dotnet-sdk-osx-arm64.tar.gz", + "rid": "osx-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.304/dotnet-sdk-9.0.304-osx-arm64.tar.gz", + "hash": "afd4e2581ed5bc53de60c10c5dca571588a51d95cc90b832e5892ba7dfac78e3812b75a132b53c395721737092935cea71ed0f40aaabe9d326457043c750598d" + }, + { + "name": "dotnet-sdk-osx-x64.pkg", + "rid": "osx-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.304/dotnet-sdk-9.0.304-osx-x64.pkg", + "hash": "93679e135366d0779d28fe0168d67bb67d0640769afaac2f57edd31e18e268d81f36f09f53662a8c7e7eb17993a270ebd003ff0e1137824020597bcf20546303" + }, + { + "name": "dotnet-sdk-osx-x64.tar.gz", + "rid": "osx-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.304/dotnet-sdk-9.0.304-osx-x64.tar.gz", + "hash": "30d25fa84e31dc3852bfe3b0c0f1c69d5313682e17d8d571b13f89ba8ba2b44ff092c67c3a8657781bb0e8243f54bc51841b0b45e264e86df057e79ad45d356f" + }, + { + "name": "dotnet-sdk-win-arm64.exe", + "rid": "win-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.304/dotnet-sdk-9.0.304-win-arm64.exe", + "hash": "e2a2ed6ab753281f3a9f956164fa1f42a9ebb3785b2b6fb80af4dfe11177a3af3facdfd5525a291f10f3fc9cfdf7fa9e85fcbccdd17b95805aef61d1a11ee702" + }, + { + "name": "dotnet-sdk-win-arm64.zip", + "rid": "win-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.304/dotnet-sdk-9.0.304-win-arm64.zip", + "hash": "cabe257a201d421dd6a4b9d4127659c89ee76ed64541e78ad4ab94aaca779997ccabfe8a517ee7d93aa33361b4b35adc8e9deaef231f751040c79a2fb6c739bc" + }, + { + "name": "dotnet-sdk-win-x64.exe", + "rid": "win-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.304/dotnet-sdk-9.0.304-win-x64.exe", + "hash": "7ba3dd303d76664eb2a2c97f0280ae2d5b1b6ff0f144a00e87a3cc8322ff21d5fa326409cb73dd2aaceb5869f7588685b465c86d9e0ffa8fbad31b8b2044dec4" + }, + { + "name": "dotnet-sdk-win-x64.zip", + "rid": "win-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.304/dotnet-sdk-9.0.304-win-x64.zip", + "hash": "252db975bca487d1f5abca021ba79a067d42072464f7b336651a74f623b47cefc898d635f799ae0a63bafb823a5dd741b0c7bcd9078d0467235e8b57e0101f02" + }, + { + "name": "dotnet-sdk-win-x86.exe", + "rid": "win-x86", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.304/dotnet-sdk-9.0.304-win-x86.exe", + "hash": "836a88f5ef4ddcea3f4a7841fe51f8234d6da6d96c99498ad929a08ad7a4fe9c9ab1e2a1b71b148874dafee7a8d649f12ae264b1753974d4c0d9e5027550b1dd" + }, + { + "name": "dotnet-sdk-win-x86.zip", + "rid": "win-x86", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.304/dotnet-sdk-9.0.304-win-x86.zip", + "hash": "b8a98a78f02d9f5034ea586b952534b7e453e7dfefab5dd21ed6d77e01f51b95b75eaab694be985f4c39dd6f196b325476d6a768413e408a5dbc7b50129270e8" + } + ] + }, + { + "version": "9.0.109", + "version-display": "9.0.109", + "runtime-version": "9.0.8", + "vs-version": "17.12.11", + "vs-mac-version": "", + "vs-support": "Visual Studio 2022 (v17.12)", + "vs-mac-support": "", + "csharp-version": "13.0", + "fsharp-version": "9.0", + "vb-version": "17.13", + "files": [ + { + "name": "dotnet-sdk-linux-arm.tar.gz", + "rid": "linux-arm", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.109/dotnet-sdk-9.0.109-linux-arm.tar.gz", + "hash": "40912d5f1bbf59b071d2e1d31ec1d9abdddbf3ddc64b3233e7c7e91696b023e1fa7a094725d3995b931c880038425ecebc05f013f7596327bf4966929e9801b5" + }, + { + "name": "dotnet-sdk-linux-arm64.tar.gz", + "rid": "linux-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.109/dotnet-sdk-9.0.109-linux-arm64.tar.gz", + "hash": "29dffaf2ee22402c601c3e1cbef36829ba30fe32e976b31f247df605a145efa29a7e23df509ed81fa9a6d13f1e55815e2a592203aa79c2e76788d901a6e1ab58" + }, + { + "name": "dotnet-sdk-linux-musl-arm.tar.gz", + "rid": "linux-musl-arm", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.109/dotnet-sdk-9.0.109-linux-musl-arm.tar.gz", + "hash": "eb690196dfd342679b1e6d0cc3f50067be1d0f2a6ef91171feb712e4c4a491bee381e3500638290e1e59e933f77f57cc64bed92cad6eea1eb65676ab8a4c66a1" + }, + { + "name": "dotnet-sdk-linux-musl-arm64.tar.gz", + "rid": "linux-musl-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.109/dotnet-sdk-9.0.109-linux-musl-arm64.tar.gz", + "hash": "099f9b8740a3c7584153c296160fc96fccbc18c7c24678eff7e6425d602c770d534c4f2db563933cd4fe5c9eb2d40f7d03a1f69aef5e9b94590f360cf6a14281" + }, + { + "name": "dotnet-sdk-linux-musl-x64.tar.gz", + "rid": "linux-musl-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.109/dotnet-sdk-9.0.109-linux-musl-x64.tar.gz", + "hash": "1689cbb3ac17b374903b214a173f24160072ae57cc5d1307f5b26051b6ff0405772b603b6a6c7ef1952f737b18c9f3b976f7354b84b89ab6bf15be20dd0636b6" + }, + { + "name": "dotnet-sdk-linux-x64.tar.gz", + "rid": "linux-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.109/dotnet-sdk-9.0.109-linux-x64.tar.gz", + "hash": "cc386a8e7009855a6e9a3a8a153da1b5ce54c2e0b7b7ae305445ee9f0d5735518dfeef0d8ff32a444782e35f34a31675724e040536001a76c9dc1b755b5a2605" + }, + { + "name": "dotnet-sdk-osx-arm64.pkg", + "rid": "osx-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.109/dotnet-sdk-9.0.109-osx-arm64.pkg", + "hash": "438e0c8d281f006036a88447fc682173cb5cb767ed6aebc53d770b02a5e47c37b66addd7b48947aa2a1470353e69720c7277947d08af150b2356abc2d118bbd4" + }, + { + "name": "dotnet-sdk-osx-arm64.tar.gz", + "rid": "osx-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.109/dotnet-sdk-9.0.109-osx-arm64.tar.gz", + "hash": "ae2ebc3f7740ab880af56e36d3d2a1ee5a54fc112b6fdcc2528f2c8c59808d36476d5fab5cdaa7d25819b0e4a9011745f3a9e5c72692cd932b300eb6fd85f5af" + }, + { + "name": "dotnet-sdk-osx-x64.pkg", + "rid": "osx-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.109/dotnet-sdk-9.0.109-osx-x64.pkg", + "hash": "ae58c2ffe19eddcf286909e1a222d858093d6f4fdac5b246d913c600a55de9d4ce62cdf0b664b80e37802d7f0a5608711baf005daebee79bacaab7a7f7822e17" + }, + { + "name": "dotnet-sdk-osx-x64.tar.gz", + "rid": "osx-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.109/dotnet-sdk-9.0.109-osx-x64.tar.gz", + "hash": "3b72ef979468633022b4d222da31a73f8e738d1ea7d443408215de7311824e4f25c9c6dd193c44014c26559228293895c164a51934f307e153d927e70cb6f3b7" + }, + { + "name": "dotnet-sdk-win-arm64.exe", + "rid": "win-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.109/dotnet-sdk-9.0.109-win-arm64.exe", + "hash": "523de0df56ccd29778e100cd8139c098da3670735b858dbf906c2bc450ed9a0d7b5174aabe6909c67f5aa2a408b5bef1e7fc32b6c2f0f1e8e94fb738ad886ec2" + }, + { + "name": "dotnet-sdk-win-arm64.zip", + "rid": "win-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.109/dotnet-sdk-9.0.109-win-arm64.zip", + "hash": "3890aa142b8a02d2bddcf18ca4c78dc80fcb897cec6d14d8465ddc51308861db7e549b6347f7ce66502b5f1ac21e4a1c1e5d3ad987e5033a854b8985fb485930" + }, + { + "name": "dotnet-sdk-win-x64.exe", + "rid": "win-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.109/dotnet-sdk-9.0.109-win-x64.exe", + "hash": "fb13c7540bbc93aab4ba42325507be6b280b7ae8db9bd4a4bcfdfce1d909561cce343ea33f6b55db1a31275338e30db4256536d018ba10a08673e9bf36337e45" + }, + { + "name": "dotnet-sdk-win-x64.zip", + "rid": "win-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.109/dotnet-sdk-9.0.109-win-x64.zip", + "hash": "a3bf3d0cd3f721527ec16d21e9e724dff7e8edf7e53171eaa9c694903ccbfa35970fe9135581d993cb5a614e26fb16009918b80488998da3428980a0a8aa4d91" + }, + { + "name": "dotnet-sdk-win-x86.exe", + "rid": "win-x86", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.109/dotnet-sdk-9.0.109-win-x86.exe", + "hash": "89977b148ce5537bc30353b4abf60eb9bde915dd6a8e01fb167a5cc110f8f58b208cb21f1cf4eadacbbd22a06ee6da9a47ec92eb0a243fde1ca153a50b761c87" + }, + { + "name": "dotnet-sdk-win-x86.zip", + "rid": "win-x86", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.109/dotnet-sdk-9.0.109-win-x86.zip", + "hash": "2e1a346658fd43c31dd84975b18f24f9635e32c0c77ea3298ebe0f9731388db4bb3e1704bda1f168ed7bcd0bb861fc89341c4fe5547151d9a29920f4b6b14019" + } + ] + } + ], + "aspnetcore-runtime": { + "version": "9.0.8", + "version-display": "9.0.8", + "version-aspnetcoremodule": [ + "19.0.25199.8" + ], + "vs-version": "", + "files": [ + { + "name": "aspnetcore-runtime-linux-arm.tar.gz", + "rid": "linux-arm", + "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.8/aspnetcore-runtime-9.0.8-linux-arm.tar.gz", + "hash": "a99444b1cba7af4acd12d9ad4126fe4acddf2ef0e02b999de0bc1853742e136effb03ed7adc2a0a47062d0051b3179320a47fd3d239d0fb86f9775b73de43d1a" + }, + { + "name": "aspnetcore-runtime-linux-arm64.tar.gz", + "rid": "linux-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.8/aspnetcore-runtime-9.0.8-linux-arm64.tar.gz", + "hash": "cf1e72f4b327b93c1ac3f2def9ca83bee27a408e5b5913f84ed954cfd6c4639da1664fe3f4e3925883db77ed29fa5364b9ca8af3796f33ca73a4cb7484e326bc" + }, + { + "name": "aspnetcore-runtime-linux-musl-arm.tar.gz", + "rid": "linux-musl-arm", + "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.8/aspnetcore-runtime-9.0.8-linux-musl-arm.tar.gz", + "hash": "44d0fa0d36f9cff993f7089efd3b2b3e0e60d403bc2b5a395116be7d6b43a82471e2abb44cd1702464ad302337bc3e0ce49e242f02fa14a114288f0f8a662296" + }, + { + "name": "aspnetcore-runtime-linux-musl-arm64.tar.gz", + "rid": "linux-musl-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.8/aspnetcore-runtime-9.0.8-linux-musl-arm64.tar.gz", + "hash": "e44c705c46d14fcb5754f17ba346ea2876fc1bdb44bfa0372b48c09979199a768eb82766b8e7e22b9dc01a7c38b853ef1b53f8b2dc57def15b3dc25fd08eb256" + }, + { + "name": "aspnetcore-runtime-linux-musl-x64.tar.gz", + "rid": "linux-musl-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.8/aspnetcore-runtime-9.0.8-linux-musl-x64.tar.gz", + "hash": "e43dc8535b32f9fd17b6b81cfbb975be46f09f7793024042e62fe1b499db66eead6db112ca51fefd9a23c676cb6dcb0191c5985c2f53406981f4e15f0b6ef667" + }, + { + "name": "aspnetcore-runtime-linux-x64.tar.gz", + "rid": "linux-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.8/aspnetcore-runtime-9.0.8-linux-x64.tar.gz", + "hash": "08afdf924d00f875b44cc4eff68b55fb9b63e4cc68e6b5cde873da2bce9c5b5f4120e869b6a1dfdea4ab104ab0ac8783ef1577b4d3275aae899a53cd88130f1d" + }, + { + "name": "aspnetcore-runtime-osx-arm64.tar.gz", + "rid": "osx-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.8/aspnetcore-runtime-9.0.8-osx-arm64.tar.gz", + "hash": "4fea1dd65c42bd5a0650e1be9b62bcca05f48ca2c8d1b597e958c65f94df659666507c7eb703dd9d06f24ad007988fe92af7363fedb3db49502b8a5c54f9ad84" + }, + { + "name": "aspnetcore-runtime-osx-x64.tar.gz", + "rid": "osx-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.8/aspnetcore-runtime-9.0.8-osx-x64.tar.gz", + "hash": "70e803f3e0449eac56438de12f8771f322607296ee53e0e6896ce211f5dafe083f5f33f9e2c76c54012c93fc1b951e0c1630c97447777dc468bef9fb11949fc3" + }, + { + "name": "aspnetcore-runtime-win-arm64.exe", + "rid": "win-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.8/aspnetcore-runtime-9.0.8-win-arm64.exe", + "hash": "79c6ed074b6a7dc077e6f493594ead0f0cfe9c4fb006e00884b767e33b749eb40254daad474c465605c93f2cbc0bfd462e8c07595c52f9ffc4d7617b6b6bfc53" + }, + { + "name": "aspnetcore-runtime-win-arm64.zip", + "rid": "win-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.8/aspnetcore-runtime-9.0.8-win-arm64.zip", + "hash": "cad772ea52c6f50763269f67d99ecbb319b6e2f36b17a55c32291c624c0f0a2934d68aba8ab625f00c5511adee3445dfc0927263520876a2df50872e38555996" + }, + { + "name": "aspnetcore-runtime-win-x64.exe", + "rid": "win-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.8/aspnetcore-runtime-9.0.8-win-x64.exe", + "hash": "ee7ed0094d75b8aa72ae4389f705438569927f3cd57b57be71e93f8947a725c1e2877925f0109ccd07a41c693d65bf591d98f810cb6edbd5bf7eea20be05d9fd" + }, + { + "name": "aspnetcore-runtime-win-x64.zip", + "rid": "win-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.8/aspnetcore-runtime-9.0.8-win-x64.zip", + "hash": "771a3d90c9228777322c8739b341ea9b144c64e510eeb13aee0533609135054312edc27c2bb059d5a89c2532a9c398c6098c5a668894df8eb50b378177a73df5" + }, + { + "name": "aspnetcore-runtime-win-x86.exe", + "rid": "win-x86", + "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.8/aspnetcore-runtime-9.0.8-win-x86.exe", + "hash": "e26fe236ad8c3cb54fab4ad2362a644ec931ade7c473de9e3ccd0b9203b66236453dee3953f958bb0237260f0a2920395cba1967e979a2856f0184e92ef2468b" + }, + { + "name": "aspnetcore-runtime-win-x86.zip", + "rid": "win-x86", + "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.8/aspnetcore-runtime-9.0.8-win-x86.zip", + "hash": "c98a32e019192e7aa64b8ee7a93d6f7109569eeb3f569e57763643e0391f63b21c55e2963ef9df269e8d01fbc86deab080e44fc6fb92accfcaf369bb93e85877" + }, + { + "name": "aspnetcore-runtime-composite-linux-arm.tar.gz", + "rid": "linux-arm", + "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.8/aspnetcore-runtime-composite-9.0.8-linux-arm.tar.gz", + "hash": "234483673ef2f2f8b2a93958945d2e5eeff6aa4ca46967763e8907ffcf2872794e63cca6f2f446ba92d6a7a9acbd3717b7f9cb0e5e57a11242fff579cf5b1cb9" + }, + { + "name": "aspnetcore-runtime-composite-linux-arm64.tar.gz", + "rid": "linux-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.8/aspnetcore-runtime-composite-9.0.8-linux-arm64.tar.gz", + "hash": "c223fac55580aab9ca0e346e89fa664034877c9374aa9490d57f43acce59a53a3d39299a0ef118a32b0e3882a6b32df7f0c19e7605c39c0ae2c53788c0569a4e" + }, + { + "name": "aspnetcore-runtime-composite-linux-musl-arm.tar.gz", + "rid": "linux-musl-arm", + "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.8/aspnetcore-runtime-composite-9.0.8-linux-musl-arm.tar.gz", + "hash": "02915df76e85dd619f4821b924ba2ca776d26763ce728b2dedc554efbff7114da61ff14eb3e0746a68f7a828ff940522fe4a18f13647b721ce6376565751e28c" + }, + { + "name": "aspnetcore-runtime-composite-linux-musl-arm64.tar.gz", + "rid": "linux-musl-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.8/aspnetcore-runtime-composite-9.0.8-linux-musl-arm64.tar.gz", + "hash": "fb8b90274307f91c71368a56d58c5fca72f935f2ae590c8c3c913d7d5b7d01aeef2dded471237b88805c7138556b087fa39f73bce8cb37900e34e77c92617543" + }, + { + "name": "aspnetcore-runtime-composite-linux-musl-x64.tar.gz", + "rid": "linux-musl-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.8/aspnetcore-runtime-composite-9.0.8-linux-musl-x64.tar.gz", + "hash": "b7a85ac169cd7b1c3b7a1d34bd46d4f0e1cc49e8458abe982e3543dcf8967b7bc20e3968ebcfe420073c99d5804770debfbce03176a691006bc21230f73cd33a" + }, + { + "name": "aspnetcore-runtime-composite-linux-x64.tar.gz", + "rid": "linux-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.8/aspnetcore-runtime-composite-9.0.8-linux-x64.tar.gz", + "hash": "9a4e82d8b7fabdaaedf68fc73161d01c74f65d206d94ed3c6c90b5f1b1ec78b1921c86fd2eae3e6db3ef2e8eb06e7ba42cc8260fb62724156d9aee35bde53c4b" + }, + { + "name": "dotnet-hosting-win.exe", + "rid": "", + "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.8/dotnet-hosting-9.0.8-win.exe", + "hash": "3b9b9014be356675cd627a0093f6a4170f0714dee3397faf5da066845285701d6e0da6bf716ae4ace8b88e819bedc79f8c781e7a097e32d2b059b95b3103ad15", + "akams": "https://aka.ms/dotnetcore-9-0-windowshosting" + } + ] + }, + "windowsdesktop": { + "version": "9.0.8", + "version-display": "9.0.8", + "files": [ + { + "name": "windowsdesktop-runtime-win-arm64.exe", + "rid": "win-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/9.0.8/windowsdesktop-runtime-9.0.8-win-arm64.exe", + "hash": "6ee88e9fb4f139d8ed8214a81d89d7738e54ff7338a3bfa4c887472942472481046002a25ad765e2fb7cfb12e4931cda9b808c04dcbe010c498ca8bdbf0f992c" + }, + { + "name": "windowsdesktop-runtime-win-arm64.zip", + "rid": "win-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/9.0.8/windowsdesktop-runtime-9.0.8-win-arm64.zip", + "hash": "9fe41aac3c82ee0dadc99e2a1475580fab7480b606196ea02e25e73a114767197bcd5b43ef38405523f8111c8953b9dec255f7198c240aa7369f0adaf19b2feb" + }, + { + "name": "windowsdesktop-runtime-win-x64.exe", + "rid": "win-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/9.0.8/windowsdesktop-runtime-9.0.8-win-x64.exe", + "hash": "14eeae9e47137f0d550e4ab73ada9c8e253f9c989ea975789d70d9f605bf946f4e9cddf0d2bc8028ca3ad10d9277f51181db94cb3623798fb876e637d283f93e" + }, + { + "name": "windowsdesktop-runtime-win-x64.zip", + "rid": "win-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/9.0.8/windowsdesktop-runtime-9.0.8-win-x64.zip", + "hash": "ffe3055f50f5e57aba41ad7790044e32d9d73f526a0a0310664e8d936bbbb60cb84c90e4ff0ec12cb726bfc157df105769a768306b4191fc1d6cc22173f20771" + }, + { + "name": "windowsdesktop-runtime-win-x86.exe", + "rid": "win-x86", + "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/9.0.8/windowsdesktop-runtime-9.0.8-win-x86.exe", + "hash": "8a9c1b6de95330dc339b3211c52bb8f75ec73aef6e0361d58090faf2c66e4e831e7de53bce95346091a43a4102e4b480ade7de3625240e7797901d3e3b8ad5cb" + }, + { + "name": "windowsdesktop-runtime-win-x86.zip", + "rid": "win-x86", + "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/9.0.8/windowsdesktop-runtime-9.0.8-win-x86.zip", + "hash": "09a6d9a8aa4ba944c59d8a57703cf1c42ccc86263b7fb07d1d21848e67254623a079cc5599eb5c7e03ba04faccc3a0e9452706151af6b7c0a2e75f725befa2dc" + } + ] + } + } +} diff --git a/release-notes/9.0/README.md b/release-notes/9.0/README.md index aae3b13054..c6fa4e7c79 100644 --- a/release-notes/9.0/README.md +++ b/release-notes/9.0/README.md @@ -14,6 +14,7 @@ | Date | Release | SDK | | :-- | :-- | :-- | +| 2025/08/05 | [9.0.8](./9.0.8/9.0.8.md) | [9.0.304](./9.0.8/9.0.8.md), [9.0.109](./9.0.8/9.0.109.md) | | 2025/07/17 | [9.0.7](./9.0.7/9.0.7.md) | [9.0.303](./9.0.7/9.0.303.md) | | 2025/07/08 | [9.0.7](./9.0.7/9.0.7.md) | [9.0.302](./9.0.7/9.0.7.md), [9.0.108](./9.0.7/9.0.108.md) | | 2025/06/10 | [9.0.6](./9.0.6/9.0.6.md) | [9.0.301](./9.0.6/9.0.6.md), [9.0.205](./9.0.6/9.0.205.md), [9.0.107](./9.0.6/9.0.107.md) | diff --git a/release-notes/9.0/cve.md b/release-notes/9.0/cve.md index a30a6252d1..0d96d2e9f6 100644 --- a/release-notes/9.0/cve.md +++ b/release-notes/9.0/cve.md @@ -8,6 +8,8 @@ Your app needs to be on the latest .NET 9 patch version to be secure. The longer Your app may be vulnerable to the following published security [CVEs](https://www.cve.org/) if you are using an older version. +- 9.0.8 (August 2025) + - No new CVEs. - 9.0.7 (July 2025) - No new CVEs. - 9.0.6 (June 2025) diff --git a/release-notes/9.0/install-linux.md b/release-notes/9.0/install-linux.md index cd0152d58a..6556bd95fd 100644 --- a/release-notes/9.0/install-linux.md +++ b/release-notes/9.0/install-linux.md @@ -49,14 +49,14 @@ You can install .NET with a binary archive. This option is required if you want The following workflow demonstrates downloading, unpacking, configuring, and running the .NET SDK from the command line. You may choose to do some of these tasks via the browser and functionality provided by your operating system. ```bash -~# curl -Lo dotnet.tar.gz https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.303/dotnet-sdk-9.0.303-linux-x64.tar.gz +~# curl -Lo dotnet.tar.gz https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.304/dotnet-sdk-9.0.304-linux-x64.tar.gz ~# mkdir dotnet ~# tar -C dotnet -xf dotnet.tar.gz ~# rm dotnet.tar.gz ~# export DOTNET_ROOT=~/dotnet ~# export PATH=$PATH:~/dotnet ~# dotnet --version -9.0.303 +9.0.304 ``` The `DOTNET_ROOT` environment variable is required to launch an application with their executables (like `myapp.exe`). The executables look for this environment variable to find the runtime if it isn't installed in its regular location. The `PATH` environment variable must be updated if you want to use `dotnet` without absolute paths to its location. Setting both of these environment variables is optional. diff --git a/release-notes/9.0/install-macos.md b/release-notes/9.0/install-macos.md index a2413d4517..8a342c2e00 100644 --- a/release-notes/9.0/install-macos.md +++ b/release-notes/9.0/install-macos.md @@ -34,14 +34,14 @@ You can install .NET with a binary archive. This option is required if you want The following workflow demonstrates downloading, unpacking, configuring, and running the .NET SDK from the command line. You may choose to do some of these tasks via the browser and functionality provided by your operating system. ```bash -~# curl -Lo dotnet.tar.gz https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.302/dotnet-sdk-9.0.303-osx-x64.tar.gz +~# curl -Lo dotnet.tar.gz https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.304/dotnet-sdk-9.0.304-osx-x64.tar.gz ~# mkdir dotnet ~# tar -C dotnet -xf dotnet.tar.gz ~# rm dotnet.tar.gz ~# export DOTNET_ROOT=~/dotnet ~# export PATH=$PATH:~/dotnet ~# dotnet --version -9.0.303 +9.0.304 ``` The `DOTNET_ROOT` environment variable is required to launch an application with their executables (like `myapp.exe`). The executables look for this environment variable to find the runtime if it isn't installed in its regular location. The `PATH` environment variable must be updated if you want to use `dotnet` without absolute paths to its location. Setting both of these environment variables is optional. diff --git a/release-notes/9.0/install-windows.md b/release-notes/9.0/install-windows.md index 16c948b1f0..8f9e0c7b58 100644 --- a/release-notes/9.0/install-windows.md +++ b/release-notes/9.0/install-windows.md @@ -50,13 +50,13 @@ You can install .NET with a binary archive. This option is required if you want The following workflow demonstrates downloading, unpacking, configuring, and running the .NET SDK from the command line. You may choose to do some of these tasks via the browser and functionality provided by your operating system. ```console -C:\>curl -Lo dotnet.zip https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.303/dotnet-sdk-9.0.303-win-x64.exe +C:\>curl -Lo dotnet.zip https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.304/dotnet-sdk-9.0.304-win-x64.exe C:\>tar -C dotnet -xf dotnet.zip C:\>del dotnet.zip C:\>set DOTNET_ROOT=C:\dotnet C:\>set PATH=%PATH%;C:\dotnet C:\>dotnet --version -9.0.303 +9.0.304 ``` The `DOTNET_ROOT` environment variable is required to launch an application with their executables (like `myapp.exe`). The executables look for this environment variable to find the runtime if it isn't installed in its regular location. The `PATH` environment variable must be updated if you want to use `dotnet` without absolute paths to its location. Setting both of these environment variables is optional. diff --git a/release-notes/9.0/releases.json b/release-notes/9.0/releases.json index bedf83d99c..00ea95dd05 100644 --- a/release-notes/9.0/releases.json +++ b/release-notes/9.0/releases.json @@ -1,14 +1,636 @@ { "channel-version": "9.0", - "latest-release": "9.0.7", - "latest-release-date": "2025-07-17", - "latest-runtime": "9.0.7", - "latest-sdk": "9.0.303", + "latest-release": "9.0.8", + "latest-release-date": "2025-08-05", + "latest-runtime": "9.0.8", + "latest-sdk": "9.0.304", "support-phase": "active", "release-type": "sts", "eol-date": "2026-05-12", "lifecycle-policy": "https://aka.ms/dotnetcoresupport", "releases": [ + { + "release-date": "2025-08-05", + "release-version": "9.0.8", + "security": false, + "cve-list": [], + "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/9.0/9.0.8/9.0.8.md", + "runtime": { + "version": "9.0.8", + "version-display": "9.0.8", + "vs-version": "17.12.11, 17.14.11", + "vs-mac-version": "", + "files": [ + { + "name": "dotnet-runtime-linux-arm.tar.gz", + "rid": "linux-arm", + "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.8/dotnet-runtime-9.0.8-linux-arm.tar.gz", + "hash": "5e2b65c2039d66e1c6c9ab1e92bbd487fcd1bd7a6123c170beacdb1ce24688d7349e84ae8b386bd758bd2472b736d18edea8370cc63eb55fac0aab3565880fde" + }, + { + "name": "dotnet-runtime-linux-arm64.tar.gz", + "rid": "linux-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.8/dotnet-runtime-9.0.8-linux-arm64.tar.gz", + "hash": "3015e95ff0c373b8d59491cf1c320c80f4ec7418d63400bf6508d4e25e71a47db2854915348ab186e58a92d5ac2f20fbec13d63df5c5f601ff4af5f29c3d9cd3" + }, + { + "name": "dotnet-runtime-linux-musl-arm.tar.gz", + "rid": "linux-musl-arm", + "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.8/dotnet-runtime-9.0.8-linux-musl-arm.tar.gz", + "hash": "b1087507720f6429a24a285454ccd54a89227c85dcb1bdf0c2342477230947c91ce3f1665be76261136a935c973d4bed8c5d1cec0897f86b09316baaee1dbb42" + }, + { + "name": "dotnet-runtime-linux-musl-arm64.tar.gz", + "rid": "linux-musl-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.8/dotnet-runtime-9.0.8-linux-musl-arm64.tar.gz", + "hash": "018417215e7c0a82a19ec7e119a438bca918b9c448f384b27dfb87f981a988ac214c576f28aaefec85745b005cff70bfd299be31bf24e3195538a4e91fa6efe3" + }, + { + "name": "dotnet-runtime-linux-musl-x64.tar.gz", + "rid": "linux-musl-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.8/dotnet-runtime-9.0.8-linux-musl-x64.tar.gz", + "hash": "a008185063d8f34635e40328313af31e7bae239c8da24726b1ff2012ec930c32ef0dc0d67292aebc4d8530d2b26fa46cffb3393cf16bcdf66c10ea883458ad71" + }, + { + "name": "dotnet-runtime-linux-x64.tar.gz", + "rid": "linux-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.8/dotnet-runtime-9.0.8-linux-x64.tar.gz", + "hash": "f7696ea2a30a12bad0c8f7321ac42843ced307184d894c94a64c85289b3cf30936df373ff58543ce9b77605a80243d1fc777bc959575634aaad9caa880fbf866" + }, + { + "name": "dotnet-runtime-osx-arm64.pkg", + "rid": "osx-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.8/dotnet-runtime-9.0.8-osx-arm64.pkg", + "hash": "36e5d1e2cf2f6d1aa98351608b450a5f612914d377ca19914fd68f065a5ad9ea7a62695320f154fbcc000a7c59f7c4e5b4d48fbe8e49fad47d44152bf785163a" + }, + { + "name": "dotnet-runtime-osx-arm64.tar.gz", + "rid": "osx-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.8/dotnet-runtime-9.0.8-osx-arm64.tar.gz", + "hash": "fa7ed03cd5a5e0555f65f8f0101c7762e6bfda005fa495afa126518d4d41c9734c657fc359cf80f90bf6fbf186c26af03819dbadd5251e97ed4cbd048fc27b38" + }, + { + "name": "dotnet-runtime-osx-x64.pkg", + "rid": "osx-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.8/dotnet-runtime-9.0.8-osx-x64.pkg", + "hash": "b6067faf028de11f35c99e4119251da19725e07bb961dceff61618b25d192aed152372a866cffbb7ccf76a5071584c5f6ab0d7774f854a95ba302837721a6840" + }, + { + "name": "dotnet-runtime-osx-x64.tar.gz", + "rid": "osx-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.8/dotnet-runtime-9.0.8-osx-x64.tar.gz", + "hash": "3398f1acac7647e25cd2476804c5ad264ca18e152d0e22b32ebda6bd5d7744c1e932aa9086aecd3794b8db4f2f725ed20ffdd44ff615e7281a0ac5dd95073b9f" + }, + { + "name": "dotnet-runtime-win-arm64.exe", + "rid": "win-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.8/dotnet-runtime-9.0.8-win-arm64.exe", + "hash": "d6a2c0afab5d9de45a0d6ef9c7c5a9b8d1564be5cc330f5150dd62201e3e464675bc6abc4a57bcf6f8c7967085ed05b2c43ae78e011cc5fd8bddebe5cee3cd91" + }, + { + "name": "dotnet-runtime-win-arm64.zip", + "rid": "win-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.8/dotnet-runtime-9.0.8-win-arm64.zip", + "hash": "b038f7e950c698df774749f52a446bdc93b506332ee6341553470f00e954b56aa6faa121bc8bcbcf78534a0aec5fdb702afce9f028609144757419c0704573a7" + }, + { + "name": "dotnet-runtime-win-x64.exe", + "rid": "win-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.8/dotnet-runtime-9.0.8-win-x64.exe", + "hash": "d3ac5cce3e17afb14f9fc3acb6cab59f6d9a701c007d224b149f721ba4dd097affbdfc515af94ba31b0a65261eb2daaf71d69aa42c4613e7f46402e776452905" + }, + { + "name": "dotnet-runtime-win-x64.zip", + "rid": "win-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.8/dotnet-runtime-9.0.8-win-x64.zip", + "hash": "664509ef8da97d5965278a5aa18002c31a0bdf0cba1315913bb5fd61870e4052ad5f8180f361d1aa7bb3bda92dfc30222b4a5751e17788e950303e265d11ba8c" + }, + { + "name": "dotnet-runtime-win-x86.exe", + "rid": "win-x86", + "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.8/dotnet-runtime-9.0.8-win-x86.exe", + "hash": "ad1e497d0ec3d02ee027f5afad54f321c24d5d9b5b5be68f365d1e3c089dca8466855b9d829fd635be2d8b3b7edb52077aa9d064b26da763a472657080fe4996" + }, + { + "name": "dotnet-runtime-win-x86.zip", + "rid": "win-x86", + "url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.8/dotnet-runtime-9.0.8-win-x86.zip", + "hash": "b198317b9b9acb1b92052881c4ce22e9a0cdc3d6659218cd98eb2af3ff8f18d09ccec1931ae9f055ac58a405e4c88eac06b88dc0407e9e25f91bd54d9309460b" + } + ] + }, + "sdk": { + "version": "9.0.304", + "version-display": "9.0.304", + "runtime-version": "9.0.8", + "vs-version": "17.14.11", + "vs-mac-version": "", + "vs-support": "Visual Studio 2022 (v17.14)", + "vs-mac-support": "", + "csharp-version": "13.0", + "fsharp-version": "9.0", + "vb-version": "17.13", + "files": [ + { + "name": "dotnet-sdk-linux-arm.tar.gz", + "rid": "linux-arm", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.304/dotnet-sdk-9.0.304-linux-arm.tar.gz", + "hash": "d433286ec78115271107b5598fbccfbb9667590e1331852fbf31ec1487629cd606ad3d5c2fecd0ad94ccdb029317b7b29f3f55308b384ee72babdfda0657b6bc" + }, + { + "name": "dotnet-sdk-linux-arm64.tar.gz", + "rid": "linux-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.304/dotnet-sdk-9.0.304-linux-arm64.tar.gz", + "hash": "5ecf4b7cdc2fab6f7fa65a748e6e2f6bd5d04e160e57fee356d32253a88cacf97319237da1236647085505f706990cb616257d96caced1fb7686322e3fbd8f1d" + }, + { + "name": "dotnet-sdk-linux-musl-arm.tar.gz", + "rid": "linux-musl-arm", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.304/dotnet-sdk-9.0.304-linux-musl-arm.tar.gz", + "hash": "f1e9c8f386cdea6c9467ebb66abb58eb1cc977e6257826101fc802199365d961c8131724a62b1b0d4e9303e8d2dc121a7e036a4ce8034cc345c4889ddee92dd0" + }, + { + "name": "dotnet-sdk-linux-musl-arm64.tar.gz", + "rid": "linux-musl-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.304/dotnet-sdk-9.0.304-linux-musl-arm64.tar.gz", + "hash": "b36c295b6846c7c7407ab87bb6d858ff5ee5de877e8da5ed3d1d970ec02c9be38e2427ccd54e1e10f517c0928ca7bdf4b2f5d91c0b3b468c442366e0fe8820e5" + }, + { + "name": "dotnet-sdk-linux-musl-x64.tar.gz", + "rid": "linux-musl-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.304/dotnet-sdk-9.0.304-linux-musl-x64.tar.gz", + "hash": "d46bd4421e34b864882b4508eb6d6c175f6b50cc5d2f3863645e931ac398f2de666bd414fa86dd53094e7958ef9b71b3b3c8484386198c1420e9516f9d42c8a1" + }, + { + "name": "dotnet-sdk-linux-x64.tar.gz", + "rid": "linux-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.304/dotnet-sdk-9.0.304-linux-x64.tar.gz", + "hash": "b087828d595d0c6886bf652c69f3910303f455accb1ac956403f795080c55caf59732f3be0e31fc744aff13591a92e1efeb646ef3ca6165ed17a3cd12a67b229" + }, + { + "name": "dotnet-sdk-osx-arm64.pkg", + "rid": "osx-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.304/dotnet-sdk-9.0.304-osx-arm64.pkg", + "hash": "a44ef0ed5d76c1e0c27577e80c3b664d25d80c406e93ffb746b34e1f4e472e6b305d6ab013dffa6e81f78a8bcb00316d15d3b2c696b6d485bc3ce0852d5824f3" + }, + { + "name": "dotnet-sdk-osx-arm64.tar.gz", + "rid": "osx-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.304/dotnet-sdk-9.0.304-osx-arm64.tar.gz", + "hash": "afd4e2581ed5bc53de60c10c5dca571588a51d95cc90b832e5892ba7dfac78e3812b75a132b53c395721737092935cea71ed0f40aaabe9d326457043c750598d" + }, + { + "name": "dotnet-sdk-osx-x64.pkg", + "rid": "osx-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.304/dotnet-sdk-9.0.304-osx-x64.pkg", + "hash": "93679e135366d0779d28fe0168d67bb67d0640769afaac2f57edd31e18e268d81f36f09f53662a8c7e7eb17993a270ebd003ff0e1137824020597bcf20546303" + }, + { + "name": "dotnet-sdk-osx-x64.tar.gz", + "rid": "osx-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.304/dotnet-sdk-9.0.304-osx-x64.tar.gz", + "hash": "30d25fa84e31dc3852bfe3b0c0f1c69d5313682e17d8d571b13f89ba8ba2b44ff092c67c3a8657781bb0e8243f54bc51841b0b45e264e86df057e79ad45d356f" + }, + { + "name": "dotnet-sdk-win-arm64.exe", + "rid": "win-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.304/dotnet-sdk-9.0.304-win-arm64.exe", + "hash": "e2a2ed6ab753281f3a9f956164fa1f42a9ebb3785b2b6fb80af4dfe11177a3af3facdfd5525a291f10f3fc9cfdf7fa9e85fcbccdd17b95805aef61d1a11ee702" + }, + { + "name": "dotnet-sdk-win-arm64.zip", + "rid": "win-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.304/dotnet-sdk-9.0.304-win-arm64.zip", + "hash": "cabe257a201d421dd6a4b9d4127659c89ee76ed64541e78ad4ab94aaca779997ccabfe8a517ee7d93aa33361b4b35adc8e9deaef231f751040c79a2fb6c739bc" + }, + { + "name": "dotnet-sdk-win-x64.exe", + "rid": "win-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.304/dotnet-sdk-9.0.304-win-x64.exe", + "hash": "7ba3dd303d76664eb2a2c97f0280ae2d5b1b6ff0f144a00e87a3cc8322ff21d5fa326409cb73dd2aaceb5869f7588685b465c86d9e0ffa8fbad31b8b2044dec4" + }, + { + "name": "dotnet-sdk-win-x64.zip", + "rid": "win-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.304/dotnet-sdk-9.0.304-win-x64.zip", + "hash": "252db975bca487d1f5abca021ba79a067d42072464f7b336651a74f623b47cefc898d635f799ae0a63bafb823a5dd741b0c7bcd9078d0467235e8b57e0101f02" + }, + { + "name": "dotnet-sdk-win-x86.exe", + "rid": "win-x86", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.304/dotnet-sdk-9.0.304-win-x86.exe", + "hash": "836a88f5ef4ddcea3f4a7841fe51f8234d6da6d96c99498ad929a08ad7a4fe9c9ab1e2a1b71b148874dafee7a8d649f12ae264b1753974d4c0d9e5027550b1dd" + }, + { + "name": "dotnet-sdk-win-x86.zip", + "rid": "win-x86", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.304/dotnet-sdk-9.0.304-win-x86.zip", + "hash": "b8a98a78f02d9f5034ea586b952534b7e453e7dfefab5dd21ed6d77e01f51b95b75eaab694be985f4c39dd6f196b325476d6a768413e408a5dbc7b50129270e8" + } + ] + }, + "sdks": [ + { + "version": "9.0.304", + "version-display": "9.0.304", + "runtime-version": "9.0.8", + "vs-version": "17.14.11", + "vs-mac-version": "", + "vs-support": "Visual Studio 2022 (v17.14)", + "vs-mac-support": "", + "csharp-version": "13.0", + "fsharp-version": "9.0", + "vb-version": "17.13", + "files": [ + { + "name": "dotnet-sdk-linux-arm.tar.gz", + "rid": "linux-arm", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.304/dotnet-sdk-9.0.304-linux-arm.tar.gz", + "hash": "d433286ec78115271107b5598fbccfbb9667590e1331852fbf31ec1487629cd606ad3d5c2fecd0ad94ccdb029317b7b29f3f55308b384ee72babdfda0657b6bc" + }, + { + "name": "dotnet-sdk-linux-arm64.tar.gz", + "rid": "linux-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.304/dotnet-sdk-9.0.304-linux-arm64.tar.gz", + "hash": "5ecf4b7cdc2fab6f7fa65a748e6e2f6bd5d04e160e57fee356d32253a88cacf97319237da1236647085505f706990cb616257d96caced1fb7686322e3fbd8f1d" + }, + { + "name": "dotnet-sdk-linux-musl-arm.tar.gz", + "rid": "linux-musl-arm", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.304/dotnet-sdk-9.0.304-linux-musl-arm.tar.gz", + "hash": "f1e9c8f386cdea6c9467ebb66abb58eb1cc977e6257826101fc802199365d961c8131724a62b1b0d4e9303e8d2dc121a7e036a4ce8034cc345c4889ddee92dd0" + }, + { + "name": "dotnet-sdk-linux-musl-arm64.tar.gz", + "rid": "linux-musl-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.304/dotnet-sdk-9.0.304-linux-musl-arm64.tar.gz", + "hash": "b36c295b6846c7c7407ab87bb6d858ff5ee5de877e8da5ed3d1d970ec02c9be38e2427ccd54e1e10f517c0928ca7bdf4b2f5d91c0b3b468c442366e0fe8820e5" + }, + { + "name": "dotnet-sdk-linux-musl-x64.tar.gz", + "rid": "linux-musl-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.304/dotnet-sdk-9.0.304-linux-musl-x64.tar.gz", + "hash": "d46bd4421e34b864882b4508eb6d6c175f6b50cc5d2f3863645e931ac398f2de666bd414fa86dd53094e7958ef9b71b3b3c8484386198c1420e9516f9d42c8a1" + }, + { + "name": "dotnet-sdk-linux-x64.tar.gz", + "rid": "linux-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.304/dotnet-sdk-9.0.304-linux-x64.tar.gz", + "hash": "b087828d595d0c6886bf652c69f3910303f455accb1ac956403f795080c55caf59732f3be0e31fc744aff13591a92e1efeb646ef3ca6165ed17a3cd12a67b229" + }, + { + "name": "dotnet-sdk-osx-arm64.pkg", + "rid": "osx-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.304/dotnet-sdk-9.0.304-osx-arm64.pkg", + "hash": "a44ef0ed5d76c1e0c27577e80c3b664d25d80c406e93ffb746b34e1f4e472e6b305d6ab013dffa6e81f78a8bcb00316d15d3b2c696b6d485bc3ce0852d5824f3" + }, + { + "name": "dotnet-sdk-osx-arm64.tar.gz", + "rid": "osx-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.304/dotnet-sdk-9.0.304-osx-arm64.tar.gz", + "hash": "afd4e2581ed5bc53de60c10c5dca571588a51d95cc90b832e5892ba7dfac78e3812b75a132b53c395721737092935cea71ed0f40aaabe9d326457043c750598d" + }, + { + "name": "dotnet-sdk-osx-x64.pkg", + "rid": "osx-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.304/dotnet-sdk-9.0.304-osx-x64.pkg", + "hash": "93679e135366d0779d28fe0168d67bb67d0640769afaac2f57edd31e18e268d81f36f09f53662a8c7e7eb17993a270ebd003ff0e1137824020597bcf20546303" + }, + { + "name": "dotnet-sdk-osx-x64.tar.gz", + "rid": "osx-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.304/dotnet-sdk-9.0.304-osx-x64.tar.gz", + "hash": "30d25fa84e31dc3852bfe3b0c0f1c69d5313682e17d8d571b13f89ba8ba2b44ff092c67c3a8657781bb0e8243f54bc51841b0b45e264e86df057e79ad45d356f" + }, + { + "name": "dotnet-sdk-win-arm64.exe", + "rid": "win-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.304/dotnet-sdk-9.0.304-win-arm64.exe", + "hash": "e2a2ed6ab753281f3a9f956164fa1f42a9ebb3785b2b6fb80af4dfe11177a3af3facdfd5525a291f10f3fc9cfdf7fa9e85fcbccdd17b95805aef61d1a11ee702" + }, + { + "name": "dotnet-sdk-win-arm64.zip", + "rid": "win-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.304/dotnet-sdk-9.0.304-win-arm64.zip", + "hash": "cabe257a201d421dd6a4b9d4127659c89ee76ed64541e78ad4ab94aaca779997ccabfe8a517ee7d93aa33361b4b35adc8e9deaef231f751040c79a2fb6c739bc" + }, + { + "name": "dotnet-sdk-win-x64.exe", + "rid": "win-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.304/dotnet-sdk-9.0.304-win-x64.exe", + "hash": "7ba3dd303d76664eb2a2c97f0280ae2d5b1b6ff0f144a00e87a3cc8322ff21d5fa326409cb73dd2aaceb5869f7588685b465c86d9e0ffa8fbad31b8b2044dec4" + }, + { + "name": "dotnet-sdk-win-x64.zip", + "rid": "win-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.304/dotnet-sdk-9.0.304-win-x64.zip", + "hash": "252db975bca487d1f5abca021ba79a067d42072464f7b336651a74f623b47cefc898d635f799ae0a63bafb823a5dd741b0c7bcd9078d0467235e8b57e0101f02" + }, + { + "name": "dotnet-sdk-win-x86.exe", + "rid": "win-x86", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.304/dotnet-sdk-9.0.304-win-x86.exe", + "hash": "836a88f5ef4ddcea3f4a7841fe51f8234d6da6d96c99498ad929a08ad7a4fe9c9ab1e2a1b71b148874dafee7a8d649f12ae264b1753974d4c0d9e5027550b1dd" + }, + { + "name": "dotnet-sdk-win-x86.zip", + "rid": "win-x86", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.304/dotnet-sdk-9.0.304-win-x86.zip", + "hash": "b8a98a78f02d9f5034ea586b952534b7e453e7dfefab5dd21ed6d77e01f51b95b75eaab694be985f4c39dd6f196b325476d6a768413e408a5dbc7b50129270e8" + } + ] + }, + { + "version": "9.0.109", + "version-display": "9.0.109", + "runtime-version": "9.0.8", + "vs-version": "17.12.11", + "vs-mac-version": "", + "vs-support": "Visual Studio 2022 (v17.12)", + "vs-mac-support": "", + "csharp-version": "13.0", + "fsharp-version": "9.0", + "vb-version": "17.13", + "files": [ + { + "name": "dotnet-sdk-linux-arm.tar.gz", + "rid": "linux-arm", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.109/dotnet-sdk-9.0.109-linux-arm.tar.gz", + "hash": "40912d5f1bbf59b071d2e1d31ec1d9abdddbf3ddc64b3233e7c7e91696b023e1fa7a094725d3995b931c880038425ecebc05f013f7596327bf4966929e9801b5" + }, + { + "name": "dotnet-sdk-linux-arm64.tar.gz", + "rid": "linux-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.109/dotnet-sdk-9.0.109-linux-arm64.tar.gz", + "hash": "29dffaf2ee22402c601c3e1cbef36829ba30fe32e976b31f247df605a145efa29a7e23df509ed81fa9a6d13f1e55815e2a592203aa79c2e76788d901a6e1ab58" + }, + { + "name": "dotnet-sdk-linux-musl-arm.tar.gz", + "rid": "linux-musl-arm", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.109/dotnet-sdk-9.0.109-linux-musl-arm.tar.gz", + "hash": "eb690196dfd342679b1e6d0cc3f50067be1d0f2a6ef91171feb712e4c4a491bee381e3500638290e1e59e933f77f57cc64bed92cad6eea1eb65676ab8a4c66a1" + }, + { + "name": "dotnet-sdk-linux-musl-arm64.tar.gz", + "rid": "linux-musl-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.109/dotnet-sdk-9.0.109-linux-musl-arm64.tar.gz", + "hash": "099f9b8740a3c7584153c296160fc96fccbc18c7c24678eff7e6425d602c770d534c4f2db563933cd4fe5c9eb2d40f7d03a1f69aef5e9b94590f360cf6a14281" + }, + { + "name": "dotnet-sdk-linux-musl-x64.tar.gz", + "rid": "linux-musl-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.109/dotnet-sdk-9.0.109-linux-musl-x64.tar.gz", + "hash": "1689cbb3ac17b374903b214a173f24160072ae57cc5d1307f5b26051b6ff0405772b603b6a6c7ef1952f737b18c9f3b976f7354b84b89ab6bf15be20dd0636b6" + }, + { + "name": "dotnet-sdk-linux-x64.tar.gz", + "rid": "linux-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.109/dotnet-sdk-9.0.109-linux-x64.tar.gz", + "hash": "cc386a8e7009855a6e9a3a8a153da1b5ce54c2e0b7b7ae305445ee9f0d5735518dfeef0d8ff32a444782e35f34a31675724e040536001a76c9dc1b755b5a2605" + }, + { + "name": "dotnet-sdk-osx-arm64.pkg", + "rid": "osx-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.109/dotnet-sdk-9.0.109-osx-arm64.pkg", + "hash": "438e0c8d281f006036a88447fc682173cb5cb767ed6aebc53d770b02a5e47c37b66addd7b48947aa2a1470353e69720c7277947d08af150b2356abc2d118bbd4" + }, + { + "name": "dotnet-sdk-osx-arm64.tar.gz", + "rid": "osx-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.109/dotnet-sdk-9.0.109-osx-arm64.tar.gz", + "hash": "ae2ebc3f7740ab880af56e36d3d2a1ee5a54fc112b6fdcc2528f2c8c59808d36476d5fab5cdaa7d25819b0e4a9011745f3a9e5c72692cd932b300eb6fd85f5af" + }, + { + "name": "dotnet-sdk-osx-x64.pkg", + "rid": "osx-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.109/dotnet-sdk-9.0.109-osx-x64.pkg", + "hash": "ae58c2ffe19eddcf286909e1a222d858093d6f4fdac5b246d913c600a55de9d4ce62cdf0b664b80e37802d7f0a5608711baf005daebee79bacaab7a7f7822e17" + }, + { + "name": "dotnet-sdk-osx-x64.tar.gz", + "rid": "osx-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.109/dotnet-sdk-9.0.109-osx-x64.tar.gz", + "hash": "3b72ef979468633022b4d222da31a73f8e738d1ea7d443408215de7311824e4f25c9c6dd193c44014c26559228293895c164a51934f307e153d927e70cb6f3b7" + }, + { + "name": "dotnet-sdk-win-arm64.exe", + "rid": "win-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.109/dotnet-sdk-9.0.109-win-arm64.exe", + "hash": "523de0df56ccd29778e100cd8139c098da3670735b858dbf906c2bc450ed9a0d7b5174aabe6909c67f5aa2a408b5bef1e7fc32b6c2f0f1e8e94fb738ad886ec2" + }, + { + "name": "dotnet-sdk-win-arm64.zip", + "rid": "win-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.109/dotnet-sdk-9.0.109-win-arm64.zip", + "hash": "3890aa142b8a02d2bddcf18ca4c78dc80fcb897cec6d14d8465ddc51308861db7e549b6347f7ce66502b5f1ac21e4a1c1e5d3ad987e5033a854b8985fb485930" + }, + { + "name": "dotnet-sdk-win-x64.exe", + "rid": "win-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.109/dotnet-sdk-9.0.109-win-x64.exe", + "hash": "fb13c7540bbc93aab4ba42325507be6b280b7ae8db9bd4a4bcfdfce1d909561cce343ea33f6b55db1a31275338e30db4256536d018ba10a08673e9bf36337e45" + }, + { + "name": "dotnet-sdk-win-x64.zip", + "rid": "win-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.109/dotnet-sdk-9.0.109-win-x64.zip", + "hash": "a3bf3d0cd3f721527ec16d21e9e724dff7e8edf7e53171eaa9c694903ccbfa35970fe9135581d993cb5a614e26fb16009918b80488998da3428980a0a8aa4d91" + }, + { + "name": "dotnet-sdk-win-x86.exe", + "rid": "win-x86", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.109/dotnet-sdk-9.0.109-win-x86.exe", + "hash": "89977b148ce5537bc30353b4abf60eb9bde915dd6a8e01fb167a5cc110f8f58b208cb21f1cf4eadacbbd22a06ee6da9a47ec92eb0a243fde1ca153a50b761c87" + }, + { + "name": "dotnet-sdk-win-x86.zip", + "rid": "win-x86", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.109/dotnet-sdk-9.0.109-win-x86.zip", + "hash": "2e1a346658fd43c31dd84975b18f24f9635e32c0c77ea3298ebe0f9731388db4bb3e1704bda1f168ed7bcd0bb861fc89341c4fe5547151d9a29920f4b6b14019" + } + ] + } + ], + "aspnetcore-runtime": { + "version": "9.0.8", + "version-display": "9.0.8", + "version-aspnetcoremodule": [ + "19.0.25199.8" + ], + "vs-version": "", + "files": [ + { + "name": "aspnetcore-runtime-linux-arm.tar.gz", + "rid": "linux-arm", + "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.8/aspnetcore-runtime-9.0.8-linux-arm.tar.gz", + "hash": "a99444b1cba7af4acd12d9ad4126fe4acddf2ef0e02b999de0bc1853742e136effb03ed7adc2a0a47062d0051b3179320a47fd3d239d0fb86f9775b73de43d1a" + }, + { + "name": "aspnetcore-runtime-linux-arm64.tar.gz", + "rid": "linux-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.8/aspnetcore-runtime-9.0.8-linux-arm64.tar.gz", + "hash": "cf1e72f4b327b93c1ac3f2def9ca83bee27a408e5b5913f84ed954cfd6c4639da1664fe3f4e3925883db77ed29fa5364b9ca8af3796f33ca73a4cb7484e326bc" + }, + { + "name": "aspnetcore-runtime-linux-musl-arm.tar.gz", + "rid": "linux-musl-arm", + "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.8/aspnetcore-runtime-9.0.8-linux-musl-arm.tar.gz", + "hash": "44d0fa0d36f9cff993f7089efd3b2b3e0e60d403bc2b5a395116be7d6b43a82471e2abb44cd1702464ad302337bc3e0ce49e242f02fa14a114288f0f8a662296" + }, + { + "name": "aspnetcore-runtime-linux-musl-arm64.tar.gz", + "rid": "linux-musl-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.8/aspnetcore-runtime-9.0.8-linux-musl-arm64.tar.gz", + "hash": "e44c705c46d14fcb5754f17ba346ea2876fc1bdb44bfa0372b48c09979199a768eb82766b8e7e22b9dc01a7c38b853ef1b53f8b2dc57def15b3dc25fd08eb256" + }, + { + "name": "aspnetcore-runtime-linux-musl-x64.tar.gz", + "rid": "linux-musl-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.8/aspnetcore-runtime-9.0.8-linux-musl-x64.tar.gz", + "hash": "e43dc8535b32f9fd17b6b81cfbb975be46f09f7793024042e62fe1b499db66eead6db112ca51fefd9a23c676cb6dcb0191c5985c2f53406981f4e15f0b6ef667" + }, + { + "name": "aspnetcore-runtime-linux-x64.tar.gz", + "rid": "linux-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.8/aspnetcore-runtime-9.0.8-linux-x64.tar.gz", + "hash": "08afdf924d00f875b44cc4eff68b55fb9b63e4cc68e6b5cde873da2bce9c5b5f4120e869b6a1dfdea4ab104ab0ac8783ef1577b4d3275aae899a53cd88130f1d" + }, + { + "name": "aspnetcore-runtime-osx-arm64.tar.gz", + "rid": "osx-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.8/aspnetcore-runtime-9.0.8-osx-arm64.tar.gz", + "hash": "4fea1dd65c42bd5a0650e1be9b62bcca05f48ca2c8d1b597e958c65f94df659666507c7eb703dd9d06f24ad007988fe92af7363fedb3db49502b8a5c54f9ad84" + }, + { + "name": "aspnetcore-runtime-osx-x64.tar.gz", + "rid": "osx-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.8/aspnetcore-runtime-9.0.8-osx-x64.tar.gz", + "hash": "70e803f3e0449eac56438de12f8771f322607296ee53e0e6896ce211f5dafe083f5f33f9e2c76c54012c93fc1b951e0c1630c97447777dc468bef9fb11949fc3" + }, + { + "name": "aspnetcore-runtime-win-arm64.exe", + "rid": "win-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.8/aspnetcore-runtime-9.0.8-win-arm64.exe", + "hash": "79c6ed074b6a7dc077e6f493594ead0f0cfe9c4fb006e00884b767e33b749eb40254daad474c465605c93f2cbc0bfd462e8c07595c52f9ffc4d7617b6b6bfc53" + }, + { + "name": "aspnetcore-runtime-win-arm64.zip", + "rid": "win-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.8/aspnetcore-runtime-9.0.8-win-arm64.zip", + "hash": "cad772ea52c6f50763269f67d99ecbb319b6e2f36b17a55c32291c624c0f0a2934d68aba8ab625f00c5511adee3445dfc0927263520876a2df50872e38555996" + }, + { + "name": "aspnetcore-runtime-win-x64.exe", + "rid": "win-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.8/aspnetcore-runtime-9.0.8-win-x64.exe", + "hash": "ee7ed0094d75b8aa72ae4389f705438569927f3cd57b57be71e93f8947a725c1e2877925f0109ccd07a41c693d65bf591d98f810cb6edbd5bf7eea20be05d9fd" + }, + { + "name": "aspnetcore-runtime-win-x64.zip", + "rid": "win-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.8/aspnetcore-runtime-9.0.8-win-x64.zip", + "hash": "771a3d90c9228777322c8739b341ea9b144c64e510eeb13aee0533609135054312edc27c2bb059d5a89c2532a9c398c6098c5a668894df8eb50b378177a73df5" + }, + { + "name": "aspnetcore-runtime-win-x86.exe", + "rid": "win-x86", + "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.8/aspnetcore-runtime-9.0.8-win-x86.exe", + "hash": "e26fe236ad8c3cb54fab4ad2362a644ec931ade7c473de9e3ccd0b9203b66236453dee3953f958bb0237260f0a2920395cba1967e979a2856f0184e92ef2468b" + }, + { + "name": "aspnetcore-runtime-win-x86.zip", + "rid": "win-x86", + "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.8/aspnetcore-runtime-9.0.8-win-x86.zip", + "hash": "c98a32e019192e7aa64b8ee7a93d6f7109569eeb3f569e57763643e0391f63b21c55e2963ef9df269e8d01fbc86deab080e44fc6fb92accfcaf369bb93e85877" + }, + { + "name": "aspnetcore-runtime-composite-linux-arm.tar.gz", + "rid": "linux-arm", + "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.8/aspnetcore-runtime-composite-9.0.8-linux-arm.tar.gz", + "hash": "234483673ef2f2f8b2a93958945d2e5eeff6aa4ca46967763e8907ffcf2872794e63cca6f2f446ba92d6a7a9acbd3717b7f9cb0e5e57a11242fff579cf5b1cb9" + }, + { + "name": "aspnetcore-runtime-composite-linux-arm64.tar.gz", + "rid": "linux-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.8/aspnetcore-runtime-composite-9.0.8-linux-arm64.tar.gz", + "hash": "c223fac55580aab9ca0e346e89fa664034877c9374aa9490d57f43acce59a53a3d39299a0ef118a32b0e3882a6b32df7f0c19e7605c39c0ae2c53788c0569a4e" + }, + { + "name": "aspnetcore-runtime-composite-linux-musl-arm.tar.gz", + "rid": "linux-musl-arm", + "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.8/aspnetcore-runtime-composite-9.0.8-linux-musl-arm.tar.gz", + "hash": "02915df76e85dd619f4821b924ba2ca776d26763ce728b2dedc554efbff7114da61ff14eb3e0746a68f7a828ff940522fe4a18f13647b721ce6376565751e28c" + }, + { + "name": "aspnetcore-runtime-composite-linux-musl-arm64.tar.gz", + "rid": "linux-musl-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.8/aspnetcore-runtime-composite-9.0.8-linux-musl-arm64.tar.gz", + "hash": "fb8b90274307f91c71368a56d58c5fca72f935f2ae590c8c3c913d7d5b7d01aeef2dded471237b88805c7138556b087fa39f73bce8cb37900e34e77c92617543" + }, + { + "name": "aspnetcore-runtime-composite-linux-musl-x64.tar.gz", + "rid": "linux-musl-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.8/aspnetcore-runtime-composite-9.0.8-linux-musl-x64.tar.gz", + "hash": "b7a85ac169cd7b1c3b7a1d34bd46d4f0e1cc49e8458abe982e3543dcf8967b7bc20e3968ebcfe420073c99d5804770debfbce03176a691006bc21230f73cd33a" + }, + { + "name": "aspnetcore-runtime-composite-linux-x64.tar.gz", + "rid": "linux-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.8/aspnetcore-runtime-composite-9.0.8-linux-x64.tar.gz", + "hash": "9a4e82d8b7fabdaaedf68fc73161d01c74f65d206d94ed3c6c90b5f1b1ec78b1921c86fd2eae3e6db3ef2e8eb06e7ba42cc8260fb62724156d9aee35bde53c4b" + }, + { + "name": "dotnet-hosting-win.exe", + "rid": "", + "url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.8/dotnet-hosting-9.0.8-win.exe", + "hash": "3b9b9014be356675cd627a0093f6a4170f0714dee3397faf5da066845285701d6e0da6bf716ae4ace8b88e819bedc79f8c781e7a097e32d2b059b95b3103ad15", + "akams": "https://aka.ms/dotnetcore-9-0-windowshosting" + } + ] + }, + "windowsdesktop": { + "version": "9.0.8", + "version-display": "9.0.8", + "files": [ + { + "name": "windowsdesktop-runtime-win-arm64.exe", + "rid": "win-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/9.0.8/windowsdesktop-runtime-9.0.8-win-arm64.exe", + "hash": "6ee88e9fb4f139d8ed8214a81d89d7738e54ff7338a3bfa4c887472942472481046002a25ad765e2fb7cfb12e4931cda9b808c04dcbe010c498ca8bdbf0f992c" + }, + { + "name": "windowsdesktop-runtime-win-arm64.zip", + "rid": "win-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/9.0.8/windowsdesktop-runtime-9.0.8-win-arm64.zip", + "hash": "9fe41aac3c82ee0dadc99e2a1475580fab7480b606196ea02e25e73a114767197bcd5b43ef38405523f8111c8953b9dec255f7198c240aa7369f0adaf19b2feb" + }, + { + "name": "windowsdesktop-runtime-win-x64.exe", + "rid": "win-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/9.0.8/windowsdesktop-runtime-9.0.8-win-x64.exe", + "hash": "14eeae9e47137f0d550e4ab73ada9c8e253f9c989ea975789d70d9f605bf946f4e9cddf0d2bc8028ca3ad10d9277f51181db94cb3623798fb876e637d283f93e" + }, + { + "name": "windowsdesktop-runtime-win-x64.zip", + "rid": "win-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/9.0.8/windowsdesktop-runtime-9.0.8-win-x64.zip", + "hash": "ffe3055f50f5e57aba41ad7790044e32d9d73f526a0a0310664e8d936bbbb60cb84c90e4ff0ec12cb726bfc157df105769a768306b4191fc1d6cc22173f20771" + }, + { + "name": "windowsdesktop-runtime-win-x86.exe", + "rid": "win-x86", + "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/9.0.8/windowsdesktop-runtime-9.0.8-win-x86.exe", + "hash": "8a9c1b6de95330dc339b3211c52bb8f75ec73aef6e0361d58090faf2c66e4e831e7de53bce95346091a43a4102e4b480ade7de3625240e7797901d3e3b8ad5cb" + }, + { + "name": "windowsdesktop-runtime-win-x86.zip", + "rid": "win-x86", + "url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/9.0.8/windowsdesktop-runtime-9.0.8-win-x86.zip", + "hash": "09a6d9a8aa4ba944c59d8a57703cf1c42ccc86263b7fb07d1d21848e67254623a079cc5599eb5c7e03ba04faccc3a0e9452706151af6b7c0a2e75f725befa2dc" + } + ] + } + }, { "release-date": "2025-07-17", "release-version": "9.0.7", diff --git a/release-notes/README.md b/release-notes/README.md index eafa58d5b3..0efdecd43d 100644 --- a/release-notes/README.md +++ b/release-notes/README.md @@ -2,15 +2,16 @@ [Releases](../releases.md) under active support or development: -| Version | Release Date | Release type |Support phase | Latest Patch Version | End of Support | +| Version | Release Date | Release type | Support phase | Latest Patch Version | End of Support | | :-- | :-- | :-- | :-- | :-- | :-- | | [.NET 10.0](./10.0/README.md) | November 11, 2025 | [LTS][policies] | Preview | [10.0.0-preview.6][10.0.0-preview.6] | TBD | -| [.NET 9.0](./9.0/README.md) | [November 12, 2024](https://devblogs.microsoft.com/dotnet/announcing-dotnet-9/) | [STS][policies] | Active | [9.0.7][9.0.7] | May 12, 2026 | -| [.NET 8.0](./8.0/README.md) | [November 14, 2023](https://devblogs.microsoft.com/dotnet/announcing-dotnet-8/) | [LTS][policies] | Active | [8.0.18][8.0.18] | November 10, 2026 | +| [.NET 9.0](./9.0/README.md) | [November 12, 2024](https://devblogs.microsoft.com/dotnet/announcing-dotnet-9/) | [STS][policies] | Active | [9.0.8][9.0.8] | May 12, 2026 | +| [.NET 8.0](./8.0/README.md) | [November 14, 2023](https://devblogs.microsoft.com/dotnet/announcing-dotnet-8/) | [LTS][policies] | Active | [8.0.19][8.0.19] | November 10, 2026 | [10.0.0-preview.6]: ./10.0/preview/preview6/10.0.0-preview.6.md -[9.0.7]: ./9.0/9.0.7/9.0.7.md -[8.0.18]: ./8.0/8.0.18/8.0.18.md +[9.0.8]: ./9.0/9.0.8/9.0.8.md +[8.0.19]: ./8.0/8.0.19/8.0.19.md + [policies]: ../release-policies.md * [Binaries and installers](https://dotnet.microsoft.com/download/dotnet) @@ -31,8 +32,8 @@ Release notes include: Example markdown files: -* [9.0/9.0.7/9.0.7.md](./9.0/9.0.7/9.0.7.md) -* [8.0/8.0.18/8.0.18.md](./8.0/8.0.18/8.0.18.md) +* [9.0/9.0.8/9.0.8.md](./9.0/9.0.8/9.0.8.md) +* [8.0/8.0.19/8.0.19.md](./8.0/8.0.19/8.0.19.md) Example JSON files: diff --git a/release-notes/releases-index.json b/release-notes/releases-index.json index 4e53c7a83c..66e35137ea 100644 --- a/release-notes/releases-index.json +++ b/release-notes/releases-index.json @@ -16,11 +16,11 @@ }, { "channel-version": "9.0", - "latest-release": "9.0.7", - "latest-release-date": "2025-07-17", + "latest-release": "9.0.8", + "latest-release-date": "2025-08-05", "security": false, - "latest-runtime": "9.0.7", - "latest-sdk": "9.0.303", + "latest-runtime": "9.0.8", + "latest-sdk": "9.0.304", "product": ".NET", "support-phase": "active", "eol-date": "2026-05-12", @@ -30,11 +30,11 @@ }, { "channel-version": "8.0", - "latest-release": "8.0.18", - "latest-release-date": "2025-07-08", + "latest-release": "8.0.19", + "latest-release-date": "2025-08-05", "security": false, - "latest-runtime": "8.0.18", - "latest-sdk": "8.0.412", + "latest-runtime": "8.0.19", + "latest-sdk": "8.0.413", "product": ".NET", "support-phase": "active", "eol-date": "2026-11-10", diff --git a/releases.md b/releases.md index b78157a03f..932457b290 100644 --- a/releases.md +++ b/releases.md @@ -11,12 +11,12 @@ The following table lists supported releases. | Version | Release Date | Release type | Support phase | Latest Patch Version | End of Support | | :-- | :-- | :-- | :-- | :-- | :-- | | [.NET 10.0](release-notes/10.0/README.md) | November 11, 2025 | [LTS][policies] | Preview | [10.0.0-preview.6][10.0.0-preview.6] | TBD | -| [.NET 9.0](release-notes/9.0/README.md) | [November 12, 2024](https://devblogs.microsoft.com/dotnet/announcing-dotnet-9/) | [STS][policies] | Active | [9.0.7][9.0.7] | May 12, 2026 | -| [.NET 8.0](release-notes/8.0/README.md) | [November 14, 2023](https://devblogs.microsoft.com/dotnet/announcing-dotnet-8/) | [LTS][policies] | Active | [8.0.18][8.0.18] | November 10, 2026 | +| [.NET 9.0](release-notes/9.0/README.md) | [November 12, 2024](https://devblogs.microsoft.com/dotnet/announcing-dotnet-9/) | [STS][policies] | Active | [9.0.8][9.0.8] | May 12, 2026 | +| [.NET 8.0](release-notes/8.0/README.md) | [November 14, 2023](https://devblogs.microsoft.com/dotnet/announcing-dotnet-8/) | [LTS][policies] | Active | [8.0.19][8.0.19] | November 10, 2026 | [10.0.0-preview.6]: release-notes/10.0/preview/preview6/10.0.0-preview.6.md -[9.0.7]: release-notes/9.0/9.0.7/9.0.7.md -[8.0.18]: release-notes/8.0/8.0.18/8.0.18.md +[9.0.8]: release-notes/9.0/9.0.8/9.0.8.md +[8.0.19]: release-notes/8.0/8.0.19/8.0.19.md ## End-of-life releases