diff --git a/release-notes/9.0/9.0.7/9.0.303.md b/release-notes/9.0/9.0.7/9.0.303.md new file mode 100644 index 000000000..05bbad72d --- /dev/null +++ b/release-notes/9.0/9.0.7/9.0.303.md @@ -0,0 +1,87 @@ +# .NET 9.0.303 - July 17, 2025 + +The .NET 9.0.303 release is available for download. This SDK includes the released .NET 9.0.7 Runtime and is in support of Visual Studio 17.14 release. The latest 9.0 release is always listed at [.NET 9.0 Releases](../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.303 +``` + +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.7-sha.txt +[checksums-sdk]: https://builds.dotnet.microsoft.com/dotnet/checksums/9.0.7-sha.txt + +[linux-packages]: ../install-linux.md + +[//]: # ( Runtime 9.0.7) +[dotnet-runtime-linux-arm.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.7/dotnet-runtime-9.0.7-linux-arm.tar.gz +[dotnet-runtime-linux-arm64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.7/dotnet-runtime-9.0.7-linux-arm64.tar.gz +[dotnet-runtime-linux-musl-arm.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.7/dotnet-runtime-9.0.7-linux-musl-arm.tar.gz +[dotnet-runtime-linux-musl-arm64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.7/dotnet-runtime-9.0.7-linux-musl-arm64.tar.gz +[dotnet-runtime-linux-musl-x64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.7/dotnet-runtime-9.0.7-linux-musl-x64.tar.gz +[dotnet-runtime-linux-x64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.7/dotnet-runtime-9.0.7-linux-x64.tar.gz +[dotnet-runtime-osx-arm64.pkg]: https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.7/dotnet-runtime-9.0.7-osx-arm64.pkg +[dotnet-runtime-osx-arm64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.7/dotnet-runtime-9.0.7-osx-arm64.tar.gz +[dotnet-runtime-osx-x64.pkg]: https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.7/dotnet-runtime-9.0.7-osx-x64.pkg +[dotnet-runtime-osx-x64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.7/dotnet-runtime-9.0.7-osx-x64.tar.gz +[dotnet-runtime-win-arm64.exe]: https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.7/dotnet-runtime-9.0.7-win-arm64.exe +[dotnet-runtime-win-arm64.zip]: https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.7/dotnet-runtime-9.0.7-win-arm64.zip +[dotnet-runtime-win-x64.exe]: https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.7/dotnet-runtime-9.0.7-win-x64.exe +[dotnet-runtime-win-x64.zip]: https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.7/dotnet-runtime-9.0.7-win-x64.zip +[dotnet-runtime-win-x86.exe]: https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.7/dotnet-runtime-9.0.7-win-x86.exe +[dotnet-runtime-win-x86.zip]: https://builds.dotnet.microsoft.com/dotnet/Runtime/9.0.7/dotnet-runtime-9.0.7-win-x86.zip + +[//]: # ( WindowsDesktop 9.0.7) +[windowsdesktop-runtime-win-arm64.exe]: https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/9.0.7/windowsdesktop-runtime-9.0.7-win-arm64.exe +[windowsdesktop-runtime-win-x64.exe]: https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/9.0.7/windowsdesktop-runtime-9.0.7-win-x64.exe +[windowsdesktop-runtime-win-x86.exe]: https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/9.0.7/windowsdesktop-runtime-9.0.7-win-x86.exe + +[//]: # ( ASP 9.0.7) +[aspnetcore-runtime-linux-arm.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.7/aspnetcore-runtime-9.0.7-linux-arm.tar.gz +[aspnetcore-runtime-linux-arm64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.7/aspnetcore-runtime-9.0.7-linux-arm64.tar.gz +[aspnetcore-runtime-linux-musl-x64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.7/aspnetcore-runtime-9.0.7-linux-musl-x64.tar.gz +[aspnetcore-runtime-linux-x64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.7/aspnetcore-runtime-9.0.7-linux-x64.tar.gz +[aspnetcore-runtime-osx-arm64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.7/aspnetcore-runtime-9.0.7-osx-arm64.tar.gz +[aspnetcore-runtime-osx-x64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.7/aspnetcore-runtime-9.0.7-osx-x64.tar.gz +[aspnetcore-runtime-win-x64.exe]: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.7/aspnetcore-runtime-9.0.7-win-x64.exe +[aspnetcore-runtime-win-x86.exe]: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.7/aspnetcore-runtime-9.0.7-win-x86.exe +[dotnet-hosting-win.exe]: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.7/dotnet-hosting-9.0.7-win.exe + +[//]: # ( SDK 9.0.303) +[dotnet-sdk-linux-arm.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.303/dotnet-sdk-9.0.303-linux-arm.tar.gz +[dotnet-sdk-linux-arm64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.303/dotnet-sdk-9.0.303-linux-arm64.tar.gz +[dotnet-sdk-linux-musl-arm.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.303/dotnet-sdk-9.0.303-linux-musl-arm.tar.gz +[dotnet-sdk-linux-musl-x64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.303/dotnet-sdk-9.0.303-linux-musl-x64.tar.gz +[dotnet-sdk-linux-x64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.303/dotnet-sdk-9.0.303-linux-x64.tar.gz +[dotnet-sdk-osx-arm64.pkg]: https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.303/dotnet-sdk-9.0.303-osx-arm64.pkg +[dotnet-sdk-osx-arm64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.303/dotnet-sdk-9.0.303-osx-arm64.tar.gz +[dotnet-sdk-osx-x64.pkg]: https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.303/dotnet-sdk-9.0.303-osx-x64.pkg +[dotnet-sdk-osx-x64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.303/dotnet-sdk-9.0.303-osx-x64.tar.gz +[dotnet-sdk-win-arm64.exe]: https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.303/dotnet-sdk-9.0.303-win-arm64.exe +[dotnet-sdk-win-arm64.zip]: https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.303/dotnet-sdk-9.0.303-win-arm64.zip +[dotnet-sdk-win-x64.exe]: https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.303/dotnet-sdk-9.0.303-win-x64.exe +[dotnet-sdk-win-x64.zip]: https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.303/dotnet-sdk-9.0.303-win-x64.zip +[dotnet-sdk-win-x86.exe]: https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.303/dotnet-sdk-9.0.303-win-x86.exe +[dotnet-sdk-win-x86.zip]: https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.303/dotnet-sdk-9.0.303-win-x86.zip diff --git a/release-notes/9.0/9.0.7/9.0.7.md b/release-notes/9.0/9.0.7/9.0.7.md index 23498ba8b..9e382eb5b 100644 --- a/release-notes/9.0/9.0.7/9.0.7.md +++ b/release-notes/9.0/9.0.7/9.0.7.md @@ -4,6 +4,7 @@ The .NET 9.0.7 and .NET SDK 9.0.302 releases are available for download. The lat 9.0 SDKs that include 9.0.7 runtimes: +* [9.0.303][9.0.303] * [9.0.302][9.0.302] * [9.0.108][9.0.108] @@ -59,6 +60,7 @@ You need [Visual Studio 17.12](https://visualstudio.microsoft.com) or later to u Your feedback is important and appreciated. We've created an issue at [dotnet/core #9967](https://github.com/dotnet/core/issues/9967) for your questions and comments. +[9.0.303]: 9.0.303.md [9.0.302]: 9.0.7.md [9.0.108]: 9.0.108.md diff --git a/release-notes/9.0/9.0.7/release.json b/release-notes/9.0/9.0.7/release.json index c9d9c8675..28543f6e6 100644 --- a/release-notes/9.0/9.0.7/release.json +++ b/release-notes/9.0/9.0.7/release.json @@ -3,9 +3,8 @@ "release-date": "2025-07-08", "release-version": "9.0.7", "security": false, - "release": - { - "release-date": "2025-07-08", + "release": { + "release-date": "2025-07-17", "release-version": "9.0.7", "security": false, "cve-list": [], @@ -115,8 +114,8 @@ ] }, "sdk": { - "version": "9.0.302", - "version-display": "9.0.302", + "version": "9.0.303", + "version-display": "9.0.303", "runtime-version": "9.0.7", "vs-version": "17.14.8", "vs-mac-version": "", @@ -129,102 +128,212 @@ { "name": "dotnet-sdk-linux-arm.tar.gz", "rid": "linux-arm", - "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.302/dotnet-sdk-9.0.302-linux-arm.tar.gz", - "hash": "880500176abc263b9fe4d9fd5b3f77b975370bcc76af1453b5b776d835329a5a9f3e02903ced3ee3419ae6f7e0e99cb964b585bb430da75d6623dc2965c46081" + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.303/dotnet-sdk-9.0.303-linux-arm.tar.gz", + "hash": "6d25cff8f67e68af98383522fb62285b8e0f835aa874b91d61d5bc35b904cb4f1bd66badf54db2e11bd2f72fb7d9541b900e243858a69637e172e1547d5cd66b" }, { "name": "dotnet-sdk-linux-arm64.tar.gz", "rid": "linux-arm64", - "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.302/dotnet-sdk-9.0.302-linux-arm64.tar.gz", - "hash": "dded437c836b201219ef8cb1993e50c3e96a9d09cd2541ffe2c0810530e737dfb44adb8dd766caa2f02def0d0bc2ac9c563a189f1cb1ca6a64d9f71251a94141" + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.303/dotnet-sdk-9.0.303-linux-arm64.tar.gz", + "hash": "8257338282e5ad9ec8530e6b1b70a5e235d9c4ab9b9be6d0548f61cdb0a55e715a9d766b55203ee01036e20ae9bd4e74ababfa1a7c94d45e89b2f314e90e999b" }, { "name": "dotnet-sdk-linux-musl-arm.tar.gz", "rid": "linux-musl-arm", - "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.302/dotnet-sdk-9.0.302-linux-musl-arm.tar.gz", - "hash": "f42092ae79719b3ac136e9f634bb81251d75b73551e0d8661e8be8b5decb23633f0877ff1e1fc60b16509483e20b49dac9c7a4cc6093848d1e9da0f7c6a93c37" + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.303/dotnet-sdk-9.0.303-linux-musl-arm.tar.gz", + "hash": "1a7df1d98f8d686369be16893c02b7f5e17b64785c4bb3d5572f23047d9c7c252ba7c1a6712013ffe274e39f60707a1b0e2ea00f07691976d279c8099238bdbf" }, { "name": "dotnet-sdk-linux-musl-arm64.tar.gz", "rid": "linux-musl-arm64", - "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.302/dotnet-sdk-9.0.302-linux-musl-arm64.tar.gz", - "hash": "c84b1b419aaf2d778b080e019f0937897dc8a64d0612a3c2203acdcbb1ff598847a87a3ec3c688f3d03accb2180752b3c9b10043a60478347151bab3655ded1f" + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.303/dotnet-sdk-9.0.303-linux-musl-arm64.tar.gz", + "hash": "3f4b91e35a06d95c737c00673dff296584d7b33ee911ce3344136248c65f841581be39227fd43a00e3c036ddf3a553cf01f33b2e973ae2af5789bc6e504558f1" }, { "name": "dotnet-sdk-linux-musl-x64.tar.gz", "rid": "linux-musl-x64", - "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.302/dotnet-sdk-9.0.302-linux-musl-x64.tar.gz", - "hash": "01a0138fc5e6b05f6bf77f51b225cbb73606552f121f7c947e4a9c5db45775d4031d79a4ae1fc6e6b3b5d6388ecd2b0d503e5447b2e892fed9539a0728e624dd" + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.303/dotnet-sdk-9.0.303-linux-musl-x64.tar.gz", + "hash": "df6d2a043e4b31be78ca4360727a1e6c71243d40cafcf83cbc454eb4904cb838871adcebe2181788540ae36b1e0a29deba296387617dd23c4abd93afcb700c0d" }, { "name": "dotnet-sdk-linux-x64.tar.gz", "rid": "linux-x64", - "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.302/dotnet-sdk-9.0.302-linux-x64.tar.gz", - "hash": "fe46a96e794388b345105e47896e4e91099ffd907a7127ff2cadf76adb3a7be0b43f0cd8d2c376ae455283d08f4751f7ef11890fd2697304ef114447ae209c88" + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.303/dotnet-sdk-9.0.303-linux-x64.tar.gz", + "hash": "e11518c184ab4f80b5d6411ecbca3e07e244a190e949e51ef73d36c521420f06107987947ada924618a44b9142caa097bd03659d973249f463aa5e58417ebfdc" }, { "name": "dotnet-sdk-osx-arm64.pkg", "rid": "osx-arm64", - "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.302/dotnet-sdk-9.0.302-osx-arm64.pkg", - "hash": "a602f84c272caf0324daf0bba420607723afc0aa3f298f9f0923083b623faf0fadec4060adee0175e1e4305cab31902dbca02e0a4b9a5e830d8cdc824514edac" + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.303/dotnet-sdk-9.0.303-osx-arm64.pkg", + "hash": "99cb9b97c1c7c8ac5f30c11bc3c07961d6be1bfb2d5a9c7ecf110a2701d32e17c2de26788a2c72a730f849117a046cfed87dfae05f2eb211451888016fab43f4" }, { "name": "dotnet-sdk-osx-arm64.tar.gz", "rid": "osx-arm64", - "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.302/dotnet-sdk-9.0.302-osx-arm64.tar.gz", - "hash": "07e8178659437d782301693a4f8572e4366ddd66ee932b309a8d6f02ea2134cc15bdc2a0f1d1924ba756dce4543d74e8188d9c52de0a17d639a9c393b4f4f194" + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.303/dotnet-sdk-9.0.303-osx-arm64.tar.gz", + "hash": "410999907d6092c52155afc59c3bcac149811851db7318f6fe215e37b377ac1b316cbb595bb21cb526791f396da4cd439e4b2db76d45a825b57cc2f4729a2e2e" }, { "name": "dotnet-sdk-osx-x64.pkg", "rid": "osx-x64", - "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.302/dotnet-sdk-9.0.302-osx-x64.pkg", - "hash": "936fc6d3d031d57ad15d9ff150a49552422d5aabc0255d77e27fd2f1d79f9b92174e1813c888e9ccb55122daac4da1ddde56e6f49655a3464798caa4589d4a5f" + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.303/dotnet-sdk-9.0.303-osx-x64.pkg", + "hash": "cde6001fe3a9bf4d5b540e93e3886ba4c1299e2f70a7868ca62061a10c110b17150e957abe148c755a6b0c2e0e6a81df1a07c6fd3eec4065a0e5e1bcc432d459" }, { "name": "dotnet-sdk-osx-x64.tar.gz", "rid": "osx-x64", - "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.302/dotnet-sdk-9.0.302-osx-x64.tar.gz", - "hash": "10a863ef08020510625958471cce4d8b470ded38c5fc9bcc72295c6066bc0a5aad9ad22c5b4b5ad015e8d5dc3db328dfb682e90766300cd9502c171b5d930247" + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.303/dotnet-sdk-9.0.303-osx-x64.tar.gz", + "hash": "030979078780f3bb0823633f0dda324fbd519bce153fde6d41b66f2ec53fb338328a501cd9e3a0425e5e733c430a2b197df4fdf6e4e14166f24bab0b5c37d0b0" }, { "name": "dotnet-sdk-win-arm64.exe", "rid": "win-arm64", - "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.302/dotnet-sdk-9.0.302-win-arm64.exe", - "hash": "cc1c0276e8b900e25a2cabff14ca78bbc21c5712c1bad9e4d551aa2662dd77a666b2926e193b9b598cf2d9f91c1c9e1765371e6b29f68d76c56702ceafdf34db" + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.303/dotnet-sdk-9.0.303-win-arm64.exe", + "hash": "83245a1cd4a46c7240e057251c42132139e275b7bc932644a56f390933ef1816dc64fde63ae6376ba62f178058a67ebcabda55aae636179afcb02ff162234845" }, { "name": "dotnet-sdk-win-arm64.zip", "rid": "win-arm64", - "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.302/dotnet-sdk-9.0.302-win-arm64.zip", - "hash": "fca48a6d06e122a9a0d5f7824469c323e8a57ac9ed04b8cc12af475913ef09b79df67d329b5c0a612bebeeded2bb659d17f280556caab4549cc73c446f109e38" + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.303/dotnet-sdk-9.0.303-win-arm64.zip", + "hash": "d87b06c2415b55b77b3272cf8019235af916f9b2b8ef8b25f1d4c858c51b6a188852c0711f4620757f6bfbb9894cb8645d2c3a5d861a9c77d0d9bbeca28dddd1" }, { "name": "dotnet-sdk-win-x64.exe", "rid": "win-x64", - "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.302/dotnet-sdk-9.0.302-win-x64.exe", - "hash": "0cb87affddb63171f9c79033386fef2b1fbef209a7381de46bc94876f4aee475cb2f71b6a074708c4a5a94a0a1a464cb5ba424c572f2550ce562ad0705e3691e" + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.303/dotnet-sdk-9.0.303-win-x64.exe", + "hash": "96653bd5906362e28bdcd35c9a997ef0c34dc0e26e79ab62f5266a2b619ad3d00824dc88de0ae61cbe96f5f2ab86012fac968a85868161b8583881b632cd12af" }, { "name": "dotnet-sdk-win-x64.zip", "rid": "win-x64", - "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.302/dotnet-sdk-9.0.302-win-x64.zip", - "hash": "68e639c38d772aa3d59763991a3db6950e80be5efcba7bdb913f661aea21cd8f6c93fe36c31176f3f91a0c54af61b361daee98883aa0a344aef3e5b3506a2564" + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.303/dotnet-sdk-9.0.303-win-x64.zip", + "hash": "43c7c368b9941f52290bda7117596cf0e1e93ed4e48bc0d0417c4e066c4792f9874d073068f78636707278bde5e0f5df6d7e1fb55432a134d9c56f9c2e1b7676" }, { "name": "dotnet-sdk-win-x86.exe", "rid": "win-x86", - "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.302/dotnet-sdk-9.0.302-win-x86.exe", - "hash": "018ebbced95ab79dad05f38ee72b3808e0cbdda0ae84ce358250203798fa50e7f78a45a509bcda8a17bf7b3eab0dcea8f6113bb19400290816f54c919667b7d3" + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.303/dotnet-sdk-9.0.303-win-x86.exe", + "hash": "c126b2b78b68b68843fecb197a3bb5592b57befd29729977689d11da80bf9356feefd3705c664578e1c7e5d554b060c3d1d8b1b3434837b562d524a1662085ac" }, { "name": "dotnet-sdk-win-x86.zip", "rid": "win-x86", - "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.302/dotnet-sdk-9.0.302-win-x86.zip", - "hash": "f21dfca00c5920d378e1cbfd02e8eade70dde8c57e0275b7f49586f85cd8c497b3a34154995834fb925b93f6a1b0e2ff9baeadfef14da341e2ad6e6b77d7541e" + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.303/dotnet-sdk-9.0.303-win-x86.zip", + "hash": "f8ab9d1ee8e6021113c7c6ea3e65a7dcd9eeb1b500e2573da97eebce18548027741e6ecb89dc4a232b76b5e6cf27eb8a86928f2fad09e5043800d630a49473f6" } ] }, "sdks": [ + { + "version": "9.0.303", + "version-display": "9.0.303", + "runtime-version": "9.0.7", + "vs-version": "17.14.8", + "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.303/dotnet-sdk-9.0.303-linux-arm.tar.gz", + "hash": "6d25cff8f67e68af98383522fb62285b8e0f835aa874b91d61d5bc35b904cb4f1bd66badf54db2e11bd2f72fb7d9541b900e243858a69637e172e1547d5cd66b" + }, + { + "name": "dotnet-sdk-linux-arm64.tar.gz", + "rid": "linux-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.303/dotnet-sdk-9.0.303-linux-arm64.tar.gz", + "hash": "8257338282e5ad9ec8530e6b1b70a5e235d9c4ab9b9be6d0548f61cdb0a55e715a9d766b55203ee01036e20ae9bd4e74ababfa1a7c94d45e89b2f314e90e999b" + }, + { + "name": "dotnet-sdk-linux-musl-arm.tar.gz", + "rid": "linux-musl-arm", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.303/dotnet-sdk-9.0.303-linux-musl-arm.tar.gz", + "hash": "1a7df1d98f8d686369be16893c02b7f5e17b64785c4bb3d5572f23047d9c7c252ba7c1a6712013ffe274e39f60707a1b0e2ea00f07691976d279c8099238bdbf" + }, + { + "name": "dotnet-sdk-linux-musl-arm64.tar.gz", + "rid": "linux-musl-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.303/dotnet-sdk-9.0.303-linux-musl-arm64.tar.gz", + "hash": "3f4b91e35a06d95c737c00673dff296584d7b33ee911ce3344136248c65f841581be39227fd43a00e3c036ddf3a553cf01f33b2e973ae2af5789bc6e504558f1" + }, + { + "name": "dotnet-sdk-linux-musl-x64.tar.gz", + "rid": "linux-musl-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.303/dotnet-sdk-9.0.303-linux-musl-x64.tar.gz", + "hash": "df6d2a043e4b31be78ca4360727a1e6c71243d40cafcf83cbc454eb4904cb838871adcebe2181788540ae36b1e0a29deba296387617dd23c4abd93afcb700c0d" + }, + { + "name": "dotnet-sdk-linux-x64.tar.gz", + "rid": "linux-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.303/dotnet-sdk-9.0.303-linux-x64.tar.gz", + "hash": "e11518c184ab4f80b5d6411ecbca3e07e244a190e949e51ef73d36c521420f06107987947ada924618a44b9142caa097bd03659d973249f463aa5e58417ebfdc" + }, + { + "name": "dotnet-sdk-osx-arm64.pkg", + "rid": "osx-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.303/dotnet-sdk-9.0.303-osx-arm64.pkg", + "hash": "99cb9b97c1c7c8ac5f30c11bc3c07961d6be1bfb2d5a9c7ecf110a2701d32e17c2de26788a2c72a730f849117a046cfed87dfae05f2eb211451888016fab43f4" + }, + { + "name": "dotnet-sdk-osx-arm64.tar.gz", + "rid": "osx-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.303/dotnet-sdk-9.0.303-osx-arm64.tar.gz", + "hash": "410999907d6092c52155afc59c3bcac149811851db7318f6fe215e37b377ac1b316cbb595bb21cb526791f396da4cd439e4b2db76d45a825b57cc2f4729a2e2e" + }, + { + "name": "dotnet-sdk-osx-x64.pkg", + "rid": "osx-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.303/dotnet-sdk-9.0.303-osx-x64.pkg", + "hash": "cde6001fe3a9bf4d5b540e93e3886ba4c1299e2f70a7868ca62061a10c110b17150e957abe148c755a6b0c2e0e6a81df1a07c6fd3eec4065a0e5e1bcc432d459" + }, + { + "name": "dotnet-sdk-osx-x64.tar.gz", + "rid": "osx-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.303/dotnet-sdk-9.0.303-osx-x64.tar.gz", + "hash": "030979078780f3bb0823633f0dda324fbd519bce153fde6d41b66f2ec53fb338328a501cd9e3a0425e5e733c430a2b197df4fdf6e4e14166f24bab0b5c37d0b0" + }, + { + "name": "dotnet-sdk-win-arm64.exe", + "rid": "win-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.303/dotnet-sdk-9.0.303-win-arm64.exe", + "hash": "83245a1cd4a46c7240e057251c42132139e275b7bc932644a56f390933ef1816dc64fde63ae6376ba62f178058a67ebcabda55aae636179afcb02ff162234845" + }, + { + "name": "dotnet-sdk-win-arm64.zip", + "rid": "win-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.303/dotnet-sdk-9.0.303-win-arm64.zip", + "hash": "d87b06c2415b55b77b3272cf8019235af916f9b2b8ef8b25f1d4c858c51b6a188852c0711f4620757f6bfbb9894cb8645d2c3a5d861a9c77d0d9bbeca28dddd1" + }, + { + "name": "dotnet-sdk-win-x64.exe", + "rid": "win-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.303/dotnet-sdk-9.0.303-win-x64.exe", + "hash": "96653bd5906362e28bdcd35c9a997ef0c34dc0e26e79ab62f5266a2b619ad3d00824dc88de0ae61cbe96f5f2ab86012fac968a85868161b8583881b632cd12af" + }, + { + "name": "dotnet-sdk-win-x64.zip", + "rid": "win-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.303/dotnet-sdk-9.0.303-win-x64.zip", + "hash": "43c7c368b9941f52290bda7117596cf0e1e93ed4e48bc0d0417c4e066c4792f9874d073068f78636707278bde5e0f5df6d7e1fb55432a134d9c56f9c2e1b7676" + }, + { + "name": "dotnet-sdk-win-x86.exe", + "rid": "win-x86", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.303/dotnet-sdk-9.0.303-win-x86.exe", + "hash": "c126b2b78b68b68843fecb197a3bb5592b57befd29729977689d11da80bf9356feefd3705c664578e1c7e5d554b060c3d1d8b1b3434837b562d524a1662085ac" + }, + { + "name": "dotnet-sdk-win-x86.zip", + "rid": "win-x86", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.303/dotnet-sdk-9.0.303-win-x86.zip", + "hash": "f8ab9d1ee8e6021113c7c6ea3e65a7dcd9eeb1b500e2573da97eebce18548027741e6ecb89dc4a232b76b5e6cf27eb8a86928f2fad09e5043800d630a49473f6" + } + ] + }, { "version": "9.0.302", "version-display": "9.0.302", diff --git a/release-notes/9.0/README.md b/release-notes/9.0/README.md index b43be9102..aae3b1305 100644 --- a/release-notes/9.0/README.md +++ b/release-notes/9.0/README.md @@ -14,6 +14,7 @@ | Date | Release | SDK | | :-- | :-- | :-- | +| 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) | | 2025/05/13 | [9.0.5](./9.0.5/9.0.5.md) | [9.0.106](./9.0.5/9.0.106.md), [9.0.204](./9.0.5/9.0.204.md), [9.0.300](./9.0.5/9.0.5.md) | diff --git a/release-notes/9.0/install-linux.md b/release-notes/9.0/install-linux.md index 5ed8ddbc3..cd0152d58 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.302/dotnet-sdk-9.0.302-linux-x64.tar.gz +~# curl -Lo dotnet.tar.gz https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.303/dotnet-sdk-9.0.303-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.302 +9.0.303 ``` 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 eaf1fa4d9..a2413d451 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.302-osx-x64.tar.gz +~# curl -Lo dotnet.tar.gz https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.302/dotnet-sdk-9.0.303-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.302 +9.0.303 ``` 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 4d2349adf..16c948b1f 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.302/dotnet-sdk-9.0.302-win-x64.exe +C:\>curl -Lo dotnet.zip https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.303/dotnet-sdk-9.0.303-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.302 +9.0.303 ``` 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 1e83fce3f..bedf83d99 100644 --- a/release-notes/9.0/releases.json +++ b/release-notes/9.0/releases.json @@ -1,20 +1,19 @@ { "channel-version": "9.0", "latest-release": "9.0.7", - "latest-release-date": "2025-07-08", + "latest-release-date": "2025-07-17", "latest-runtime": "9.0.7", - "latest-sdk": "9.0.302", + "latest-sdk": "9.0.303", "support-phase": "active", "release-type": "sts", "eol-date": "2026-05-12", "lifecycle-policy": "https://aka.ms/dotnetcoresupport", "releases": [ - { - "release-date": "2025-07-08", + { + "release-date": "2025-07-17", "release-version": "9.0.7", "security": false, - "cve-list": [ - ], + "cve-list": [], "release-notes": "https://github.com/dotnet/core/blob/main/release-notes/9.0/9.0.7/9.0.7.md", "runtime": { "version": "9.0.7", @@ -121,8 +120,8 @@ ] }, "sdk": { - "version": "9.0.302", - "version-display": "9.0.302", + "version": "9.0.303", + "version-display": "9.0.303", "runtime-version": "9.0.7", "vs-version": "17.14.8", "vs-mac-version": "", @@ -135,102 +134,212 @@ { "name": "dotnet-sdk-linux-arm.tar.gz", "rid": "linux-arm", - "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.302/dotnet-sdk-9.0.302-linux-arm.tar.gz", - "hash": "880500176abc263b9fe4d9fd5b3f77b975370bcc76af1453b5b776d835329a5a9f3e02903ced3ee3419ae6f7e0e99cb964b585bb430da75d6623dc2965c46081" + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.303/dotnet-sdk-9.0.303-linux-arm.tar.gz", + "hash": "6d25cff8f67e68af98383522fb62285b8e0f835aa874b91d61d5bc35b904cb4f1bd66badf54db2e11bd2f72fb7d9541b900e243858a69637e172e1547d5cd66b" }, { "name": "dotnet-sdk-linux-arm64.tar.gz", "rid": "linux-arm64", - "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.302/dotnet-sdk-9.0.302-linux-arm64.tar.gz", - "hash": "dded437c836b201219ef8cb1993e50c3e96a9d09cd2541ffe2c0810530e737dfb44adb8dd766caa2f02def0d0bc2ac9c563a189f1cb1ca6a64d9f71251a94141" + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.303/dotnet-sdk-9.0.303-linux-arm64.tar.gz", + "hash": "8257338282e5ad9ec8530e6b1b70a5e235d9c4ab9b9be6d0548f61cdb0a55e715a9d766b55203ee01036e20ae9bd4e74ababfa1a7c94d45e89b2f314e90e999b" }, { "name": "dotnet-sdk-linux-musl-arm.tar.gz", "rid": "linux-musl-arm", - "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.302/dotnet-sdk-9.0.302-linux-musl-arm.tar.gz", - "hash": "f42092ae79719b3ac136e9f634bb81251d75b73551e0d8661e8be8b5decb23633f0877ff1e1fc60b16509483e20b49dac9c7a4cc6093848d1e9da0f7c6a93c37" + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.303/dotnet-sdk-9.0.303-linux-musl-arm.tar.gz", + "hash": "1a7df1d98f8d686369be16893c02b7f5e17b64785c4bb3d5572f23047d9c7c252ba7c1a6712013ffe274e39f60707a1b0e2ea00f07691976d279c8099238bdbf" }, { "name": "dotnet-sdk-linux-musl-arm64.tar.gz", "rid": "linux-musl-arm64", - "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.302/dotnet-sdk-9.0.302-linux-musl-arm64.tar.gz", - "hash": "c84b1b419aaf2d778b080e019f0937897dc8a64d0612a3c2203acdcbb1ff598847a87a3ec3c688f3d03accb2180752b3c9b10043a60478347151bab3655ded1f" + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.303/dotnet-sdk-9.0.303-linux-musl-arm64.tar.gz", + "hash": "3f4b91e35a06d95c737c00673dff296584d7b33ee911ce3344136248c65f841581be39227fd43a00e3c036ddf3a553cf01f33b2e973ae2af5789bc6e504558f1" }, { "name": "dotnet-sdk-linux-musl-x64.tar.gz", "rid": "linux-musl-x64", - "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.302/dotnet-sdk-9.0.302-linux-musl-x64.tar.gz", - "hash": "01a0138fc5e6b05f6bf77f51b225cbb73606552f121f7c947e4a9c5db45775d4031d79a4ae1fc6e6b3b5d6388ecd2b0d503e5447b2e892fed9539a0728e624dd" + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.303/dotnet-sdk-9.0.303-linux-musl-x64.tar.gz", + "hash": "df6d2a043e4b31be78ca4360727a1e6c71243d40cafcf83cbc454eb4904cb838871adcebe2181788540ae36b1e0a29deba296387617dd23c4abd93afcb700c0d" }, { "name": "dotnet-sdk-linux-x64.tar.gz", "rid": "linux-x64", - "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.302/dotnet-sdk-9.0.302-linux-x64.tar.gz", - "hash": "fe46a96e794388b345105e47896e4e91099ffd907a7127ff2cadf76adb3a7be0b43f0cd8d2c376ae455283d08f4751f7ef11890fd2697304ef114447ae209c88" + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.303/dotnet-sdk-9.0.303-linux-x64.tar.gz", + "hash": "e11518c184ab4f80b5d6411ecbca3e07e244a190e949e51ef73d36c521420f06107987947ada924618a44b9142caa097bd03659d973249f463aa5e58417ebfdc" }, { "name": "dotnet-sdk-osx-arm64.pkg", "rid": "osx-arm64", - "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.302/dotnet-sdk-9.0.302-osx-arm64.pkg", - "hash": "a602f84c272caf0324daf0bba420607723afc0aa3f298f9f0923083b623faf0fadec4060adee0175e1e4305cab31902dbca02e0a4b9a5e830d8cdc824514edac" + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.303/dotnet-sdk-9.0.303-osx-arm64.pkg", + "hash": "99cb9b97c1c7c8ac5f30c11bc3c07961d6be1bfb2d5a9c7ecf110a2701d32e17c2de26788a2c72a730f849117a046cfed87dfae05f2eb211451888016fab43f4" }, { "name": "dotnet-sdk-osx-arm64.tar.gz", "rid": "osx-arm64", - "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.302/dotnet-sdk-9.0.302-osx-arm64.tar.gz", - "hash": "07e8178659437d782301693a4f8572e4366ddd66ee932b309a8d6f02ea2134cc15bdc2a0f1d1924ba756dce4543d74e8188d9c52de0a17d639a9c393b4f4f194" + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.303/dotnet-sdk-9.0.303-osx-arm64.tar.gz", + "hash": "410999907d6092c52155afc59c3bcac149811851db7318f6fe215e37b377ac1b316cbb595bb21cb526791f396da4cd439e4b2db76d45a825b57cc2f4729a2e2e" }, { "name": "dotnet-sdk-osx-x64.pkg", "rid": "osx-x64", - "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.302/dotnet-sdk-9.0.302-osx-x64.pkg", - "hash": "936fc6d3d031d57ad15d9ff150a49552422d5aabc0255d77e27fd2f1d79f9b92174e1813c888e9ccb55122daac4da1ddde56e6f49655a3464798caa4589d4a5f" + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.303/dotnet-sdk-9.0.303-osx-x64.pkg", + "hash": "cde6001fe3a9bf4d5b540e93e3886ba4c1299e2f70a7868ca62061a10c110b17150e957abe148c755a6b0c2e0e6a81df1a07c6fd3eec4065a0e5e1bcc432d459" }, { "name": "dotnet-sdk-osx-x64.tar.gz", "rid": "osx-x64", - "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.302/dotnet-sdk-9.0.302-osx-x64.tar.gz", - "hash": "10a863ef08020510625958471cce4d8b470ded38c5fc9bcc72295c6066bc0a5aad9ad22c5b4b5ad015e8d5dc3db328dfb682e90766300cd9502c171b5d930247" + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.303/dotnet-sdk-9.0.303-osx-x64.tar.gz", + "hash": "030979078780f3bb0823633f0dda324fbd519bce153fde6d41b66f2ec53fb338328a501cd9e3a0425e5e733c430a2b197df4fdf6e4e14166f24bab0b5c37d0b0" }, { "name": "dotnet-sdk-win-arm64.exe", "rid": "win-arm64", - "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.302/dotnet-sdk-9.0.302-win-arm64.exe", - "hash": "cc1c0276e8b900e25a2cabff14ca78bbc21c5712c1bad9e4d551aa2662dd77a666b2926e193b9b598cf2d9f91c1c9e1765371e6b29f68d76c56702ceafdf34db" + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.303/dotnet-sdk-9.0.303-win-arm64.exe", + "hash": "83245a1cd4a46c7240e057251c42132139e275b7bc932644a56f390933ef1816dc64fde63ae6376ba62f178058a67ebcabda55aae636179afcb02ff162234845" }, { "name": "dotnet-sdk-win-arm64.zip", "rid": "win-arm64", - "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.302/dotnet-sdk-9.0.302-win-arm64.zip", - "hash": "fca48a6d06e122a9a0d5f7824469c323e8a57ac9ed04b8cc12af475913ef09b79df67d329b5c0a612bebeeded2bb659d17f280556caab4549cc73c446f109e38" + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.303/dotnet-sdk-9.0.303-win-arm64.zip", + "hash": "d87b06c2415b55b77b3272cf8019235af916f9b2b8ef8b25f1d4c858c51b6a188852c0711f4620757f6bfbb9894cb8645d2c3a5d861a9c77d0d9bbeca28dddd1" }, { "name": "dotnet-sdk-win-x64.exe", "rid": "win-x64", - "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.302/dotnet-sdk-9.0.302-win-x64.exe", - "hash": "0cb87affddb63171f9c79033386fef2b1fbef209a7381de46bc94876f4aee475cb2f71b6a074708c4a5a94a0a1a464cb5ba424c572f2550ce562ad0705e3691e" + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.303/dotnet-sdk-9.0.303-win-x64.exe", + "hash": "96653bd5906362e28bdcd35c9a997ef0c34dc0e26e79ab62f5266a2b619ad3d00824dc88de0ae61cbe96f5f2ab86012fac968a85868161b8583881b632cd12af" }, { "name": "dotnet-sdk-win-x64.zip", "rid": "win-x64", - "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.302/dotnet-sdk-9.0.302-win-x64.zip", - "hash": "68e639c38d772aa3d59763991a3db6950e80be5efcba7bdb913f661aea21cd8f6c93fe36c31176f3f91a0c54af61b361daee98883aa0a344aef3e5b3506a2564" + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.303/dotnet-sdk-9.0.303-win-x64.zip", + "hash": "43c7c368b9941f52290bda7117596cf0e1e93ed4e48bc0d0417c4e066c4792f9874d073068f78636707278bde5e0f5df6d7e1fb55432a134d9c56f9c2e1b7676" }, { "name": "dotnet-sdk-win-x86.exe", "rid": "win-x86", - "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.302/dotnet-sdk-9.0.302-win-x86.exe", - "hash": "018ebbced95ab79dad05f38ee72b3808e0cbdda0ae84ce358250203798fa50e7f78a45a509bcda8a17bf7b3eab0dcea8f6113bb19400290816f54c919667b7d3" + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.303/dotnet-sdk-9.0.303-win-x86.exe", + "hash": "c126b2b78b68b68843fecb197a3bb5592b57befd29729977689d11da80bf9356feefd3705c664578e1c7e5d554b060c3d1d8b1b3434837b562d524a1662085ac" }, { "name": "dotnet-sdk-win-x86.zip", "rid": "win-x86", - "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.302/dotnet-sdk-9.0.302-win-x86.zip", - "hash": "f21dfca00c5920d378e1cbfd02e8eade70dde8c57e0275b7f49586f85cd8c497b3a34154995834fb925b93f6a1b0e2ff9baeadfef14da341e2ad6e6b77d7541e" + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.303/dotnet-sdk-9.0.303-win-x86.zip", + "hash": "f8ab9d1ee8e6021113c7c6ea3e65a7dcd9eeb1b500e2573da97eebce18548027741e6ecb89dc4a232b76b5e6cf27eb8a86928f2fad09e5043800d630a49473f6" } ] }, "sdks": [ + { + "version": "9.0.303", + "version-display": "9.0.303", + "runtime-version": "9.0.7", + "vs-version": "17.14.8", + "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.303/dotnet-sdk-9.0.303-linux-arm.tar.gz", + "hash": "6d25cff8f67e68af98383522fb62285b8e0f835aa874b91d61d5bc35b904cb4f1bd66badf54db2e11bd2f72fb7d9541b900e243858a69637e172e1547d5cd66b" + }, + { + "name": "dotnet-sdk-linux-arm64.tar.gz", + "rid": "linux-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.303/dotnet-sdk-9.0.303-linux-arm64.tar.gz", + "hash": "8257338282e5ad9ec8530e6b1b70a5e235d9c4ab9b9be6d0548f61cdb0a55e715a9d766b55203ee01036e20ae9bd4e74ababfa1a7c94d45e89b2f314e90e999b" + }, + { + "name": "dotnet-sdk-linux-musl-arm.tar.gz", + "rid": "linux-musl-arm", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.303/dotnet-sdk-9.0.303-linux-musl-arm.tar.gz", + "hash": "1a7df1d98f8d686369be16893c02b7f5e17b64785c4bb3d5572f23047d9c7c252ba7c1a6712013ffe274e39f60707a1b0e2ea00f07691976d279c8099238bdbf" + }, + { + "name": "dotnet-sdk-linux-musl-arm64.tar.gz", + "rid": "linux-musl-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.303/dotnet-sdk-9.0.303-linux-musl-arm64.tar.gz", + "hash": "3f4b91e35a06d95c737c00673dff296584d7b33ee911ce3344136248c65f841581be39227fd43a00e3c036ddf3a553cf01f33b2e973ae2af5789bc6e504558f1" + }, + { + "name": "dotnet-sdk-linux-musl-x64.tar.gz", + "rid": "linux-musl-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.303/dotnet-sdk-9.0.303-linux-musl-x64.tar.gz", + "hash": "df6d2a043e4b31be78ca4360727a1e6c71243d40cafcf83cbc454eb4904cb838871adcebe2181788540ae36b1e0a29deba296387617dd23c4abd93afcb700c0d" + }, + { + "name": "dotnet-sdk-linux-x64.tar.gz", + "rid": "linux-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.303/dotnet-sdk-9.0.303-linux-x64.tar.gz", + "hash": "e11518c184ab4f80b5d6411ecbca3e07e244a190e949e51ef73d36c521420f06107987947ada924618a44b9142caa097bd03659d973249f463aa5e58417ebfdc" + }, + { + "name": "dotnet-sdk-osx-arm64.pkg", + "rid": "osx-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.303/dotnet-sdk-9.0.303-osx-arm64.pkg", + "hash": "99cb9b97c1c7c8ac5f30c11bc3c07961d6be1bfb2d5a9c7ecf110a2701d32e17c2de26788a2c72a730f849117a046cfed87dfae05f2eb211451888016fab43f4" + }, + { + "name": "dotnet-sdk-osx-arm64.tar.gz", + "rid": "osx-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.303/dotnet-sdk-9.0.303-osx-arm64.tar.gz", + "hash": "410999907d6092c52155afc59c3bcac149811851db7318f6fe215e37b377ac1b316cbb595bb21cb526791f396da4cd439e4b2db76d45a825b57cc2f4729a2e2e" + }, + { + "name": "dotnet-sdk-osx-x64.pkg", + "rid": "osx-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.303/dotnet-sdk-9.0.303-osx-x64.pkg", + "hash": "cde6001fe3a9bf4d5b540e93e3886ba4c1299e2f70a7868ca62061a10c110b17150e957abe148c755a6b0c2e0e6a81df1a07c6fd3eec4065a0e5e1bcc432d459" + }, + { + "name": "dotnet-sdk-osx-x64.tar.gz", + "rid": "osx-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.303/dotnet-sdk-9.0.303-osx-x64.tar.gz", + "hash": "030979078780f3bb0823633f0dda324fbd519bce153fde6d41b66f2ec53fb338328a501cd9e3a0425e5e733c430a2b197df4fdf6e4e14166f24bab0b5c37d0b0" + }, + { + "name": "dotnet-sdk-win-arm64.exe", + "rid": "win-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.303/dotnet-sdk-9.0.303-win-arm64.exe", + "hash": "83245a1cd4a46c7240e057251c42132139e275b7bc932644a56f390933ef1816dc64fde63ae6376ba62f178058a67ebcabda55aae636179afcb02ff162234845" + }, + { + "name": "dotnet-sdk-win-arm64.zip", + "rid": "win-arm64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.303/dotnet-sdk-9.0.303-win-arm64.zip", + "hash": "d87b06c2415b55b77b3272cf8019235af916f9b2b8ef8b25f1d4c858c51b6a188852c0711f4620757f6bfbb9894cb8645d2c3a5d861a9c77d0d9bbeca28dddd1" + }, + { + "name": "dotnet-sdk-win-x64.exe", + "rid": "win-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.303/dotnet-sdk-9.0.303-win-x64.exe", + "hash": "96653bd5906362e28bdcd35c9a997ef0c34dc0e26e79ab62f5266a2b619ad3d00824dc88de0ae61cbe96f5f2ab86012fac968a85868161b8583881b632cd12af" + }, + { + "name": "dotnet-sdk-win-x64.zip", + "rid": "win-x64", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.303/dotnet-sdk-9.0.303-win-x64.zip", + "hash": "43c7c368b9941f52290bda7117596cf0e1e93ed4e48bc0d0417c4e066c4792f9874d073068f78636707278bde5e0f5df6d7e1fb55432a134d9c56f9c2e1b7676" + }, + { + "name": "dotnet-sdk-win-x86.exe", + "rid": "win-x86", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.303/dotnet-sdk-9.0.303-win-x86.exe", + "hash": "c126b2b78b68b68843fecb197a3bb5592b57befd29729977689d11da80bf9356feefd3705c664578e1c7e5d554b060c3d1d8b1b3434837b562d524a1662085ac" + }, + { + "name": "dotnet-sdk-win-x86.zip", + "rid": "win-x86", + "url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.303/dotnet-sdk-9.0.303-win-x86.zip", + "hash": "f8ab9d1ee8e6021113c7c6ea3e65a7dcd9eeb1b500e2573da97eebce18548027741e6ecb89dc4a232b76b5e6cf27eb8a86928f2fad09e5043800d630a49473f6" + } + ] + }, { "version": "9.0.302", "version-display": "9.0.302",