1
0
mirror of synced 2025-12-19 18:06:02 -05:00

.NET 10 Preview 5 (#9829)

* .NET 10 Preview 5

* update

* lint

* Add C# features in preview 5

Write the description for user defined compound assignment operators.

* Revert "Add C# features in preview 5"

This reverts commit 42e5ac6bff.

* Remove VB release notes for P5

There aren't notable new features in Visual Basic for Preview 5.

* Add notes about PQC

* Add PQC to the libraries ToC

* .NET 10 P5 - WinForms (#9919)

* winforms

* WinForms Preview 5

Preview 5 updates

* Fix duplicated intro

---------

Co-authored-by: Merrie McGaw <mmcgaw@microsoft.com>
Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>

* .NET 10 P5 - Containers (#9917)

* containers

* update for p5

* .NET 10 P5 - WPF (#9918)

* wpf

* Add notes

---------

Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>

* .NET 10 P5 Runtime (#9912)

* Update for Runtime

* Add JIT notes

* Fix GC notes

---------

Co-authored-by: Aman Khalid (from Dev Box) <amankhalid@microsoft.com>

* .NET 10 P5 - Languages (#9916)

* update csharp

* Add C# features in preview 5

Write the description for user defined compound assignment operators.

* Remove VB release notes for P5

There aren't notable new features in Visual Basic for Preview 5.

* Update fsharp.md

* Update fsharp.md

* Update fsharp.md

* add vb back just to link to docs

* update f#

* Update README.md

---------

Co-authored-by: Bill Wagner <wiwagn@microsoft.com>
Co-authored-by: Tomas Grosup <tomasgrosup@microsoft.com>

* updates for lint

* update (#9915)

* update for sdk (#9914)

* some more updates

* .NET MAUI in 10 Preview 5 (#9921)

* .NET MAUI in 10 Preview 5

* Update dotnetmaui.md

* added contributors

* hybridwebview interception

* addressing comments

---------

Co-authored-by: James Montemagno <james.montemagno@gmail.com>

* linting

* Update release-notes/10.0/preview/preview5/README.md

Co-authored-by: Martin Costello <martin@martincostello.com>

* Update release-notes/10.0/preview/preview5/README.md

Co-authored-by: Martin Costello <martin@martincostello.com>

* Update ef and date

* updating md file

* Added updates to README

---------

Co-authored-by: Bill Wagner <wiwagn@microsoft.com>
Co-authored-by: Jeremy Barton <jbarton@microsoft.com>
Co-authored-by: Merrie McGaw <mmcgaw@microsoft.com>
Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>
Co-authored-by: Aman Khalid (from Dev Box) <amankhalid@microsoft.com>
Co-authored-by: Tomas Grosup <tomasgrosup@microsoft.com>
Co-authored-by: David Ortinau <david.ortinau@microsoft.com>
Co-authored-by: Martin Costello <martin@martincostello.com>
Co-authored-by: victorisr <victorisr@microsoft.com>
This commit is contained in:
James Montemagno
2025-06-10 09:57:27 -07:00
committed by GitHub
parent 778316883c
commit 215900a2bd
23 changed files with 2212 additions and 44 deletions

View File

@@ -8,13 +8,13 @@ Welcome to the home of .NET [release notes](./release-notes/README.md) and [news
| Version | Release Date | Release type |Support phase | Latest Patch Version | End of Support |
| :-- | :-- | :-- | :-- | :-- | :-- |
| [.NET 10](release-notes/10.0/README.md) | November 11, 2025 | [LTS][policies] | Preview| [10.0.0-preview.4][10.0.0-preview.4] | |
| [.NET 10.0](release-notes/10.0/README.md) | November 11, 2025 | [LTS][policies] | Preview | [10.0.0-preview.5][10.0.0-preview.5] | TBD |
| [.NET 9](release-notes/9.0/README.md) | [November 12, 2024](https://devblogs.microsoft.com/dotnet/announcing-dotnet-9/) | [STS][policies] | Active | [9.0.5][9.0.5] | May 12, 2026 |
| [.NET 8](release-notes/8.0/README.md) | [November 14, 2023](https://devblogs.microsoft.com/dotnet/announcing-dotnet-8/) | [LTS][policies] | Active | [8.0.16][8.0.16] | November 10, 2026 |
[10.0.0-preview.4]: release-notes/10.0/preview/preview4/10.0.0-preview.4.md
[9.0.5]: release-notes/9.0/9.0.5/9.0.5.md
[8.0.16]: release-notes/8.0/8.0.16/8.0.16.md
[10.0.0-preview.5]: release-notes/10.0/preview/preview5/10.0.0-preview.5.md
[policies]: release-policies.md
* [Release notes](./release-notes/README.md)
@@ -32,4 +32,4 @@ You can subscribe to discussions with the following RSS feeds:
| --- | :--: | :--: |
| All Discussions | [🔗](https://github.com/dotnet/core/discussions) | [🔗](https://github.com/dotnet/core/discussions.atom) |
| News | [🔗](https://github.com/dotnet/core/discussions/categories/news) | [🔗](https://github.com/dotnet/core/discussions/categories/news.atom) |
| General | [🔗](https://github.com/dotnet/core/discussions/categories/general) | [🔗](https://github.com/dotnet/core/discussions/categories/general.atom) |
| General | [🔗](https://github.com/dotnet/core/discussions/categories/general) | [🔗](https://github.com/dotnet/core/discussions/categories/general.atom) |

View File

@@ -16,6 +16,7 @@ It is currently in development and not supported. .NET 10 is expected to be rele
| Date | Release |
| :-- | :-- |
| 2025/06/10 | [10.0.0 Preview 5](preview/preview5/README.md) |
| 2025/05/10 | [10.0.0 Preview 4](preview/preview4/README.md) |
| 2025/04/10 | [10.0.0 Preview 3](preview/preview3/README.md) |
| 2025/03/18 | [10.0.0 Preview 2](preview/preview2/README.md) |
@@ -24,6 +25,7 @@ It is currently in development and not supported. .NET 10 is expected to be rele
### .NET Libraries
- [What's new in .NET 10 libraries](https://learn.microsoft.com/dotnet/core/whats-new/dotnet-10/overview#net-libraries)
- [Preview 5](preview/preview5/libraries.md)
- [Preview 4](preview/preview4/libraries.md)
- [Preview 3](preview/preview3/libraries.md)
- [Preview 2](preview/preview2/libraries.md)
@@ -32,6 +34,7 @@ It is currently in development and not supported. .NET 10 is expected to be rele
### .NET Runtime
- [What's new in the .NET 10 runtime](https://learn.microsoft.com/dotnet/core/whats-new/dotnet-10/runtime)
- [Preview 5](preview/preview5/runtime.md)
- [Preview 4](preview/preview4/runtime.md)
- [Preview 3](preview/preview3/runtime.md)
- [Preview 2](preview/preview2/runtime.md)
@@ -40,6 +43,7 @@ It is currently in development and not supported. .NET 10 is expected to be rele
### .NET SDK
- [What's new in the SDK for .NET 10](https://learn.microsoft.com/dotnet/core/whats-new/dotnet-10/sdk)
- [Preview 5](preview/preview5/sdk.md)
- [Preview 4](preview/preview4/sdk.md)
- [Preview 3](preview/preview3/sdk.md)
- [Preview 2](preview/preview2/sdk.md)
@@ -48,6 +52,7 @@ It is currently in development and not supported. .NET 10 is expected to be rele
### C\#
- [What's new in C# 14](https://learn.microsoft.com/dotnet/csharp/whats-new/csharp-14)
- [Preview 5](preview/preview5/csharp.md)
- [Preview 4](preview/preview4/csharp.md)
- [Preview 3](preview/preview3/csharp.md)
- [Preview 2](preview/preview2/csharp.md)
@@ -56,6 +61,7 @@ It is currently in development and not supported. .NET 10 is expected to be rele
### ASP.NET Core
- [What's new in ASP.NET Core 10.0](https://learn.microsoft.com/aspnet/core/release-notes/aspnetcore-10.0)
- [Preview 5](preview/preview5/aspnetcore.md)
- [Preview 4](preview/preview4/aspnetcore.md)
- [Preview 3](preview/preview3/aspnetcore.md)
- [Preview 2](preview/preview2/aspnetcore.md)
@@ -64,6 +70,7 @@ It is currently in development and not supported. .NET 10 is expected to be rele
### .NET MAUI
- [What's new in .NET MAUI for .NET 10](https://learn.microsoft.com/dotnet/maui/whats-new/dotnet-10)
- [Preview 5](preview/preview5/dotnetmaui.md)
- [Preview 4](preview/preview4/dotnetmaui.md)
- [Preview 3](preview/preview3/dotnetmaui.md)
- [Preview 2](preview/preview2/dotnetmaui.md)
@@ -72,6 +79,7 @@ It is currently in development and not supported. .NET 10 is expected to be rele
### Entity Framework Core
- [What's new in EF Core 10](https://learn.microsoft.com/ef/core/what-is-new/ef-core-10.0/whatsnew)
- [Preview 5](preview/preview5/efcore.md)
- [Preview 4](preview/preview4/efcore.md)
- [Preview 3](preview/preview3/efcore.md)
- [Preview 2](preview/preview2/efcore.md)
@@ -80,6 +88,7 @@ It is currently in development and not supported. .NET 10 is expected to be rele
### Windows Forms
- [What's new in Windows Forms for .NET 10](https://learn.microsoft.com/dotnet/desktop/winforms/whats-new/net100)
- [Preview 5](preview/preview5/winforms.md)
- [Preview 4](preview/preview4/winforms.md)
- [Preview 3](preview/preview3/winforms.md)
- [Preview 2](preview/preview2/winforms.md)
@@ -88,7 +97,8 @@ It is currently in development and not supported. .NET 10 is expected to be rele
### Windows Presentation Foundation (WPF)
- [What's new in WPF for .NET 10](https://learn.microsoft.com/dotnet/desktop/wpf/whats-new/net100)
- [Preview 5](preview/preview5/wpf.md)
- [Preview 4](preview/preview4/wpf.md)
- [Preview 3](preview/preview3/wpf.md)
- [Preview 2](preview/preview2/wpf.md)
- [Preview 1](preview/preview1/wpf.md)
- [Preview 1](preview/preview1/wpf.md)

View File

@@ -30,16 +30,16 @@ 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/10.0.100-preview.4.25258.110/dotnet-sdk-10.0.100-preview.4.25258.110-linux-x64.tar.gz
~# curl -Lo dotnet.tar.gz https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.5.25277.114/dotnet-sdk-10.0.100-preview.5.25277.114-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
10.0.100-preview.4.25258.110
10.0.100-preview.5.25277.114
```
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.
You can add your .NET install location permanently to your path if you'd like.
You can add your .NET install location permanently to your path if you'd like.

View File

@@ -34,16 +34,16 @@ 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/10.0.100-preview.4.25258.110/dotnet-sdk-10.0.100-preview.4.25258.110-win-x64.exe
~# curl -Lo dotnet.tar.gz https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.5.25277.114/dotnet-sdk-10.0.100-preview.5.25277.114-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
10.0.100-preview.4.25258.110
10.0.100-preview.5.25277.114
```
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.
You can add your .NET install location permanently to your path if you'd like.
You can add your .NET install location permanently to your path if you'd like.

View File

@@ -50,15 +50,15 @@ 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/10.0.100-preview.4.25258.110/dotnet-sdk-10.0.100-preview.4.25258.110-win-x64.exe
C:\>curl -Lo dotnet.zip https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.5.25277.114/dotnet-sdk-10.0.100-preview.5.25277.114-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
10.0.100-preview.4.25258.110
10.0.100-preview.5.25277.114
```
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.
You can add your .NET install location permanently to your path if you'd like.
You can add your .NET install location permanently to your path if you'd like.

View File

@@ -0,0 +1,913 @@
# .NET 10 Preview 5 Binaries
.NET 10 Preview 5 installers and binaries can be downloaded for the following product versions:
- `.NET 10.0.0 Preview 5`
- `.NET SDK 10.0.100-preview.5.25277.114`
See [README.md](README.md) for .NET 10 release notes and discussions.
The latest .NET releases are always listed at [.NET 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
10.0.100-preview.5.25277.114
```
## .NET Multi-Platform App UI (MAUI) Workload Downloads
After installing the .NET SDK, you can install .NET MAUI using the `dotnet workload install` command:
```console
dotnet workload install maui
```
The following workloads are also available to install individually:
```console
dotnet workload install android
dotnet workload install ios
dotnet workload install maccatalyst
dotnet workload install macos
dotnet workload install tvos
```
## Container Images
[.NET container images](https://github.com/dotnet/dotnet-docker/blob/main/README.md) have been updated for this release. The [.NET container samples](https://github.com/dotnet/dotnet-docker/blob/main/samples/README.md) show various ways to use .NET container images.
The following repos have been updated:
- [dotnet/sdk](https://github.com/dotnet/dotnet-docker/blob/main/README.sdk.md)
- `docker pull mcr.microsoft.com/dotnet/sdk:10.0-preview`
- [dotnet/aspnet](https://github.com/dotnet/dotnet-docker/blob/main/README.aspnet.md)
- `docker pull mcr.microsoft.com/dotnet/aspnet:10.0-preview`
- [dotnet/runtime](https://github.com/dotnet/dotnet-docker/blob/main/README.runtime.md)
- `docker pull mcr.microsoft.com/dotnet/runtime:10.0-preview`
- [dotnet/runtime-deps](https://github.com/dotnet/dotnet-docker/blob/main/README.runtime.md)
- `docker pull mcr.microsoft.com/dotnet/runtime-deps:10.0-preview`
## Visual Studio Compatibility
.NET 10 is compatible with [Visual Studio 17.14 latest preview](https://visualstudio.microsoft.com) Users will have to [download](https://dotnet.microsoft.com/download/dotnet/10.0) and install the .NET 10 runtime/sdk standalone.
## Feedback
Your feedback is important and appreciated. We've created a discussion at <https://github.com/dotnet/core/discussions/categories/news> for your questions and comments.
[checksums-runtime]: https://builds.dotnet.microsoft.com/dotnet/checksums/10.0.0-preview.5-sha.txt
[checksums-sdk]: https://builds.dotnet.microsoft.com/dotnet/checksums/10.0.0-preview.5-sha.txt
[linux-packages]: ../../install-linux.md
## Packages updated in this release
| Package name | Version |
| :------------------------------------------ | :---------: |
| AspNetCoreRuntimex64 | 10.0.0-preview-5-25277-114 |
| AspNetCoreRuntimex86 | 10.0.0-preview-5-25277-114 |
| dotnet-ef | 10.0.0-preview.5.25277.114 |
| dotnet-ilverify | 10.0.0-preview.5.25277.114 |
| dotnet-sourcelink | 10.0.0-beta.25277.114 |
| dotnet-sql-cache | 10.0.0-preview.5.25277.114 |
| FSharp.Compiler.Service | 43.10.100-preview.25277.114 |
| FSharp.Core | 10.0.100-beta.25277.114 |
| Microsoft.AspNetCore.App.Internal.Assets | 10.0.0-preview.5.25277.114 |
| Microsoft.AspNetCore.App.Ref | 10.0.0-preview.5.25277.114 |
| Microsoft.AspNetCore.App.Runtime.linux-arm | 10.0.0-preview.5.25277.114 |
| Microsoft.AspNetCore.App.Runtime.linux-arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.AspNetCore.App.Runtime.linux-musl-arm | 10.0.0-preview.5.25277.114 |
| Microsoft.AspNetCore.App.Runtime.linux-musl-arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.AspNetCore.App.Runtime.linux-musl-x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.AspNetCore.App.Runtime.linux-x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.AspNetCore.App.Runtime.osx-arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.AspNetCore.App.Runtime.osx-x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.AspNetCore.App.Runtime.win-arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.AspNetCore.App.Runtime.win-x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.AspNetCore.App.Runtime.win-x86 | 10.0.0-preview.5.25277.114 |
| Microsoft.AspNetCore.Authentication.Certificate | 10.0.0-preview.5.25277.114 |
| Microsoft.AspNetCore.Authentication.Facebook | 10.0.0-preview.5.25277.114 |
| Microsoft.AspNetCore.Authentication.Google | 10.0.0-preview.5.25277.114 |
| Microsoft.AspNetCore.Authentication.JwtBearer | 10.0.0-preview.5.25277.114 |
| Microsoft.AspNetCore.Authentication.MicrosoftAccount | 10.0.0-preview.5.25277.114 |
| Microsoft.AspNetCore.Authentication.Negotiate | 10.0.0-preview.5.25277.114 |
| Microsoft.AspNetCore.Authentication.OpenIdConnect | 10.0.0-preview.5.25277.114 |
| Microsoft.AspNetCore.Authentication.Twitter | 10.0.0-preview.5.25277.114 |
| Microsoft.AspNetCore.Authentication.WsFederation | 10.0.0-preview.5.25277.114 |
| Microsoft.AspNetCore.Authorization | 10.0.0-preview.5.25277.114 |
| Microsoft.AspNetCore.AzureAppServices.HostingStartup | 10.0.0-preview.5.25277.114 |
| Microsoft.AspNetCore.AzureAppServicesIntegration | 10.0.0-preview.5.25277.114 |
| Microsoft.AspNetCore.Components | 10.0.0-preview.5.25277.114 |
| Microsoft.AspNetCore.Components.Analyzers | 10.0.0-preview.5.25277.114 |
| Microsoft.AspNetCore.Components.Authorization | 10.0.0-preview.5.25277.114 |
| Microsoft.AspNetCore.Components.CustomElements | 10.0.0-preview.5.25277.114 |
| Microsoft.AspNetCore.Components.Forms | 10.0.0-preview.5.25277.114 |
| Microsoft.AspNetCore.Components.QuickGrid | 10.0.0-preview.5.25277.114 |
| Microsoft.AspNetCore.Components.QuickGrid.EntityFrameworkAdapter | 10.0.0-preview.5.25277.114 |
| Microsoft.AspNetCore.Components.Web | 10.0.0-preview.5.25277.114 |
| Microsoft.AspNetCore.Components.WebAssembly | 10.0.0-preview.5.25277.114 |
| Microsoft.AspNetCore.Components.WebAssembly.Authentication | 10.0.0-preview.5.25277.114 |
| Microsoft.AspNetCore.Components.WebAssembly.DevServer | 10.0.0-preview.5.25277.114 |
| Microsoft.AspNetCore.Components.WebAssembly.Server | 10.0.0-preview.5.25277.114 |
| Microsoft.AspNetCore.Components.WebView | 10.0.0-preview.5.25277.114 |
| Microsoft.AspNetCore.ConcurrencyLimiter | 10.0.0-preview.5.25277.114 |
| Microsoft.AspNetCore.Connections.Abstractions | 10.0.0-preview.5.25277.114 |
| Microsoft.AspNetCore.Cryptography.Internal | 10.0.0-preview.5.25277.114 |
| Microsoft.AspNetCore.Cryptography.KeyDerivation | 10.0.0-preview.5.25277.114 |
| Microsoft.AspNetCore.DataProtection | 10.0.0-preview.5.25277.114 |
| Microsoft.AspNetCore.DataProtection.Abstractions | 10.0.0-preview.5.25277.114 |
| Microsoft.AspNetCore.DataProtection.EntityFrameworkCore | 10.0.0-preview.5.25277.114 |
| Microsoft.AspNetCore.DataProtection.Extensions | 10.0.0-preview.5.25277.114 |
| Microsoft.AspNetCore.DataProtection.StackExchangeRedis | 10.0.0-preview.5.25277.114 |
| Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore | 10.0.0-preview.5.25277.114 |
| Microsoft.AspNetCore.Grpc.JsonTranscoding | 10.0.0-preview.5.25277.114 |
| Microsoft.AspNetCore.Grpc.Swagger | 0.10.0-preview.5.25277.114 |
| Microsoft.AspNetCore.HeaderPropagation | 10.0.0-preview.5.25277.114 |
| Microsoft.AspNetCore.Hosting.WindowsServices | 10.0.0-preview.5.25277.114 |
| Microsoft.AspNetCore.Http.Connections.Client | 10.0.0-preview.5.25277.114 |
| Microsoft.AspNetCore.Http.Connections.Common | 10.0.0-preview.5.25277.114 |
| Microsoft.AspNetCore.Identity.EntityFrameworkCore | 10.0.0-preview.5.25277.114 |
| Microsoft.AspNetCore.Identity.UI | 10.0.0-preview.5.25277.114 |
| Microsoft.AspNetCore.JsonPatch | 10.0.0-preview.5.25277.114 |
| Microsoft.AspNetCore.JsonPatch.SystemTextJson | 10.0.0-preview.5.25277.114 |
| Microsoft.AspNetCore.Metadata | 10.0.0-preview.5.25277.114 |
| Microsoft.AspNetCore.MiddlewareAnalysis | 10.0.0-preview.5.25277.114 |
| Microsoft.AspNetCore.Mvc.NewtonsoftJson | 10.0.0-preview.5.25277.114 |
| Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation | 10.0.0-preview.5.25277.114 |
| Microsoft.AspNetCore.Mvc.Testing | 10.0.0-preview.5.25277.114 |
| Microsoft.AspNetCore.OpenApi | 10.0.0-preview.5.25277.114 |
| Microsoft.AspNetCore.OutputCaching.StackExchangeRedis | 10.0.0-preview.5.25277.114 |
| Microsoft.AspNetCore.Owin | 10.0.0-preview.5.25277.114 |
| Microsoft.AspNetCore.Razor.ExternalAccess.LegacyEditor | 10.0.0-preview.25277.114 |
| Microsoft.AspNetCore.Razor.Test.Common | 10.0.0-preview.25277.114 |
| Microsoft.AspNetCore.SignalR.Client | 10.0.0-preview.5.25277.114 |
| Microsoft.AspNetCore.SignalR.Client.Core | 10.0.0-preview.5.25277.114 |
| Microsoft.AspNetCore.SignalR.Common | 10.0.0-preview.5.25277.114 |
| Microsoft.AspNetCore.SignalR.Protocols.Json | 10.0.0-preview.5.25277.114 |
| Microsoft.AspNetCore.SignalR.Protocols.MessagePack | 10.0.0-preview.5.25277.114 |
| Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson | 10.0.0-preview.5.25277.114 |
| Microsoft.AspNetCore.SignalR.Specification.Tests | 10.0.0-preview.5.25277.114 |
| Microsoft.AspNetCore.SignalR.StackExchangeRedis | 10.0.0-preview.5.25277.114 |
| Microsoft.AspNetCore.SpaProxy | 10.0.0-preview.5.25277.114 |
| Microsoft.AspNetCore.SpaServices.Extensions | 10.0.0-preview.5.25277.114 |
| Microsoft.AspNetCore.TestHost | 10.0.0-preview.5.25277.114 |
| Microsoft.AspNetCore.WebUtilities | 10.0.0-preview.5.25277.114 |
| Microsoft.Authentication.WebAssembly.Msal | 10.0.0-preview.5.25277.114 |
| Microsoft.Bcl.AsyncInterfaces | 10.0.0-preview.5.25277.114 |
| Microsoft.Bcl.Cryptography | 10.0.0-preview.5.25277.114 |
| Microsoft.Bcl.Memory | 10.0.0-preview.5.25277.114 |
| Microsoft.Bcl.Numerics | 10.0.0-preview.5.25277.114 |
| Microsoft.Bcl.TimeProvider | 10.0.0-preview.5.25277.114 |
| Microsoft.Build | 17.15.0-preview-25277-114 |
| Microsoft.Build.Framework | 17.15.0-preview-25277-114 |
| Microsoft.Build.Runtime | 17.15.0-preview-25277-114 |
| Microsoft.Build.StandardCI | 10.0.0-beta.25277.114 |
| Microsoft.Build.Tasks.Core | 17.15.0-preview-25277-114 |
| Microsoft.Build.Tasks.Git | 10.0.0-beta.25277.114 |
| Microsoft.Build.Tasks.Tfvc | 10.0.0-beta.25277.114 |
| Microsoft.Build.Templates | 17.15.0-preview-25277-114 |
| Microsoft.Build.Utilities.Core | 17.15.0-preview-25277-114 |
| Microsoft.CodeAnalysis | 5.0.0-1.25277.114 |
| Microsoft.CodeAnalysis.Analyzers | 5.0.0-1.25277.114 |
| Microsoft.CodeAnalysis.AnalyzerUtilities | 5.0.0-1.25277.114 |
| Microsoft.CodeAnalysis.BannedApiAnalyzers | 5.0.0-1.25277.114 |
| Microsoft.CodeAnalysis.Collections | 5.0.0-1.25277.114 |
| Microsoft.CodeAnalysis.Common | 5.0.0-1.25277.114 |
| Microsoft.CodeAnalysis.Compilers | 5.0.0-1.25277.114 |
| Microsoft.CodeAnalysis.Contracts | 5.0.0-1.25277.114 |
| Microsoft.CodeAnalysis.CSharp | 5.0.0-1.25277.114 |
| Microsoft.CodeAnalysis.CSharp.CodeStyle | 5.0.0-1.25277.114 |
| Microsoft.CodeAnalysis.CSharp.EditorFeatures | 5.0.0-1.25277.114 |
| Microsoft.CodeAnalysis.CSharp.Features | 5.0.0-1.25277.114 |
| Microsoft.CodeAnalysis.CSharp.Scripting | 5.0.0-1.25277.114 |
| Microsoft.CodeAnalysis.CSharp.Workspaces | 5.0.0-1.25277.114 |
| Microsoft.CodeAnalysis.Debugging | 5.0.0-1.25277.114 |
| Microsoft.CodeAnalysis.EditorFeatures | 5.0.0-1.25277.114 |
| Microsoft.CodeAnalysis.EditorFeatures.Common | 5.0.0-1.25277.114 |
| Microsoft.CodeAnalysis.EditorFeatures.Text | 5.0.0-1.25277.114 |
| Microsoft.CodeAnalysis.Extensions | 5.0.0-1.25277.114 |
| Microsoft.CodeAnalysis.ExternalAccess.Apex | 5.0.0-1.25277.114 |
| Microsoft.CodeAnalysis.ExternalAccess.AspNetCore | 5.0.0-1.25277.114 |
| Microsoft.CodeAnalysis.ExternalAccess.CompilerDeveloperSDK | 5.0.0-1.25277.114 |
| Microsoft.CodeAnalysis.ExternalAccess.Copilot | 5.0.0-1.25277.114 |
| Microsoft.CodeAnalysis.ExternalAccess.Debugger | 5.0.0-1.25277.114 |
| Microsoft.CodeAnalysis.ExternalAccess.EditorConfigGenerator | 5.0.0-1.25277.114 |
| Microsoft.CodeAnalysis.ExternalAccess.Extensions | 5.0.0-1.25277.114 |
| Microsoft.CodeAnalysis.ExternalAccess.FSharp | 5.0.0-1.25277.114 |
| Microsoft.CodeAnalysis.ExternalAccess.OmniSharp | 5.0.0-1.25277.114 |
| Microsoft.CodeAnalysis.ExternalAccess.OmniSharp.CSharp | 5.0.0-1.25277.114 |
| Microsoft.CodeAnalysis.ExternalAccess.Razor.EditorFeatures | 5.0.0-1.25277.114 |
| Microsoft.CodeAnalysis.ExternalAccess.Razor.Features | 5.0.0-1.25277.114 |
| Microsoft.CodeAnalysis.ExternalAccess.RazorCompiler | 5.0.0-1.25277.114 |
| Microsoft.CodeAnalysis.ExternalAccess.VisualDiagnostics | 5.0.0-1.25277.114 |
| Microsoft.CodeAnalysis.ExternalAccess.Xaml | 5.0.0-1.25277.114 |
| Microsoft.CodeAnalysis.Features | 5.0.0-1.25277.114 |
| Microsoft.CodeAnalysis.InteractiveHost | 5.0.0-1.25277.114 |
| Microsoft.CodeAnalysis.LanguageServer.ExternalAccess.Copilot | 5.0.0-1.25277.114 |
| Microsoft.CodeAnalysis.LanguageServer.linux-arm | 5.0.0-1.25277.114 |
| Microsoft.CodeAnalysis.LanguageServer.linux-arm64 | 5.0.0-1.25277.114 |
| Microsoft.CodeAnalysis.LanguageServer.linux-musl-arm | 5.0.0-1.25277.114 |
| Microsoft.CodeAnalysis.LanguageServer.linux-musl-arm64 | 5.0.0-1.25277.114 |
| Microsoft.CodeAnalysis.LanguageServer.linux-musl-x64 | 5.0.0-1.25277.114 |
| Microsoft.CodeAnalysis.LanguageServer.linux-x64 | 5.0.0-1.25277.114 |
| Microsoft.CodeAnalysis.LanguageServer.neutral | 5.0.0-1.25277.114 |
| Microsoft.CodeAnalysis.LanguageServer.osx-arm64 | 5.0.0-1.25277.114 |
| Microsoft.CodeAnalysis.LanguageServer.osx-x64 | 5.0.0-1.25277.114 |
| Microsoft.CodeAnalysis.LanguageServer.Protocol | 5.0.0-1.25277.114 |
| Microsoft.CodeAnalysis.LanguageServer.win-arm64 | 5.0.0-1.25277.114 |
| Microsoft.CodeAnalysis.LanguageServer.win-x64 | 5.0.0-1.25277.114 |
| Microsoft.CodeAnalysis.LanguageServer.win-x86 | 5.0.0-1.25277.114 |
| Microsoft.CodeAnalysis.Metrics | 5.0.0-1.25277.114 |
| Microsoft.CodeAnalysis.NetAnalyzers | 10.0.0-preview.25277.114 |
| Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers | 5.0.0-1.25277.114 |
| Microsoft.CodeAnalysis.PooledObjects | 5.0.0-1.25277.114 |
| Microsoft.CodeAnalysis.PublicApiAnalyzers | 5.0.0-1.25277.114 |
| Microsoft.CodeAnalysis.Razor.Compiler | 10.0.0-preview.25277.114 |
| Microsoft.CodeAnalysis.Remote.ServiceHub | 5.0.0-1.25277.114 |
| Microsoft.CodeAnalysis.Remote.Workspaces | 5.0.0-1.25277.114 |
| Microsoft.CodeAnalysis.ResxSourceGenerator | 5.0.0-1.25277.114 |
| Microsoft.CodeAnalysis.RulesetToEditorconfigConverter | 5.0.0-1.25277.114 |
| Microsoft.CodeAnalysis.Scripting | 5.0.0-1.25277.114 |
| Microsoft.CodeAnalysis.Scripting.Common | 5.0.0-1.25277.114 |
| Microsoft.CodeAnalysis.Threading | 5.0.0-1.25277.114 |
| Microsoft.CodeAnalysis.VisualBasic | 5.0.0-1.25277.114 |
| Microsoft.CodeAnalysis.VisualBasic.CodeStyle | 5.0.0-1.25277.114 |
| Microsoft.CodeAnalysis.VisualBasic.EditorFeatures | 5.0.0-1.25277.114 |
| Microsoft.CodeAnalysis.VisualBasic.Features | 5.0.0-1.25277.114 |
| Microsoft.CodeAnalysis.VisualBasic.Workspaces | 5.0.0-1.25277.114 |
| Microsoft.CodeAnalysis.Workspaces.Common | 5.0.0-1.25277.114 |
| Microsoft.CodeAnalysis.Workspaces.Desktop | 5.0.0-1.25277.114 |
| Microsoft.CodeAnalysis.Workspaces.MSBuild | 5.0.0-1.25277.114 |
| Microsoft.CodeCoverage | 17.15.0-preview-25277-114 |
| Microsoft.CommonLanguageServerProtocol.Framework | 5.0.0-1.25277.114 |
| Microsoft.Data.Sqlite | 10.0.0-preview.5.25277.114 |
| Microsoft.Data.Sqlite.Core | 10.0.0-preview.5.25277.114 |
| Microsoft.Deployment.DotNet.Releases | 2.0.0-preview.1.25277.114 |
| Microsoft.DiaSymReader | 2.2.0-beta.25277.114 |
| Microsoft.dotnet-openapi | 10.0.0-preview.5.25277.114 |
| Microsoft.DotNet.ApiCompat.Task | 10.0.100-preview.5.25277.114 |
| Microsoft.DotNet.ApiCompat.Tool | 10.0.100-preview.5.25277.114 |
| Microsoft.DotNet.Common.ItemTemplates | 10.0.100-preview.5.25277.114 |
| Microsoft.DotNet.Common.ProjectTemplates.10.0 | 10.0.100-preview.5.25277.114 |
| Microsoft.DotNet.ILCompiler | 10.0.0-preview.5.25277.114 |
| Microsoft.DotNet.Web.Client.ItemTemplates | 10.0.0-preview.5.25277.114 |
| Microsoft.DotNet.Web.ItemTemplates.10.0 | 10.0.0-preview.5.25277.114 |
| Microsoft.DotNet.Web.ProjectTemplates.10.0 | 10.0.0-preview.5.25277.114 |
| Microsoft.EntityFrameworkCore | 10.0.0-preview.5.25277.114 |
| Microsoft.EntityFrameworkCore.Abstractions | 10.0.0-preview.5.25277.114 |
| Microsoft.EntityFrameworkCore.Analyzers | 10.0.0-preview.5.25277.114 |
| Microsoft.EntityFrameworkCore.Cosmos | 10.0.0-preview.5.25277.114 |
| Microsoft.EntityFrameworkCore.Design | 10.0.0-preview.5.25277.114 |
| Microsoft.EntityFrameworkCore.InMemory | 10.0.0-preview.5.25277.114 |
| Microsoft.EntityFrameworkCore.Proxies | 10.0.0-preview.5.25277.114 |
| Microsoft.EntityFrameworkCore.Relational | 10.0.0-preview.5.25277.114 |
| Microsoft.EntityFrameworkCore.Relational.Specification.Tests | 10.0.0-preview.5.25277.114 |
| Microsoft.EntityFrameworkCore.Specification.Tests | 10.0.0-preview.5.25277.114 |
| Microsoft.EntityFrameworkCore.Sqlite | 10.0.0-preview.5.25277.114 |
| Microsoft.EntityFrameworkCore.Sqlite.Core | 10.0.0-preview.5.25277.114 |
| Microsoft.EntityFrameworkCore.Sqlite.NetTopologySuite | 10.0.0-preview.5.25277.114 |
| Microsoft.EntityFrameworkCore.SqlServer | 10.0.0-preview.5.25277.114 |
| Microsoft.EntityFrameworkCore.SqlServer.Abstractions | 10.0.0-preview.5.25277.114 |
| Microsoft.EntityFrameworkCore.SqlServer.HierarchyId | 10.0.0-preview.5.25277.114 |
| Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite | 10.0.0-preview.5.25277.114 |
| Microsoft.EntityFrameworkCore.Tasks | 10.0.0-preview.5.25277.114 |
| Microsoft.EntityFrameworkCore.Templates | 10.0.0-preview.5.25277.114 |
| Microsoft.EntityFrameworkCore.Tools | 10.0.0-preview.5.25277.114 |
| Microsoft.Extensions.ApiDescription.Client | 10.0.0-preview.5.25277.114 |
| Microsoft.Extensions.ApiDescription.Server | 10.0.0-preview.5.25277.114 |
| Microsoft.Extensions.Caching.Abstractions | 10.0.0-preview.5.25277.114 |
| Microsoft.Extensions.Caching.Memory | 10.0.0-preview.5.25277.114 |
| Microsoft.Extensions.Caching.SqlServer | 10.0.0-preview.5.25277.114 |
| Microsoft.Extensions.Caching.StackExchangeRedis | 10.0.0-preview.5.25277.114 |
| Microsoft.Extensions.Configuration | 10.0.0-preview.5.25277.114 |
| Microsoft.Extensions.Configuration.Abstractions | 10.0.0-preview.5.25277.114 |
| Microsoft.Extensions.Configuration.Binder | 10.0.0-preview.5.25277.114 |
| Microsoft.Extensions.Configuration.CommandLine | 10.0.0-preview.5.25277.114 |
| Microsoft.Extensions.Configuration.EnvironmentVariables | 10.0.0-preview.5.25277.114 |
| Microsoft.Extensions.Configuration.FileExtensions | 10.0.0-preview.5.25277.114 |
| Microsoft.Extensions.Configuration.Ini | 10.0.0-preview.5.25277.114 |
| Microsoft.Extensions.Configuration.Json | 10.0.0-preview.5.25277.114 |
| Microsoft.Extensions.Configuration.KeyPerFile | 10.0.0-preview.5.25277.114 |
| Microsoft.Extensions.Configuration.UserSecrets | 10.0.0-preview.5.25277.114 |
| Microsoft.Extensions.Configuration.Xml | 10.0.0-preview.5.25277.114 |
| Microsoft.Extensions.DependencyInjection | 10.0.0-preview.5.25277.114 |
| Microsoft.Extensions.DependencyInjection.Abstractions | 10.0.0-preview.5.25277.114 |
| Microsoft.Extensions.DependencyInjection.Specification.Tests | 10.0.0-preview.5.25277.114 |
| Microsoft.Extensions.DependencyModel | 10.0.0-preview.5.25277.114 |
| Microsoft.Extensions.Diagnostics | 10.0.0-preview.5.25277.114 |
| Microsoft.Extensions.Diagnostics.Abstractions | 10.0.0-preview.5.25277.114 |
| Microsoft.Extensions.Diagnostics.HealthChecks | 10.0.0-preview.5.25277.114 |
| Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions | 10.0.0-preview.5.25277.114 |
| Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore | 10.0.0-preview.5.25277.114 |
| Microsoft.Extensions.Features | 10.0.0-preview.5.25277.114 |
| Microsoft.Extensions.FileProviders.Abstractions | 10.0.0-preview.5.25277.114 |
| Microsoft.Extensions.FileProviders.Composite | 10.0.0-preview.5.25277.114 |
| Microsoft.Extensions.FileProviders.Embedded | 10.0.0-preview.5.25277.114 |
| Microsoft.Extensions.FileProviders.Physical | 10.0.0-preview.5.25277.114 |
| Microsoft.Extensions.FileSystemGlobbing | 10.0.0-preview.5.25277.114 |
| Microsoft.Extensions.Hosting | 10.0.0-preview.5.25277.114 |
| Microsoft.Extensions.Hosting.Abstractions | 10.0.0-preview.5.25277.114 |
| Microsoft.Extensions.Hosting.Systemd | 10.0.0-preview.5.25277.114 |
| Microsoft.Extensions.Hosting.WindowsServices | 10.0.0-preview.5.25277.114 |
| Microsoft.Extensions.Http | 10.0.0-preview.5.25277.114 |
| Microsoft.Extensions.Http.Polly | 10.0.0-preview.5.25277.114 |
| Microsoft.Extensions.Identity.Core | 10.0.0-preview.5.25277.114 |
| Microsoft.Extensions.Identity.Stores | 10.0.0-preview.5.25277.114 |
| Microsoft.Extensions.Localization | 10.0.0-preview.5.25277.114 |
| Microsoft.Extensions.Localization.Abstractions | 10.0.0-preview.5.25277.114 |
| Microsoft.Extensions.Logging | 10.0.0-preview.5.25277.114 |
| Microsoft.Extensions.Logging.Abstractions | 10.0.0-preview.5.25277.114 |
| Microsoft.Extensions.Logging.AzureAppServices | 10.0.0-preview.5.25277.114 |
| Microsoft.Extensions.Logging.Configuration | 10.0.0-preview.5.25277.114 |
| Microsoft.Extensions.Logging.Console | 10.0.0-preview.5.25277.114 |
| Microsoft.Extensions.Logging.Debug | 10.0.0-preview.5.25277.114 |
| Microsoft.Extensions.Logging.EventLog | 10.0.0-preview.5.25277.114 |
| Microsoft.Extensions.Logging.EventSource | 10.0.0-preview.5.25277.114 |
| Microsoft.Extensions.Logging.TraceSource | 10.0.0-preview.5.25277.114 |
| Microsoft.Extensions.ObjectPool | 10.0.0-preview.5.25277.114 |
| Microsoft.Extensions.Options | 10.0.0-preview.5.25277.114 |
| Microsoft.Extensions.Options.ConfigurationExtensions | 10.0.0-preview.5.25277.114 |
| Microsoft.Extensions.Options.DataAnnotations | 10.0.0-preview.5.25277.114 |
| Microsoft.Extensions.Primitives | 10.0.0-preview.5.25277.114 |
| Microsoft.Extensions.WebEncoders | 10.0.0-preview.5.25277.114 |
| Microsoft.FSharp.Compiler | 14.0.100-beta.25277.114 |
| Microsoft.ILVerification | 10.0.0-preview.5.25277.114 |
| Microsoft.JSInterop | 10.0.0-preview.5.25277.114 |
| Microsoft.JSInterop.WebAssembly | 10.0.0-preview.5.25277.114 |
| Microsoft.NET.Build.Containers | 10.0.100-preview.5.25277.114 |
| Microsoft.Net.Compilers.Razor.Toolset | 10.0.0-preview.25277.114 |
| Microsoft.Net.Compilers.Toolset | 5.0.0-1.25277.114 |
| Microsoft.Net.Compilers.Toolset.Arm64 | 5.0.0-1.25277.114 |
| Microsoft.Net.Compilers.Toolset.Framework | 5.0.0-1.25277.114 |
| Microsoft.Net.Http.Headers | 10.0.0-preview.5.25277.114 |
| Microsoft.NET.ILLink.Tasks | 10.0.0-preview.5.25277.114 |
| Microsoft.NET.Runtime.Android.Sample.Mono | 10.0.0-preview.5.25277.114 |
| Microsoft.NET.Runtime.Emscripten.Cache.linux-arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NET.Runtime.Emscripten.Cache.linux-musl-arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NET.Runtime.Emscripten.Cache.linux-musl-x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NET.Runtime.Emscripten.Cache.linux-x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NET.Runtime.Emscripten.Cache.osx-arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NET.Runtime.Emscripten.Cache.osx-x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NET.Runtime.Emscripten.Cache.win-arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NET.Runtime.Emscripten.Cache.win-arm64.Msi.arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NET.Runtime.Emscripten.Cache.win-x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NET.Runtime.Emscripten.Cache.win-x64.Msi.x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NET.Runtime.Emscripten.Node.linux-arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NET.Runtime.Emscripten.Node.linux-musl-arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NET.Runtime.Emscripten.Node.linux-musl-x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NET.Runtime.Emscripten.Node.linux-x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NET.Runtime.Emscripten.Node.osx-arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NET.Runtime.Emscripten.Node.osx-x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NET.Runtime.Emscripten.Node.win-arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NET.Runtime.Emscripten.Node.win-arm64.Msi.arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NET.Runtime.Emscripten.Node.win-x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NET.Runtime.Emscripten.Node.win-x64.Msi.x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NET.Runtime.Emscripten.Python.osx-arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NET.Runtime.Emscripten.Python.osx-x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NET.Runtime.Emscripten.Python.win-arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NET.Runtime.Emscripten.Python.win-arm64.Msi.arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NET.Runtime.Emscripten.Python.win-x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NET.Runtime.Emscripten.Python.win-x64.Msi.x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NET.Runtime.Emscripten.Sdk.linux-arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NET.Runtime.Emscripten.Sdk.linux-musl-arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NET.Runtime.Emscripten.Sdk.linux-musl-x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NET.Runtime.Emscripten.Sdk.linux-x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NET.Runtime.Emscripten.Sdk.osx-arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NET.Runtime.Emscripten.Sdk.osx-x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NET.Runtime.Emscripten.Sdk.win-arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NET.Runtime.Emscripten.Sdk.win-arm64.Msi.arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NET.Runtime.Emscripten.Sdk.win-x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NET.Runtime.Emscripten.Sdk.win-x64.Msi.x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NET.Runtime.iOS.Sample.Mono | 10.0.0-preview.5.25277.114 |
| Microsoft.NET.Runtime.LibraryBuilder.Sdk | 10.0.0-preview.5.25277.114 |
| Microsoft.NET.Runtime.MonoAOTCompiler.Task | 10.0.0-preview.5.25277.114 |
| Microsoft.NET.Runtime.MonoAOTCompiler.Task.Msi.arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NET.Runtime.MonoAOTCompiler.Task.Msi.x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NET.Runtime.MonoAOTCompiler.Task.Msi.x86 | 10.0.0-preview.5.25277.114 |
| Microsoft.NET.Runtime.MonoTargets.Sdk | 10.0.0-preview.5.25277.114 |
| Microsoft.NET.Runtime.MonoTargets.Sdk.Msi.arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NET.Runtime.MonoTargets.Sdk.Msi.x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NET.Runtime.MonoTargets.Sdk.Msi.x86 | 10.0.0-preview.5.25277.114 |
| Microsoft.NET.Runtime.wasm.Sample.Mono | 10.0.0-preview.5.25277.114 |
| Microsoft.NET.Runtime.WebAssembly.Sdk | 10.0.0-preview.5.25277.114 |
| Microsoft.NET.Runtime.WebAssembly.Sdk.Msi.arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NET.Runtime.WebAssembly.Sdk.Msi.x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NET.Runtime.WebAssembly.Sdk.Msi.x86 | 10.0.0-preview.5.25277.114 |
| Microsoft.NET.Runtime.WebAssembly.Templates.net10 | 10.0.0-preview.5.25277.114 |
| Microsoft.NET.Runtime.WebAssembly.Templates.net10.Msi.arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NET.Runtime.WebAssembly.Templates.net10.Msi.x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NET.Runtime.WebAssembly.Templates.net10.Msi.x86 | 10.0.0-preview.5.25277.114 |
| Microsoft.NET.Runtime.WebAssembly.Wasi.Sdk | 10.0.0-preview.5.25277.114 |
| Microsoft.NET.Runtime.WebAssembly.Wasi.Sdk.Msi.arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NET.Runtime.WebAssembly.Wasi.Sdk.Msi.x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NET.Runtime.WebAssembly.Wasi.Sdk.Msi.x86 | 10.0.0-preview.5.25277.114 |
| Microsoft.Net.Sdk.Compilers.Toolset | 10.0.100-preview.5.25277.114 |
| Microsoft.NET.Sdk.IL | 10.0.0-preview.5.25277.114 |
| Microsoft.NET.Sdk.WebAssembly.Pack | 10.0.0-preview.5.25277.114 |
| Microsoft.NET.Sdk.WebAssembly.Pack.Msi.arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NET.Sdk.WebAssembly.Pack.Msi.x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NET.Sdk.WebAssembly.Pack.Msi.x86 | 10.0.0-preview.5.25277.114 |
| Microsoft.NET.StringTools | 17.15.0-preview-25277-114 |
| Microsoft.NET.Test.Sdk | 17.15.0-preview-25277-114 |
| Microsoft.NET.WebAssembly.Threading | 10.0.0-preview.5.25277.114 |
| Microsoft.NET.Workload.Emscripten.Current.Manifest-preview.5 | 10.0.100-preview.5.25277.114 |
| Microsoft.NET.Workload.Emscripten.Current.Manifest-preview.5.Msi.arm64 | 10.0.100-preview.5.25277.114 |
| Microsoft.NET.Workload.Emscripten.Current.Manifest-preview.5.Msi.x64 | 10.0.100-preview.5.25277.114 |
| Microsoft.NET.Workload.Emscripten.Current.Manifest-preview.5.Msi.x86 | 10.0.100-preview.5.25277.114 |
| Microsoft.NET.Workload.Emscripten.net6.Manifest-preview.5 | 10.0.100-preview.5.25277.114 |
| Microsoft.NET.Workload.Emscripten.net6.Manifest-preview.5.Msi.arm64 | 10.0.100-preview.5.25277.114 |
| Microsoft.NET.Workload.Emscripten.net6.Manifest-preview.5.Msi.x64 | 10.0.100-preview.5.25277.114 |
| Microsoft.NET.Workload.Emscripten.net6.Manifest-preview.5.Msi.x86 | 10.0.100-preview.5.25277.114 |
| Microsoft.NET.Workload.Emscripten.net7.Manifest-preview.5 | 10.0.100-preview.5.25277.114 |
| Microsoft.NET.Workload.Emscripten.net7.Manifest-preview.5.Msi.arm64 | 10.0.100-preview.5.25277.114 |
| Microsoft.NET.Workload.Emscripten.net7.Manifest-preview.5.Msi.x64 | 10.0.100-preview.5.25277.114 |
| Microsoft.NET.Workload.Emscripten.net7.Manifest-preview.5.Msi.x86 | 10.0.100-preview.5.25277.114 |
| Microsoft.NET.Workload.Emscripten.net8.Manifest-preview.5 | 10.0.100-preview.5.25277.114 |
| Microsoft.NET.Workload.Emscripten.net8.Manifest-preview.5.Msi.arm64 | 10.0.100-preview.5.25277.114 |
| Microsoft.NET.Workload.Emscripten.net8.Manifest-preview.5.Msi.x64 | 10.0.100-preview.5.25277.114 |
| Microsoft.NET.Workload.Emscripten.net8.Manifest-preview.5.Msi.x86 | 10.0.100-preview.5.25277.114 |
| Microsoft.NET.Workload.Emscripten.net9.Manifest-preview.5 | 10.0.100-preview.5.25277.114 |
| Microsoft.NET.Workload.Emscripten.net9.Manifest-preview.5.Msi.arm64 | 10.0.100-preview.5.25277.114 |
| Microsoft.NET.Workload.Emscripten.net9.Manifest-preview.5.Msi.x64 | 10.0.100-preview.5.25277.114 |
| Microsoft.NET.Workload.Emscripten.net9.Manifest-preview.5.Msi.x86 | 10.0.100-preview.5.25277.114 |
| Microsoft.NET.Workload.Mono.Toolchain.Current.Manifest-preview.5 | 10.0.100-preview.5.25277.114 |
| Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-preview.5 | 10.0.0-preview.5.25277.114 |
| Microsoft.NET.Workload.Mono.Toolchain.Current.Manifest-preview.5.Msi.arm64 | 10.0.100-preview.5.25277.114 |
| Microsoft.NET.Workload.Mono.Toolchain.Current.Manifest-preview.5.Msi.x64 | 10.0.100-preview.5.25277.114 |
| Microsoft.NET.Workload.Mono.Toolchain.Current.Manifest-preview.5.Msi.x86 | 10.0.100-preview.5.25277.114 |
| Microsoft.NET.Workload.Mono.Toolchain.net6.Manifest-preview.5 | 10.0.100-preview.5.25277.114 |
| Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-preview.5 | 10.0.0-preview.5.25277.114 |
| Microsoft.NET.Workload.Mono.Toolchain.net6.Manifest-preview.5.Msi.arm64 | 10.0.100-preview.5.25277.114 |
| Microsoft.NET.Workload.Mono.Toolchain.net6.Manifest-preview.5.Msi.x64 | 10.0.100-preview.5.25277.114 |
| Microsoft.NET.Workload.Mono.Toolchain.net6.Manifest-preview.5.Msi.x86 | 10.0.100-preview.5.25277.114 |
| Microsoft.NET.Workload.Mono.Toolchain.net7.Manifest-preview.5 | 10.0.100-preview.5.25277.114 |
| Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-preview.5 | 10.0.0-preview.5.25277.114 |
| Microsoft.NET.Workload.Mono.Toolchain.net7.Manifest-preview.5.Msi.arm64 | 10.0.100-preview.5.25277.114 |
| Microsoft.NET.Workload.Mono.Toolchain.net7.Manifest-preview.5.Msi.x64 | 10.0.100-preview.5.25277.114 |
| Microsoft.NET.Workload.Mono.Toolchain.net7.Manifest-preview.5.Msi.x86 | 10.0.100-preview.5.25277.114 |
| Microsoft.NET.Workload.Mono.Toolchain.net8.Manifest-preview.5 | 10.0.100-preview.5.25277.114 |
| Microsoft.NET.Workload.Mono.ToolChain.net8.Manifest-preview.5 | 10.0.0-preview.5.25277.114 |
| Microsoft.NET.Workload.Mono.Toolchain.net8.Manifest-preview.5.Msi.arm64 | 10.0.100-preview.5.25277.114 |
| Microsoft.NET.Workload.Mono.Toolchain.net8.Manifest-preview.5.Msi.x64 | 10.0.100-preview.5.25277.114 |
| Microsoft.NET.Workload.Mono.Toolchain.net8.Manifest-preview.5.Msi.x86 | 10.0.100-preview.5.25277.114 |
| Microsoft.NET.Workload.Mono.Toolchain.net9.Manifest-preview.5 | 10.0.100-preview.5.25277.114 |
| Microsoft.NET.Workload.Mono.ToolChain.net9.Manifest-preview.5 | 10.0.0-preview.5.25277.114 |
| Microsoft.NET.Workload.Mono.Toolchain.net9.Manifest-preview.5.Msi.arm64 | 10.0.100-preview.5.25277.114 |
| Microsoft.NET.Workload.Mono.Toolchain.net9.Manifest-preview.5.Msi.x64 | 10.0.100-preview.5.25277.114 |
| Microsoft.NET.Workload.Mono.Toolchain.net9.Manifest-preview.5.Msi.x86 | 10.0.100-preview.5.25277.114 |
| Microsoft.NETCore.App.Crossgen2.linux-arm | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Crossgen2.linux-arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Crossgen2.linux-musl-arm | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Crossgen2.linux-musl-arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Crossgen2.linux-musl-x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Crossgen2.linux-x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Crossgen2.osx-arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Crossgen2.osx-x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Crossgen2.win-arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Crossgen2.win-x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Crossgen2.win-x86 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Host.linux-arm | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Host.linux-arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Host.linux-bionic-arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Host.linux-bionic-x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Host.linux-musl-arm | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Host.linux-musl-arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Host.linux-musl-x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Host.linux-x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Host.osx-arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Host.osx-x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Host.win-arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Host.win-x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Host.win-x86 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Ref | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.android-arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.android-x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.AOT.linux-arm64.Cross.android-arm | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.AOT.linux-arm64.Cross.android-arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.AOT.linux-arm64.Cross.android-x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.AOT.linux-arm64.Cross.android-x86 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.AOT.linux-arm64.Cross.browser-wasm | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.AOT.linux-arm64.Cross.wasi-wasm | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.AOT.linux-musl-arm64.Cross.android-arm | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.AOT.linux-musl-arm64.Cross.android-arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.AOT.linux-musl-arm64.Cross.android-x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.AOT.linux-musl-arm64.Cross.android-x86 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.AOT.linux-musl-arm64.Cross.browser-wasm | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.AOT.linux-musl-arm64.Cross.wasi-wasm | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.AOT.linux-musl-x64.Cross.android-arm | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.AOT.linux-musl-x64.Cross.android-arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.AOT.linux-musl-x64.Cross.android-x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.AOT.linux-musl-x64.Cross.android-x86 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.AOT.linux-musl-x64.Cross.browser-wasm | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.AOT.linux-musl-x64.Cross.wasi-wasm | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-arm | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.android-x86 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.browser-wasm | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.wasi-wasm | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.android-arm | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.android-arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.android-x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.android-x86 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.browser-wasm | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.ios-arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.iossimulator-arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.iossimulator-x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.maccatalyst-arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.maccatalyst-x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.tvos-arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.tvossimulator-arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.tvossimulator-x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.AOT.osx-arm64.Cross.wasi-wasm | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-arm | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.android-x86 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.browser-wasm | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.ios-arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.iossimulator-arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.iossimulator-x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.maccatalyst-arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.maccatalyst-x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvos-arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvossimulator-arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.tvossimulator-x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.AOT.osx-x64.Cross.wasi-wasm | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.AOT.win-arm64.Cross.android-arm | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.AOT.win-arm64.Cross.android-arm.Msi.arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.AOT.win-arm64.Cross.android-arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.AOT.win-arm64.Cross.android-arm64.Msi.arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.AOT.win-arm64.Cross.android-x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.AOT.win-arm64.Cross.android-x64.Msi.arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.AOT.win-arm64.Cross.android-x86 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.AOT.win-arm64.Cross.android-x86.Msi.arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.AOT.win-arm64.Cross.browser-wasm | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.AOT.win-arm64.Cross.browser-wasm.Msi.arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.AOT.win-arm64.Cross.wasi-wasm | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.AOT.win-arm64.Cross.wasi-wasm.Msi.arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-arm | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-arm.Msi.x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-arm64.Msi.x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-x64.Msi.x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-x86 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.android-x86.Msi.x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.browser-wasm | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.browser-wasm.Msi.x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.wasi-wasm | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.AOT.win-x64.Cross.wasi-wasm.Msi.x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.linux-arm | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.linux-arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.linux-bionic-arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.linux-bionic-x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.linux-musl-arm | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.linux-musl-arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.linux-musl-x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.linux-x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.Mono.android-arm | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.Mono.android-arm.Msi.arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.Mono.android-arm.Msi.x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.Mono.android-arm.Msi.x86 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.Mono.android-arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.Mono.android-arm64.Msi.arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.Mono.android-arm64.Msi.x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.Mono.android-arm64.Msi.x86 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.Mono.android-x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.Mono.android-x64.Msi.arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.Mono.android-x64.Msi.x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.Mono.android-x64.Msi.x86 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.Mono.android-x86 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.Mono.android-x86.Msi.arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.Mono.android-x86.Msi.x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.Mono.android-x86.Msi.x86 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.Mono.browser-wasm | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.Mono.browser-wasm.Msi.arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.Mono.browser-wasm.Msi.x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.Mono.browser-wasm.Msi.x86 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.Mono.ios-arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.Mono.ios-arm64.Msi.arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.Mono.ios-arm64.Msi.x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.Mono.ios-arm64.Msi.x86 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.Mono.iossimulator-arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.Mono.iossimulator-arm64.Msi.arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.Mono.iossimulator-arm64.Msi.x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.Mono.iossimulator-arm64.Msi.x86 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.Mono.iossimulator-x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.Mono.iossimulator-x64.Msi.arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.Mono.iossimulator-x64.Msi.x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.Mono.iossimulator-x64.Msi.x86 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.Mono.maccatalyst-arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.Mono.maccatalyst-arm64.Msi.arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.Mono.maccatalyst-arm64.Msi.x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.Mono.maccatalyst-arm64.Msi.x86 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.Mono.maccatalyst-x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.Mono.maccatalyst-x64.Msi.arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.Mono.maccatalyst-x64.Msi.x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.Mono.maccatalyst-x64.Msi.x86 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.Mono.multithread.browser-wasm | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.Mono.multithread.browser-wasm.Msi.arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.Mono.multithread.browser-wasm.Msi.x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.Mono.multithread.browser-wasm.Msi.x86 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.Mono.tvos-arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.Mono.tvos-arm64.Msi.arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.Mono.tvos-arm64.Msi.x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.Mono.tvos-arm64.Msi.x86 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.Mono.tvossimulator-arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.Mono.tvossimulator-arm64.Msi.arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.Mono.tvossimulator-arm64.Msi.x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.Mono.tvossimulator-arm64.Msi.x86 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.Mono.tvossimulator-x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.Mono.tvossimulator-x64.Msi.arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.Mono.tvossimulator-x64.Msi.x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.Mono.tvossimulator-x64.Msi.x86 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.Mono.wasi-wasm | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.Mono.wasi-wasm.Msi.arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.Mono.wasi-wasm.Msi.x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.Mono.wasi-wasm.Msi.x86 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.NativeAOT.ios-arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.NativeAOT.iossimulator-arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.NativeAOT.iossimulator-x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.NativeAOT.linux-arm | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.NativeAOT.linux-arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.NativeAOT.linux-bionic-arm | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.NativeAOT.linux-bionic-arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.NativeAOT.linux-bionic-x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.NativeAOT.linux-musl-arm | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.NativeAOT.linux-musl-arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.NativeAOT.linux-musl-x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.NativeAOT.linux-x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.NativeAOT.maccatalyst-arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.NativeAOT.maccatalyst-x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.NativeAOT.osx-arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.NativeAOT.osx-x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.NativeAOT.tvos-arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.NativeAOT.tvossimulator-arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.NativeAOT.tvossimulator-x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.NativeAOT.win-arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.NativeAOT.win-x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.NativeAOT.win-x86 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.osx-arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.osx-x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.win-arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.win-x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.App.Runtime.win-x86 | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.DotNetAppHost | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.ILAsm | 10.0.0-preview.5.25277.114 |
| Microsoft.NETCore.ILDAsm | 10.0.0-preview.5.25277.114 |
| Microsoft.SourceLink.AzureDevOpsServer.Git | 10.0.0-beta.25277.114 |
| Microsoft.SourceLink.AzureRepos.Git | 10.0.0-beta.25277.114 |
| Microsoft.SourceLink.AzureRepos.Tfvc | 10.0.0-beta.25277.114 |
| Microsoft.SourceLink.Bitbucket.Git | 10.0.0-beta.25277.114 |
| Microsoft.SourceLink.Common | 10.0.0-beta.25277.114 |
| Microsoft.SourceLink.Gitea | 10.0.0-beta.25277.114 |
| Microsoft.SourceLink.Gitee | 10.0.0-beta.25277.114 |
| Microsoft.SourceLink.GitHub | 10.0.0-beta.25277.114 |
| Microsoft.SourceLink.GitLab | 10.0.0-beta.25277.114 |
| Microsoft.SourceLink.GitWeb | 10.0.0-beta.25277.114 |
| Microsoft.SourceLink.Tools | 10.0.0-beta.25277.114 |
| Microsoft.TemplateEngine.Abstractions | 10.0.100-preview.5.25277.114 |
| Microsoft.TemplateEngine.Authoring.CLI | 10.0.100-preview.5.25277.114 |
| Microsoft.TemplateEngine.Authoring.Tasks | 10.0.100-preview.5.25277.114 |
| Microsoft.TemplateEngine.Authoring.Templates | 10.0.100-preview.5.25277.114 |
| Microsoft.TemplateEngine.Authoring.TemplateVerifier | 10.0.100-preview.5.25277.114 |
| Microsoft.TemplateEngine.Core | 10.0.100-preview.5.25277.114 |
| Microsoft.TemplateEngine.Core.Contracts | 10.0.100-preview.5.25277.114 |
| Microsoft.TemplateEngine.Edge | 10.0.100-preview.5.25277.114 |
| Microsoft.TemplateEngine.IDE | 10.0.100-preview.5.25277.114 |
| Microsoft.TemplateEngine.Orchestrator.RunnableProjects | 10.0.100-preview.5.25277.114 |
| Microsoft.TemplateEngine.Samples | 10.0.100-preview.5.25277.114 |
| Microsoft.TemplateEngine.TemplateLocalizer.Core | 10.0.100-preview.5.25277.114 |
| Microsoft.TemplateEngine.Utils | 10.0.100-preview.5.25277.114 |
| Microsoft.TemplateSearch.Common | 10.0.100-preview.5.25277.114 |
| Microsoft.TestPlatform.AdapterUtilities | 17.15.0-preview-25277-114 |
| Microsoft.TestPlatform.Build | 17.15.0-preview-25277-114 |
| Microsoft.TestPlatform.CLI | 17.15.0-preview-25277-114 |
| Microsoft.TestPlatform.Extensions.TrxLogger | 17.15.0-preview-25277-114 |
| Microsoft.TestPlatform.ObjectModel | 17.15.0-preview-25277-114 |
| Microsoft.TestPlatform.TestHost | 17.15.0-preview-25277-114 |
| Microsoft.TestPlatform.TranslationLayer | 17.15.0-preview-25277-114 |
| Microsoft.VisualStudio.DevKit.Razor | 10.0.0-preview.25277.114 |
| Microsoft.VisualStudio.LanguageServices | 5.0.0-1.25277.114 |
| Microsoft.VisualStudio.LanguageServices.DevKit | 5.0.0-1.25277.114 |
| Microsoft.VisualStudio.LanguageServices.ExternalAccess.Copilot | 5.0.0-1.25277.114 |
| Microsoft.VisualStudio.LanguageServices.LiveShare | 5.0.0-1.25277.114 |
| Microsoft.VisualStudio.LanguageServices.Xaml | 5.0.0-1.25277.114 |
| Microsoft.VisualStudio.RazorExtension | 10.0.0-preview.25277.114 |
| Microsoft.VisualStudioCode.RazorExtension | 10.0.0-preview.25277.114 |
| Microsoft.Win32.Registry.AccessControl | 10.0.0-preview.5.25277.114 |
| Microsoft.Win32.SystemEvents | 10.0.0-preview.5.25277.114 |
| Microsoft.Windows.Compatibility | 10.0.0-preview.5.25277.114 |
| Microsoft.WindowsDesktop.App.Ref | 10.0.0-preview.5.25277.114 |
| Microsoft.WindowsDesktop.App.Runtime.win-arm64 | 10.0.0-preview.5.25277.114 |
| Microsoft.WindowsDesktop.App.Runtime.win-x64 | 10.0.0-preview.5.25277.114 |
| Microsoft.WindowsDesktop.App.Runtime.win-x86 | 10.0.0-preview.5.25277.114 |
| Microsoft.XmlSerializer.Generator | 10.0.0-preview.5.25277.114 |
| RazorDeployment | 10.0.0-preview.25277.114 |
| Roslyn.Diagnostics.Analyzers | 5.0.0-1.25277.114 |
| runtime.android-arm.runtime.native.System.IO.Ports | 10.0.0-preview.5.25277.114 |
| runtime.android-arm64.runtime.native.System.IO.Ports | 10.0.0-preview.5.25277.114 |
| runtime.android-x64.runtime.native.System.IO.Ports | 10.0.0-preview.5.25277.114 |
| runtime.android-x86.runtime.native.System.IO.Ports | 10.0.0-preview.5.25277.114 |
| runtime.linux-arm.Microsoft.DotNet.ILCompiler | 10.0.0-preview.5.25277.114 |
| runtime.linux-arm.Microsoft.NETCore.DotNetAppHost | 10.0.0-preview.5.25277.114 |
| runtime.linux-arm.Microsoft.NETCore.ILAsm | 10.0.0-preview.5.25277.114 |
| runtime.linux-arm.Microsoft.NETCore.ILDAsm | 10.0.0-preview.5.25277.114 |
| runtime.linux-arm.runtime.native.System.IO.Ports | 10.0.0-preview.5.25277.114 |
| runtime.linux-arm64.Microsoft.DotNet.ILCompiler | 10.0.0-preview.5.25277.114 |
| runtime.linux-arm64.Microsoft.NETCore.DotNetAppHost | 10.0.0-preview.5.25277.114 |
| runtime.linux-arm64.Microsoft.NETCore.ILAsm | 10.0.0-preview.5.25277.114 |
| runtime.linux-arm64.Microsoft.NETCore.ILDAsm | 10.0.0-preview.5.25277.114 |
| runtime.linux-arm64.runtime.native.System.IO.Ports | 10.0.0-preview.5.25277.114 |
| runtime.linux-bionic-arm64.Microsoft.NETCore.DotNetAppHost | 10.0.0-preview.5.25277.114 |
| runtime.linux-bionic-arm64.runtime.native.System.IO.Ports | 10.0.0-preview.5.25277.114 |
| runtime.linux-bionic-x64.Microsoft.NETCore.DotNetAppHost | 10.0.0-preview.5.25277.114 |
| runtime.linux-bionic-x64.runtime.native.System.IO.Ports | 10.0.0-preview.5.25277.114 |
| runtime.linux-musl-arm.Microsoft.DotNet.ILCompiler | 10.0.0-preview.5.25277.114 |
| runtime.linux-musl-arm.Microsoft.NETCore.DotNetAppHost | 10.0.0-preview.5.25277.114 |
| runtime.linux-musl-arm.Microsoft.NETCore.ILAsm | 10.0.0-preview.5.25277.114 |
| runtime.linux-musl-arm.Microsoft.NETCore.ILDAsm | 10.0.0-preview.5.25277.114 |
| runtime.linux-musl-arm.runtime.native.System.IO.Ports | 10.0.0-preview.5.25277.114 |
| runtime.linux-musl-arm64.Microsoft.DotNet.ILCompiler | 10.0.0-preview.5.25277.114 |
| runtime.linux-musl-arm64.Microsoft.NETCore.DotNetAppHost | 10.0.0-preview.5.25277.114 |
| runtime.linux-musl-arm64.Microsoft.NETCore.ILAsm | 10.0.0-preview.5.25277.114 |
| runtime.linux-musl-arm64.Microsoft.NETCore.ILDAsm | 10.0.0-preview.5.25277.114 |
| runtime.linux-musl-arm64.runtime.native.System.IO.Ports | 10.0.0-preview.5.25277.114 |
| runtime.linux-musl-x64.Microsoft.DotNet.ILCompiler | 10.0.0-preview.5.25277.114 |
| runtime.linux-musl-x64.Microsoft.NETCore.DotNetAppHost | 10.0.0-preview.5.25277.114 |
| runtime.linux-musl-x64.Microsoft.NETCore.ILAsm | 10.0.0-preview.5.25277.114 |
| runtime.linux-musl-x64.Microsoft.NETCore.ILDAsm | 10.0.0-preview.5.25277.114 |
| runtime.linux-musl-x64.runtime.native.System.IO.Ports | 10.0.0-preview.5.25277.114 |
| runtime.linux-x64.Microsoft.DotNet.ILCompiler | 10.0.0-preview.5.25277.114 |
| runtime.linux-x64.Microsoft.NETCore.DotNetAppHost | 10.0.0-preview.5.25277.114 |
| runtime.linux-x64.Microsoft.NETCore.ILAsm | 10.0.0-preview.5.25277.114 |
| runtime.linux-x64.Microsoft.NETCore.ILDAsm | 10.0.0-preview.5.25277.114 |
| runtime.linux-x64.runtime.native.System.IO.Ports | 10.0.0-preview.5.25277.114 |
| runtime.maccatalyst-arm64.runtime.native.System.IO.Ports | 10.0.0-preview.5.25277.114 |
| runtime.maccatalyst-x64.runtime.native.System.IO.Ports | 10.0.0-preview.5.25277.114 |
| runtime.native.System.IO.Ports | 10.0.0-preview.5.25277.114 |
| runtime.osx-arm64.Microsoft.DotNet.ILCompiler | 10.0.0-preview.5.25277.114 |
| runtime.osx-arm64.Microsoft.NETCore.DotNetAppHost | 10.0.0-preview.5.25277.114 |
| runtime.osx-arm64.Microsoft.NETCore.ILAsm | 10.0.0-preview.5.25277.114 |
| runtime.osx-arm64.Microsoft.NETCore.ILDAsm | 10.0.0-preview.5.25277.114 |
| runtime.osx-arm64.runtime.native.System.IO.Ports | 10.0.0-preview.5.25277.114 |
| runtime.osx-x64.Microsoft.DotNet.ILCompiler | 10.0.0-preview.5.25277.114 |
| runtime.osx-x64.Microsoft.NETCore.DotNetAppHost | 10.0.0-preview.5.25277.114 |
| runtime.osx-x64.Microsoft.NETCore.ILAsm | 10.0.0-preview.5.25277.114 |
| runtime.osx-x64.Microsoft.NETCore.ILDAsm | 10.0.0-preview.5.25277.114 |
| runtime.osx-x64.runtime.native.System.IO.Ports | 10.0.0-preview.5.25277.114 |
| runtime.win-arm64.Microsoft.DotNet.ILCompiler | 10.0.0-preview.5.25277.114 |
| runtime.win-arm64.Microsoft.NETCore.DotNetAppHost | 10.0.0-preview.5.25277.114 |
| runtime.win-arm64.Microsoft.NETCore.ILAsm | 10.0.0-preview.5.25277.114 |
| runtime.win-arm64.Microsoft.NETCore.ILDAsm | 10.0.0-preview.5.25277.114 |
| runtime.win-x64.Microsoft.DotNet.ILCompiler | 10.0.0-preview.5.25277.114 |
| runtime.win-x64.Microsoft.NETCore.DotNetAppHost | 10.0.0-preview.5.25277.114 |
| runtime.win-x64.Microsoft.NETCore.ILAsm | 10.0.0-preview.5.25277.114 |
| runtime.win-x64.Microsoft.NETCore.ILDAsm | 10.0.0-preview.5.25277.114 |
| runtime.win-x86.Microsoft.DotNet.ILCompiler | 10.0.0-preview.5.25277.114 |
| runtime.win-x86.Microsoft.NETCore.DotNetAppHost | 10.0.0-preview.5.25277.114 |
| runtime.win-x86.Microsoft.NETCore.ILAsm | 10.0.0-preview.5.25277.114 |
| runtime.win-x86.Microsoft.NETCore.ILDAsm | 10.0.0-preview.5.25277.114 |
| rzls.linux-arm | 10.0.0-preview.25277.114 |
| rzls.linux-arm64 | 10.0.0-preview.25277.114 |
| rzls.linux-musl-arm | 10.0.0-preview.25277.114 |
| rzls.linux-musl-arm64 | 10.0.0-preview.25277.114 |
| rzls.linux-musl-x64 | 10.0.0-preview.25277.114 |
| rzls.linux-x64 | 10.0.0-preview.25277.114 |
| rzls.neutral | 10.0.0-preview.25277.114 |
| rzls.osx-arm64 | 10.0.0-preview.25277.114 |
| rzls.osx-x64 | 10.0.0-preview.25277.114 |
| rzls.win-arm64 | 10.0.0-preview.25277.114 |
| rzls.win-x64 | 10.0.0-preview.25277.114 |
| rzls.win-x86 | 10.0.0-preview.25277.114 |
| System.CodeDom | 10.0.0-preview.5.25277.114 |
| System.Collections.Immutable | 10.0.0-preview.5.25277.114 |
| System.CommandLine | 2.0.0-beta5.25277.114 |
| System.CommandLine.DragonFruit | 0.4.0-alpha.25277.114 |
| System.CommandLine.Hosting | 0.4.0-alpha.25277.114 |
| System.CommandLine.NamingConventionBinder | 2.0.0-beta5.25277.114 |
| System.CommandLine.Rendering | 0.4.0-alpha.25277.114 |
| System.ComponentModel.Composition | 10.0.0-preview.5.25277.114 |
| System.ComponentModel.Composition.Registration | 10.0.0-preview.5.25277.114 |
| System.Composition | 10.0.0-preview.5.25277.114 |
| System.Composition.AttributedModel | 10.0.0-preview.5.25277.114 |
| System.Composition.Convention | 10.0.0-preview.5.25277.114 |
| System.Composition.Hosting | 10.0.0-preview.5.25277.114 |
| System.Composition.Runtime | 10.0.0-preview.5.25277.114 |
| System.Composition.TypedParts | 10.0.0-preview.5.25277.114 |
| System.Configuration.ConfigurationManager | 10.0.0-preview.5.25277.114 |
| System.Data.Odbc | 10.0.0-preview.5.25277.114 |
| System.Data.OleDb | 10.0.0-preview.5.25277.114 |
| System.Diagnostics.DiagnosticSource | 10.0.0-preview.5.25277.114 |
| System.Diagnostics.EventLog | 10.0.0-preview.5.25277.114 |
| System.Diagnostics.PerformanceCounter | 10.0.0-preview.5.25277.114 |
| System.DirectoryServices | 10.0.0-preview.5.25277.114 |
| System.DirectoryServices.AccountManagement | 10.0.0-preview.5.25277.114 |
| System.DirectoryServices.Protocols | 10.0.0-preview.5.25277.114 |
| System.Drawing.Common | 10.0.0-preview.5.25277.114 |
| System.Formats.Asn1 | 10.0.0-preview.5.25277.114 |
| System.Formats.Cbor | 10.0.0-preview.5.25277.114 |
| System.Formats.Nrbf | 10.0.0-preview.5.25277.114 |
| System.IO.Hashing | 10.0.0-preview.5.25277.114 |
| System.IO.Packaging | 10.0.0-preview.5.25277.114 |
| System.IO.Pipelines | 10.0.0-preview.5.25277.114 |
| System.IO.Ports | 10.0.0-preview.5.25277.114 |
| System.Linq.AsyncEnumerable | 10.0.0-preview.5.25277.114 |
| System.Management | 10.0.0-preview.5.25277.114 |
| System.Memory.Data | 10.0.0-preview.5.25277.114 |
| System.Net.Http.Json | 10.0.0-preview.5.25277.114 |
| System.Net.Http.WinHttpHandler | 10.0.0-preview.5.25277.114 |
| System.Net.ServerSentEvents | 10.0.0-preview.5.25277.114 |
| System.Numerics.Tensors | 10.0.0-preview.5.25277.114 |
| System.Reflection.Context | 10.0.0-preview.5.25277.114 |
| System.Reflection.Metadata | 10.0.0-preview.5.25277.114 |
| System.Reflection.MetadataLoadContext | 10.0.0-preview.5.25277.114 |
| System.Resources.Extensions | 10.0.0-preview.5.25277.114 |
| System.Runtime.Caching | 10.0.0-preview.5.25277.114 |
| System.Runtime.Serialization.Formatters | 10.0.0-preview.5.25277.114 |
| System.Runtime.Serialization.Schema | 10.0.0-preview.5.25277.114 |
| System.Security.Cryptography.Cose | 10.0.0-preview.5.25277.114 |
| System.Security.Cryptography.Pkcs | 10.0.0-preview.5.25277.114 |
| System.Security.Cryptography.ProtectedData | 10.0.0-preview.5.25277.114 |
| System.Security.Cryptography.Xml | 10.0.0-preview.5.25277.114 |
| System.Security.Permissions | 10.0.0-preview.5.25277.114 |
| System.ServiceModel.Syndication | 10.0.0-preview.5.25277.114 |
| System.ServiceProcess.ServiceController | 10.0.0-preview.5.25277.114 |
| System.Speech | 10.0.0-preview.5.25277.114 |
| System.Text.Encoding.CodePages | 10.0.0-preview.5.25277.114 |
| System.Text.Encodings.Web | 10.0.0-preview.5.25277.114 |
| System.Text.Json | 10.0.0-preview.5.25277.114 |
| System.Threading.AccessControl | 10.0.0-preview.5.25277.114 |
| System.Threading.Channels | 10.0.0-preview.5.25277.114 |
| System.Threading.RateLimiting | 10.0.0-preview.5.25277.114 |
| System.Threading.Tasks.Dataflow | 10.0.0-preview.5.25277.114 |
| System.Windows.Extensions | 10.0.0-preview.5.25277.114 |
| Text.Analyzers | 5.0.0-1.25277.114 |
[//]: # ( Runtime 10.0.0-preview.5)
[dotnet-runtime-linux-arm.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.5.25277.114/dotnet-runtime-10.0.0-preview.5.25277.114-linux-arm.tar.gz
[dotnet-runtime-linux-arm64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.5.25277.114/dotnet-runtime-10.0.0-preview.5.25277.114-linux-arm64.tar.gz
[dotnet-runtime-linux-musl-arm.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.5.25277.114/dotnet-runtime-10.0.0-preview.5.25277.114-linux-musl-arm.tar.gz
[dotnet-runtime-linux-musl-arm64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.5.25277.114/dotnet-runtime-10.0.0-preview.5.25277.114-linux-musl-arm64.tar.gz
[dotnet-runtime-linux-musl-x64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.5.25277.114/dotnet-runtime-10.0.0-preview.5.25277.114-linux-musl-x64.tar.gz
[dotnet-runtime-linux-x64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.5.25277.114/dotnet-runtime-10.0.0-preview.5.25277.114-linux-x64.tar.gz
[dotnet-runtime-osx-arm64.pkg]: https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.5.25277.114/dotnet-runtime-10.0.0-preview.5.25277.114-osx-arm64.pkg
[dotnet-runtime-osx-arm64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.5.25277.114/dotnet-runtime-10.0.0-preview.5.25277.114-osx-arm64.tar.gz
[dotnet-runtime-osx-x64.pkg]: https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.5.25277.114/dotnet-runtime-10.0.0-preview.5.25277.114-osx-x64.pkg
[dotnet-runtime-osx-x64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.5.25277.114/dotnet-runtime-10.0.0-preview.5.25277.114-osx-x64.tar.gz
[dotnet-runtime-win-arm64.exe]: https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.5.25277.114/dotnet-runtime-10.0.0-preview.5.25277.114-win-arm64.exe
[dotnet-runtime-win-arm64.zip]: https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.5.25277.114/dotnet-runtime-10.0.0-preview.5.25277.114-win-arm64.zip
[dotnet-runtime-win-x64.exe]: https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.5.25277.114/dotnet-runtime-10.0.0-preview.5.25277.114-win-x64.exe
[dotnet-runtime-win-x64.zip]: https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.5.25277.114/dotnet-runtime-10.0.0-preview.5.25277.114-win-x64.zip
[dotnet-runtime-win-x86.exe]: https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.5.25277.114/dotnet-runtime-10.0.0-preview.5.25277.114-win-x86.exe
[dotnet-runtime-win-x86.zip]: https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.5.25277.114/dotnet-runtime-10.0.0-preview.5.25277.114-win-x86.zip
[//]: # ( WindowsDesktop 10.0.0-preview.5)
[windowsdesktop-runtime-win-arm64.exe]: https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.0-preview.5.25277.114/windowsdesktop-runtime-10.0.0-preview.5.25277.114-win-arm64.exe
[windowsdesktop-runtime-win-x64.exe]: https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.0-preview.5.25277.114/windowsdesktop-runtime-10.0.0-preview.5.25277.114-win-x64.exe
[windowsdesktop-runtime-win-x86.exe]: https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.0-preview.5.25277.114/windowsdesktop-runtime-10.0.0-preview.5.25277.114-win-x86.exe
[//]: # ( ASP 10.0.0-preview.5)
[aspnetcore-runtime-linux-arm.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.5.25277.114/aspnetcore-runtime-10.0.0-preview.5.25277.114-linux-arm.tar.gz
[aspnetcore-runtime-linux-arm64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.5.25277.114/aspnetcore-runtime-10.0.0-preview.5.25277.114-linux-arm64.tar.gz
[aspnetcore-runtime-linux-musl-x64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.5.25277.114/aspnetcore-runtime-10.0.0-preview.5.25277.114-linux-musl-x64.tar.gz
[aspnetcore-runtime-linux-x64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.5.25277.114/aspnetcore-runtime-10.0.0-preview.5.25277.114-linux-x64.tar.gz
[aspnetcore-runtime-osx-arm64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.5.25277.114/aspnetcore-runtime-10.0.0-preview.5.25277.114-osx-arm64.tar.gz
[aspnetcore-runtime-osx-x64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.5.25277.114/aspnetcore-runtime-10.0.0-preview.5.25277.114-osx-x64.tar.gz
[aspnetcore-runtime-win-x64.exe]: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.5.25277.114/aspnetcore-runtime-10.0.0-preview.5.25277.114-win-x64.exe
[aspnetcore-runtime-win-x86.exe]: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.5.25277.114/aspnetcore-runtime-10.0.0-preview.5.25277.114-win-x86.exe
[dotnet-hosting-win.exe]: https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.5.25277.114/dotnet-hosting-10.0.0-preview.5.25277.114-win.exe
[//]: # ( SDK 10.0.100-preview.5)
[dotnet-sdk-linux-arm.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.5.25277.114/dotnet-sdk-10.0.100-preview.5.25277.114-linux-arm.tar.gz
[dotnet-sdk-linux-arm64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.5.25277.114/dotnet-sdk-10.0.100-preview.5.25277.114-linux-arm64.tar.gz
[dotnet-sdk-linux-musl-arm.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.5.25277.114/dotnet-sdk-10.0.100-preview.5.25277.114-linux-musl-arm.tar.gz
[dotnet-sdk-linux-musl-x64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.5.25277.114/dotnet-sdk-10.0.100-preview.5.25277.114-linux-musl-x64.tar.gz
[dotnet-sdk-linux-x64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.5.25277.114/dotnet-sdk-10.0.100-preview.5.25277.114-linux-x64.tar.gz
[dotnet-sdk-osx-arm64.pkg]: https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.5.25277.114/dotnet-sdk-10.0.100-preview.5.25277.114-osx-arm64.pkg
[dotnet-sdk-osx-arm64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.5.25277.114/dotnet-sdk-10.0.100-preview.5.25277.114-osx-arm64.tar.gz
[dotnet-sdk-osx-x64.pkg]: https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.5.25277.114/dotnet-sdk-10.0.100-preview.5.25277.114-osx-x64.pkg
[dotnet-sdk-osx-x64.tar.gz]: https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.5.25277.114/dotnet-sdk-10.0.100-preview.5.25277.114-osx-x64.tar.gz
[dotnet-sdk-win-arm64.exe]: https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.5.25277.114/dotnet-sdk-10.0.100-preview.5.25277.114-win-arm64.exe
[dotnet-sdk-win-arm64.zip]: https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.5.25277.114/dotnet-sdk-10.0.100-preview.5.25277.114-win-arm64.zip
[dotnet-sdk-win-x64.exe]: https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.5.25277.114/dotnet-sdk-10.0.100-preview.5.25277.114-win-x64.exe
[dotnet-sdk-win-x64.zip]: https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.5.25277.114/dotnet-sdk-10.0.100-preview.5.25277.114-win-x64.zip
[dotnet-sdk-win-x86.exe]: https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.5.25277.114/dotnet-sdk-10.0.100-preview.5.25277.114-win-x86.exe
[dotnet-sdk-win-x86.zip]: https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.5.25277.114/dotnet-sdk-10.0.100-preview.5.25277.114-win-x86.zip

View File

@@ -0,0 +1,40 @@
# .NET 10 Preview 5 - Release Notes
.NET 10 Preview 5 released on June 10, 2025. Find more information on new features released in .NET 10 Preview 5 by browsing through the release notes below:
- [Libraries](./libraries.md)
- [Runtime](./runtime.md)
- [SDK](./sdk.md)
## Languages
- [C#](./csharp.md)
- [F#](./fsharp.md)
- [Visual Basic](./visualbasic.md)
## Workloads, Libraries, & More
- [.NET MAUI](./dotnetmaui.md)
- [ASP.NET Core](./aspnetcore.md)
- [Container images](./containers.md)
- [EF Core & Data](./efcore.md)
- [Windows Forms](./winforms.md)
- [WPF](./wpf.md)
## Get Started
Instructions on getting started with .NET 10 can be found in the [getting started guide](../../get-started.md). Installers and binaries for .NET 10 Preview 5 can be found [here on GitHub](./10.0.0-preview.5.md).
## Stay up-to-date
You can find a detailed overview of all new features in .NET 10:
- [What's new in .NET 10](https://learn.microsoft.com/dotnet/core/whats-new/dotnet-10/overview)
- [What's new in C# 14](https://learn.microsoft.com/dotnet/csharp/whats-new/csharp-14)
- [What's new in .NET MAUI](https://learn.microsoft.com/dotnet/maui/whats-new/dotnet-10)
- [What's new in ASP.NET Core](https://learn.microsoft.com/aspnet/core/release-notes/aspnetcore-10.0)
- [What's new in Entity Framework Core](https://learn.microsoft.com/ef/core/what-is-new/ef-core-10.0/whatsnew)
- [What's new in Windows Forms](https://learn.microsoft.com/dotnet/desktop/winforms/whats-new/net100)
- [What's new in WPF](https://learn.microsoft.com/dotnet/desktop/wpf/whats-new/net100)
The latest .NET 10 release is always available at [dotnet.microsoft.com](https://dotnet.microsoft.com/download/dotnet/10.0) and [.NET 10 Releases](../../README.md).

View File

@@ -12,7 +12,7 @@ Here's a summary of what's new in ASP.NET Core in this preview release:
ASP.NET Core updates in .NET 10:
- [What's new in ASP.NET Core in .NET 10](https://learn.microsoft.com/aspnet/core/release-notes/aspnetcore-10.0) documentation.
- [Breaking changes](https://learn.microsoft.com/dotnet/core/compatibility/10.0#aspnet-core)
- [Breaking changes](https://docs.microsoft.com/dotnet/core/compatibility/10.0#aspnet-core)
- [Roadmap](https://github.com/dotnet/aspnetcore/issues/59443)
## Configure custom security descriptors for HTTP.sys request queues

View File

@@ -0,0 +1,3 @@
# Container image updates in .NET 10 Preview 5 - Release Notes
This preview release does not contain new Container image features.

View File

@@ -0,0 +1,36 @@
# C# 14 updates in .NET 10 Preview 5 - Release Notes
Here's a summary of what's new in C# in this preview release:
- [User defined compound assignment operators](#user-defined-compound-assignment-operators)
C# 14 updates:
- [What's new in C# 14](https://learn.microsoft.com/dotnet/csharp/whats-new/csharp-14) documentation
- [Breaking changes in C# 14](https://learn.microsoft.com/dotnet/csharp/whats-new/breaking-changes/compiler%20breaking%20changes%20-%20dotnet%2010)
## User defined compound assignment operators
This feature enables type authors to implement compound assignment operators in a manner that modifies the target in place rather than create copies.
For example, the `+=` operator was defined to perform the addition and then an assignment. In other words, the code:
```csharp
a += b;
```
Was the same as the following code:
```csharp
a = a + b;
```
If the type of `a` was a class, a typical implementation of `operator +` creates a new instance of that type. The compound assignment operator impacts memory usage. The original instance of `a` becomes garbage and a newly allocated instance takes its place. For larger types, this causes unnecessary memory churn. That churn, in turn, causes increased memory pressure and creates more work for the garbage collector.
As more programs use Tensor types or other large data structures, this cost becomes more significant
Library authors can now create user defined implementations for any of the compound assignment operators: `+=`, `-=`, `*=`, `/=`, `%=`, `&=`, `|=`, `^=`, `<<=`, `>>=` and `>>>=`. In addition, the `+=`, `-=`, `*=` and `/=` operators can include both `checked` and unchecked variants.
If you're maintaining a library with existing operators, you can decide if this new feature provides real benefit. Your existing code works the same as before. Consumers of your library can still use any of the compound assignment operators. Unless you define the new compound assignment operators, the compiler continues to generate the same code.
We continue to add features to C# that seamlessly provide new features for important new scenarios without changing familiar idioms.

View File

@@ -0,0 +1,118 @@
# .NET MAUI in .NET 10 Preview 5 - Release Notes
Here's a summary of what's new in .NET MAUI, .NET for Android, and .NET for iOS, Mac Catalyst, macOS, and tvOS in this preview release:
- .NET MAUI
- [XAML Global Namespaces](#xaml-global-namespaces)
- [XAML Implicit Namespaces](#xaml-global-namespaces)
- [Intercept web requests](#intercept-web-requests)
- [.NET for Android](#net-for-android)
- [.NET for iOS, Mac Catalyst, macOS, tvOS](#net-for-ios-mac-catalyst-macos-tvos)
.NET MAUI updates in .NET 10:
- [What's new in .NET MAUI in .NET 10](https://learn.microsoft.com/dotnet/maui/whats-new/dotnet-10) documentation.
## XAML Global Namespaces
In your projects you can now glob together XML-namespaces into a new global namespace `xmlns="http://schemas.microsoft.com/dotnet/maui/global"`, and use them without prefixes. The .NET MAUI namespace is included already.
By convention the new project template creates a file `GlobalXmlns.cs`.
```csharp
[assembly: XmlnsDefinition(
"http://schemas.microsoft.com/dotnet/maui/global",
"MyApp.Views")]
[assembly: XmlnsDefinition(
"http://schemas.microsoft.com/dotnet/maui/global",
"MyApp.Controls")]
[assembly: XmlnsDefinition(
"http://schemas.microsoft.com/dotnet/maui/global",
"MyApp.Converters")]
[assembly: XmlnsDefinition(
"http://schemas.microsoft.com/dotnet/maui/global",
"http://schemas.syncfusion.com/maui/toolkit")]
```
You can then use anything in those namespaces like you do .NET MAUI controls, without prefix.
```xml
<ContentPage
xmlns="http://schemas.microsoft.com/dotnet/maui/global"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="MyApp.MainPage">
<TagView x:DataType="Tag" />
</ContentPage>
```
The `x` namespace cannot be globbed into the global namespace since it's used for parsing.
## XAML Implicit Namespaces
You can opt-in to this feature by adding the following to your project file. As of now, turning this on may cause errors to be reported by various XAML tools.
```xml
<PropertyGroup>
<DefineConstants>$(DefineConstants);MauiAllowImplicitXmlnsDeclaration</DefineConstants>
<EnablePreviewFeatures>true</EnablePreviewFeatures>
</PropertyGroup>
```
With this change you can also eliminate `xmlns` and `xmlns:x` from XAML files.
```xml
<ContentPage x:Class="MyApp.MainPage">
<TagView x:DataType="Tag" />
</ContentPage>
```
In this usage:
- the default xmlns is the global one
- the `x:` prefix is added by default
- all `xmlns` with a `XmlnsPrefix` are also accessible with their prefix, even if they are included in the global `xmlns`. These are useful for disambiguating a name. For example, the `maui:` prefix points to the maui `xmlns`.
- you still need to use the `x:` prefix (e.g. `x:Class`, `x:DataType`), but you don't have to declare it
## Intercept Web Requests
The `HybridWebView` now allows you to intercept when the browser requests a web resource in order to take action before it executes, such as adding a header to the request. The do this, add a listener to the `WebResourceRequested` event.
```xml
<HybridWebView WebResourceRequested="HybridWebView_WebResourceRequested" />
```
```csharp
private void HybridWebView_WebResourceRequested(object sender, HybridWebViewWebResourceRequestedEventArgs e)
{
// NOTES:
// * This method MUST be synchronous, as it is called from the WebView's thread.
// * This method MUST return a response (even if it is not yet complete), otherwise the
// WebView may freeze or return a error response.
// * The response must be set using the SetResponse method of the event args.
// Only handle requests for the specific image URL
if (!e.Uri.ToString().Contains("sample-image.png"))
return;
// Prevent the default behavior of the web view
e.Handled = true;
// Return the stream or task of stream that contains the content
// NOTE: the method is NOT awaited, the WebView will continue to load the content
e.SetResponse(200, "OK", "image/png", GetStreamAsync());
}
```
## .NET for Android
This release was focused on quality improvements. A detailed list can be found on [dotnet/android GitHub releases](https://github.com/dotnet/android/releases/).
## .NET for iOS, Mac Catalyst, macOS, tvOS
This release was focused on quality improvements. A detailed list can be found on [dotnet/macios GitHub releases](https://github.com/dotnet/macios/releases/) including a list of [Known issues](https://github.com/dotnet/macios/wiki/Known-issues-in-.NET10).
## Contributors
Thank you contributors! ❤️
[@Ahamed-Ali](https://github.com/Ahamed-Ali), [@Dhivya-SF4094](https://github.com/Dhivya-SF4094), [@HarishKumarSF4517](https://github.com/HarishKumarSF4517), [@KarthikRajaKalaimani](https://github.com/KarthikRajaKalaimani), [@LogishaSelvarajSF4525](https://github.com/LogishaSelvarajSF4525), [@MartyIX](https://github.com/MartyIX), [@NafeelaNazhir](https://github.com/NafeelaNazhir), [@NanthiniMahalingam](https://github.com/NanthiniMahalingam), [@NirmalKumarYuvaraj](https://github.com/NirmalKumarYuvaraj), [@PaulAndersonS](https://github.com/PaulAndersonS), [@PureWeen](https://github.com/PureWeen), [@Shalini-Ashokan](https://github.com/Shalini-Ashokan), [@StephaneDelcroix](https://github.com/StephaneDelcroix), [@SubhikshaSf4851](https://github.com/SubhikshaSf4851), [@SuthiYuvaraj](https://github.com/SuthiYuvaraj), [@SyedAbdulAzeemSF4852](https://github.com/SyedAbdulAzeemSF4852), [@Tamilarasan-Paranthaman](https://github.com/Tamilarasan-Paranthaman), [@TamilarasanSF4853](https://github.com/TamilarasanSF4853), [@Vignesh-SF3580](https://github.com/Vignesh-SF3580), [@anandhan-rajagopal](https://github.com/anandhan-rajagopal), [@bhavanesh2001](https://github.com/bhavanesh2001), [@corvinsz](https://github.com/corvinsz), [@devanathan-vaithiyanathan](https://github.com/devanathan-vaithiyanathan), [@drasticactions](https://github.com/drasticactions), [@jfversluis](https://github.com/jfversluis), [@jonathanpeppers](https://github.com/jonathanpeppers), [@jsuarezruiz](https://github.com/jsuarezruiz), [@kubaflo](https://github.com/kubaflo), [@mattleibow](https://github.com/mattleibow), [@moljac](https://github.com/moljac), [@nivetha-nagalingam](https://github.com/nivetha-nagalingam), [@pjcollins](https://github.com/pjcollins), [@prakashKannanSf3972](https://github.com/prakashKannanSf3972), [@praveenkumarkarunanithi](https://github.com/praveenkumarkarunanithi), [@rmarinho](https://github.com/rmarinho), [@simonrozsival](https://github.com/simonrozsival), [@tj-devel709](https://github.com/tj-devel709)

View File

@@ -0,0 +1,39 @@
# Entity Framework Core 10 Preview 5 - Release Notes
Here's a summary of what's new in Entity Framework Core in this preview release:
- [Custom Default Constraint Names](#customdefaultconstraintnames)
Entity Framework Core 10 updates:
- [What's new in Entity Framework Core 10](https://learn.microsoft.com/ef/core/what-is-new/ef-core-10.0/whatsnew) documentation
- [Breaking change in Entity Framework Core 10](https://learn.microsoft.com/ef/core/what-is-new/ef-core-10.0/breaking-changes)
## Custom Default Constraint Names
In previous versions of EF Core, when you specified a default value for a property, EF Core would always let the database automatically generate a constraint name. Now, you can explicitly specify the name for default value constraints for SQL Server, giving you more control over your database schema.
You can now specify a constraint name when defining default values in your model configuration:
```C#
protected override void OnModelCreating(ModelBuilder modelBuilder)
{
modelBuilder.Entity<Blog>()
.Property(b => b.IsActive)
.HasDefaultValue(true, "DF_Blog_IsActive");
modelBuilder.Entity<Post>()
.Property(p => b.CreatedDate)
.HasDefaultValueSql("GETDATE()", "DF_Post_CreatedDate");
}
```
You can also call `UseNamedDefaultConstraints` to enable automatic naming of all the default constraints. Note that if you have existing migrations then the next migration you add will rename every single default constraint in your model.
```C#
protected override void OnModelCreating(ModelBuilder modelBuilder)
{
modelBuilder
.UseNamedDefaultConstraints();
}

View File

@@ -0,0 +1,67 @@
# F# updates in .NET 10 Preview 5 - Release Notes
Here's a summary of what's new in F# in this preview release:
- [F# Language](#f-language)
- [FSharp.Core standard library](#fsharpcore-standard-library)
- [FSharp.Compiler.Service](#fsharpcompilerservice)
> Note: Release notes for F# are generated for all contributions to the [dotnet/fsharp](https://github.com/dotnet/fsharp) repository and split across language, library and compiler changes.
## F# Language
### Scoped #nowarn/#warnon
We are thrilled to announce the integration of [FS-1146 Scoped Nowarn](https://github.com/fsharp/fslang-design/blob/main/RFCs/FS-1146-scoped-nowarn.md) into the preview version of F#.
F#10 introduces scoped warning controls with the new `#warnon` directive, enabling fine-grained control over compiler diagnostics. Previously, `#nowarn` silenced warnings globally from its point to the end of the file—often hiding valuable issues elsewhere. Inspired by community feedback, this scoped approach strikes a balance: you can suppress a specific warning just for a targeted section, then restore normal checking immediately after. Let's have a look:
```fsharp
type CustomerStatus = Active | Deleted | [<System.Obsolete>] Inactive
let activeStatus = Status.Active
let inactiveStatus = Status.Inactive
// ------------------^^^^^^^^^^^^^^^ warning FS0044: This construct is deprecated
#nowarn "44"
let processStatus s =
match s with
| Active -> 1
| Deleted -> -1
| Inactive -> -1 // no warning here, since we are between opening "nowarn" and closing "warnon"
#warnon "44"
let userStatus = Status.Inactive
// --------------^^^^^^^^^^^^^^^ warning FS0044: This construct is deprecated
```
A heartfelt thank-you to Martin ([Martin521](https://github.com/Martin521)), who championed this feature from design to delivery. He crafted the RFC, implemented core logic, navigated intricate edge cases—especially around #line support—and resolved countless challenges along the way. His dedication has transformed scoped warning control from RFC to reality.
### More changes
[Release notes for new F# language features](https://fsharp.github.io/fsharp-compiler-docs/release-notes/Language.html) list language changes that have to be enabled by `<LangVersion>preview</LangVersion>` project property in `.fsproj` project file. They will become the default with .NET 10 release.
The following language features are currently under `preview`:
- Better generic unmanaged structs handling. ([Language suggestion #692](https://github.com/fsharp/fslang-suggestions/issues/692), [PR #12154](https://github.com/dotnet/fsharp/pull/12154))
- Deprecate places where `seq` can be omitted. ([Language suggestion #1033](https://github.com/fsharp/fslang-suggestions/issues/1033), [PR #17772](https://github.com/dotnet/fsharp/pull/17772))
- Added type conversions cache, only enabled for compiler runs ([PR#17668](https://github.com/dotnet/fsharp/pull/17668))
- Support ValueOption + Struct attribute as optional parameter for methods ([Language suggestion #1136](https://github.com/fsharp/fslang-suggestions/issues/1136), [PR #18098](https://github.com/dotnet/fsharp/pull/18098))
- Allow `_` in `use!` bindings values (lift FS1228 restriction) ([PR #18487](https://github.com/dotnet/fsharp/pull/18487))
- Warn when `unit` is passed to an `obj`-typed argument ([PR #18330](https://github.com/dotnet/fsharp/pull/18330))
- Fix parsing errors using anonymous records and units of measures ([PR #18543](https://github.com/dotnet/fsharp/pull/18543))
- Scoped Nowarn: added the #warnon compiler directive ([Language suggestion #278](https://github.com/fsharp/fslang-suggestions/issues/278), [RFC FS-1146 PR](https://github.com/fsharp/fslang-design/pull/782), [PR #18049](https://github.com/dotnet/fsharp/pull/18049))
- Allow `let!` and `use!` type annotations without requiring parentheses. ([PR #18508](https://github.com/dotnet/fsharp/pull/18508))
- Warn on uppercase identifiers in patterns. ([PR #15816](https://github.com/dotnet/fsharp/pull/15816))
A monumental round of applause goes to [Edgar](https://github.com/edgarfgp), whose expertise and dedication brought most of these preview features to life!
## FSharp.Core Standard Library
[Changes to the FSharp.Core standard library](https://fsharp.github.io/fsharp-compiler-docs/release-notes/FSharp.Core.html#10.0.100-Added) are applied automatically to projects compiled with new SDK, unless they pin down a lower FSharp.Core version.
Upcoming improvements include a better performance for the `string` functions when dealing with enums and signed integer type, `and!` support for `task{}` expressions and improvements to the random functions introduced with F# 9.
Thank you [Brian](https://github.com/brianrourkeboll) and [Lanayx](https://github.com/dotnet/fsharp/commits?author=Lanayx) for continously making F# better!
## FSharp.Compiler.Service
General improvements and bugfixes in the compiler implementation are at [Release notes for FSharp.Compiler.Service](https://fsharp.github.io/fsharp-compiler-docs/release-notes/FSharp.Compiler.Service.html).
They cover tooling improvements, bugfixes and quality of live improvements for all F# contributors as well as our testing infrastructure. A special thank you goes to [majocha](https://github.com/dotnet/fsharp/commits?author=majocha), [auduchinok](https://github.com/dotnet/fsharp/commits?author=auduchinok), [ijklam](https://github.com/dotnet/fsharp/commits?author=ijklam), [DedSec256](https://github.com/dotnet/fsharp/commits?author=DedSec256) and numerous contributors who help by identifying issues, proposing suggestions and discussing design and implementation of new features.

View File

@@ -0,0 +1,55 @@
# .NET Libraries in .NET 10 Preview 5 - Release Notes
Here's a summary of what's new in .NET Libraries in this preview release:
- [Post-Quantum Cryptography (PQC)](#post-quantum-cryptography-pqc)
.NET Libraries updates in .NET 10:
- [What's new in .NET 10](https://learn.microsoft.com/dotnet/core/whats-new/dotnet-10/overview) documentation
## Post-Quantum Cryptography (PQC)
.NET 10 Preview 5 includes support for three new asymmetric algorithms: ML-KEM (FIPS 202), ML-DSA (FIPS 203), and SLH-DSA (FIPS 204).
These new algorithms made us call into question some of the assumptions underlying the `AsymmetricAlgorithm` type,
and we found that there's not much benefit (but some non-trivial drawbacks) to have these algorithm classes continue to derive from it.
Rather than the AsymmetricAlgorithm approach of creating an object then importing a key into it, or generating a fresh key,
these new types all use static methods to clearly generate a fresh key or import a key:
```C#
using System;
using System.IO;
using System.Security.Cryptography;
private static bool ValidateMLDsaSignature(ReadOnlySpan<byte> data, ReadOnlySpan<byte> signature, string publicKeyPath)
{
string publicKeyPem = File.ReadAllText(publicKeyPath);
using (MLDsa key = MLDsa.ImportFromPem(publicKeyPem))
{
return key.VerifyData(data, signature);
}
}
```
Rather than setting object properties and having a key materialize, key generation on these new types takes in all of the options it needs.
```C#
using (MLKem key = MLKem.GenerateKey(MLKemAlgorithm.MLKem768))
{
string publicKeyPem = key.ExportSubjectPublicKeyInfoPem();
...
}
```
These algorithms all continue with the pattern of having a static `IsSupported` property to indicate if the algorithm is supported on the current system.
In Preview 5 builds, the PQC algorithms are only available on systems where the system cryptographic libraries are OpenSSL 3.5 (or newer),
Windows CNG support will be coming soon.
These new algorithms are all marked as `[Experimental]` under diagnostic SYSLIB5006 until full development is complete.
- System.Security.Cryptography.MLKem
- System.Security.Cryptography.MLDsa
- System.Security.Cryptography.SlhDsa

View File

@@ -0,0 +1,112 @@
# .NET Runtime in .NET 10 Preview 5 - Release Notes
Here's a summary of what's new in the .NET Runtime in this preview release:
- [Escape Analysis for Delegate](#escape-analysis-for-delegates)
- [Inlining Improvements](#inlining-improvements)
- [ARM64 Write Barrier Improvements](#arm64-write-barrier-improvements)
.NET Runtime updates in .NET 10:
- [What's new in .NET 10](https://learn.microsoft.com/dotnet/core/whats-new/dotnet-10/overview) documentation
## Escape Analysis for Delegates
Preview 5 extends the JIT compiler's escape analysis implementation to model delegate invokes. When compiling source code to IL, each delegate is transformed into a closure class with a method corresponding to the delegate's definition, and fields matching any captured variables. At runtime, a closure object is created to instantiate the captured variables, along with a `Func` object to invoke the delegate. Thanks to [dotnet/runtime #115172](https://github.com/dotnet/runtime/pull/115172), if escape analysis determines the `Func` object will not outlive its current scope, the JIT will allocate it on the stack.
Consider the following example:
```csharp
public static int Main()
{
int local = 1;
int[] arr = new int[100];
var func = (int x) => x + local;
int sum = 0;
foreach (int num in arr)
{
sum += func(num);
}
return sum;
}
```
Here is the abbreviated x64 assembly the .NET 9 JIT produces for `Main`:
```asm
; prolog omitted for brevity
mov rdi, 0x7DD0AE362E28 ; Program+<>c__DisplayClass0_0
call CORINFO_HELP_NEWSFAST
mov rbx, rax
mov dword ptr [rbx+0x08], 1
mov rdi, 0x7DD0AE268A98 ; int[]
mov esi, 100
call CORINFO_HELP_NEWARR_1_VC
mov r15, rax
mov rdi, 0x7DD0AE4A9C58 ; System.Func`2[int,int]
call CORINFO_HELP_NEWSFAST
mov r14, rax
lea rdi, bword ptr [r14+0x08]
mov rsi, rbx
call CORINFO_HELP_ASSIGN_REF
mov rsi, 0x7DD0AE461140 ; code for Program+<>c__DisplayClass0_0:<Main>b__0(int):int:this
mov qword ptr [r14+0x18], rsi
xor ebx, ebx
add r15, 16
mov r13d, 100
G_M24375_IG03: ;; offset=0x0075
mov esi, dword ptr [r15]
mov rdi, gword ptr [r14+0x08]
call [r14+0x18]System.Func`2[int,int]:Invoke(int):int:this
add ebx, eax
add r15, 4
dec r13d
jne SHORT G_M24375_IG03
; epilog omitted for brevity
```
Before entering the loop, `arr`, `func`, and the closure class for `func` called `Program+<>c__DisplayClass0_0` are all allocated on the heap, as indicated by the `CORINFO_HELP_NEW*` calls. Preview 1 introduced stack allocation for fixed-sized arrays of value types, so we can expect the heap allocation for `arr` to go away. Because `func` is never referenced outside the scope of `Main`, it will also be allocated on the stack. Here is the code generated in Preview 5:
```asm
; prolog omitted for brevity
mov rdi, 0x7B52F7837958 ; Program+<>c__DisplayClass0_0
call CORINFO_HELP_NEWSFAST
mov rbx, rax
mov dword ptr [rbx+0x08], 1
mov rsi, 0x7B52F7718CC8 ; int[]
mov qword ptr [rbp-0x1C0], rsi
lea rsi, [rbp-0x1C0]
mov dword ptr [rsi+0x08], 100
lea r15, [rbp-0x1C0]
xor r14d, r14d
add r15, 16
mov r13d, 100
G_M24375_IG03: ;; offset=0x0099
mov esi, dword ptr [r15]
mov rdi, rbx
mov rax, 0x7B52F7901638 ; address of definition for "func"
call rax
add r14d, eax
add r15, 4
dec r13d
jne SHORT G_M24375_IG03
; epilog omitted for brevity
```
Notice there is only one `CORINFO_HELP_NEW*` call remaining: the heap allocation for the closure. We plan to expand escape analysis to support stack allocation of closures in a future release.
## Inlining Improvements
Preview 5 further enhances the JIT's inlining policy to take better advantage of profile data. Among numerous heuristics, the JIT's inliner will not consider methods over a certain size to avoid bloating the caller method. When the caller has profile data that suggests an inlining candidate is frequently executed, the inliner increases its size tolerance for the candidate.
Suppose the JIT inlines some callee `Bar` without profile data into some caller `Foo` with profile data -- this discrepancy can happen if the callee is too small to be worth instrumenting, or if it is inlined too often to have a sufficient call count. If `Bar` has its own inlining candidates, the JIT would previously consider them with its default size limit due to `Bar` lacking profile data. With [dotnet/runtime #115119](https://github.com/dotnet/runtime/pull/115119), the JIT will now realize `Foo` has profile data, and loosen its size restriction (but not to the same degree as if `Bar` has profile data, to account for loss of precision). Like the inlining policy changes in Preview 4, this brought [hundreds](https://github.com/dotnet/runtime/pull/115119#issuecomment-2914325071) of improvements to our microbenchmarks.
## ARM64 Write Barrier Improvements
The .NET garbage collector (GC) is generational, meaning it separates live objects by age to improve collection performance. The GC collects younger generations more often under the assumption that long-lived objects are less likely to be unreferenced (or "dead") at any given time. However, suppose an old object starts referencing a young object; the GC needs to know it cannot collect the young object, but needing to scan older objects to collect a young object defeats the performance gains of a generational GC.
To solve this problem, the JIT inserts write barriers before object reference updates to keep the GC informed. On x64, the runtime can dynamically switch between write barrier implementations to balance write speeds and collection efficiency, depending on the GC's configuration. [dotnet/runtime #111636](https://github.com/dotnet/runtime/pull/111636) brings this functionality to ARM64 as well. In particular, the new default write barrier implementation on ARM64 handles GC regions more precisely, improving collection performance at slight expense to write barrier throughput: Our benchmarks show GC pause improvements from eight to over twenty percent with the new GC defaults.

View File

@@ -0,0 +1,3 @@
# .NET SDK in .NET 10 Preview 5 - Release Notes
This preview release does not contain new Container image features.

View File

@@ -0,0 +1,6 @@
# Visual Basic updates in .NET 10 Preview 5 - Release Notes
This preview release does not contain new Visual Basic features. Please checkout the lastest documentation:
- [What's new in Visual Basic](https://learn.microsoft.com/dotnet/visual-basic/whats-new/) documentation
- [Breaking changes](https://learn.microsoft.com/dotnet/visual-basic/whats-new/breaking-changes)

View File

@@ -0,0 +1,25 @@
# Windows Forms in .NET 10 Preview 5 - Release Notes
Here's a summary of what's new in Windows Forms in this preview release:
- [Bug Fixes](#bug-fixes)
- [Engineering Health](#engineering-health)
## Windows Forms updates in .NET 10
- [What's new in Windows Forms in .NET 10](https://learn.microsoft.com/dotnet/desktop/winforms/whats-new/net100) documentation.
- [Issues List for Windows Forms in .NET 10 Preview 5](https://github.com/dotnet/winforms/issues?q=is%3Aissue%20milestone%3A%2210%20Preview5%22%20)
## Bug Fixes
Addressed various bug fixes including:
- Fixing a regression regarding `PrinterSettings.DefaultPageSettings.Color` returning an incorrect value.
- Removing false positives being returned by the WFO1000 Analyzer when analyzing properties of interfaces derived from IComponent.
- Resolving a memory leak in the MSHTML component.
- Addressing an `InvalidOperationException` in the constructor of `ListViewGroupAccessibleObject`
## Engineering Health
- Updated DemoConsole test application to accurately demonstrate and test usage of types in the `System.Windows.Forms.Design` namespace.
- Removed deprecated .NET runtime and unnecessary package references, and conducted style cleanups to address warnings and improve code quality.

View File

@@ -0,0 +1,45 @@
# WPF in .NET 10 Preview 5 - Release Notes
Here's a summary of what's new in WPF in this preview release:
- [XAML Grid Syntax Enhancements](#xaml-grid-syntax-enhancements)
- [Font and Globalization Updates](#font-and-globalization-updates)
- [Fluent Theme Improvements](#fluent-theme-improvements)
- [Performance and Code Quality Improvements](#performance-and-code-quality-improvements)
WPF updates in .NET 10:
- [What's new in WPF in .NET 10](https://learn.microsoft.com/dotnet/desktop/wpf/whats-new/net100) documentation.
## XAML Grid Syntax Enhancements
This release introduces a new shorthand syntax for defining `Grid.RowDefinitions` and `Grid.ColumnDefinitions` in XAML, with full support for XAML Hot Reload.
**Example:**
```xml
<Grid RowDefinitions="Auto,*,Auto" ColumnDefinitions="*, Auto">
<TextBlock Text="Row 0, Col 0" Grid.Row="0" Grid.Column="0" />
<TextBlock Text="Row 1, Col 1" Grid.Row="1" Grid.Column="1" />
<TextBlock Text="Row 2, Col 0" Grid.Row="2" Grid.Column="0" />
</Grid>
```
This shorthand allows you to specify row and column sizes directly in the `RowDefinitions` and `ColumnDefinitions` attributes, making XAML more concise and readable.
## Font and Globalization Updates
The `simsun-extg` font has been added to improve character rendering, especially for East Asian languages.
## Fluent Theme Improvements
Resolved crashes in the Fluent theme related to the `TextBox` control. Enhanced styling for `SelectionBrush` and `Thumb` controls, and improved visual accuracy by correcting the `Expander` arrow direction in right-to-left (RTL) layouts.
## Performance and Code Quality Improvements
This release includes several improvements to performance and code quality:
- Reduced memory allocations by replacing boxed collections such as `ArrayList`, `Hashtable`, and `IList` with more efficient alternatives like arrays and generic collections.
- Optimized internal logic by refining parsing routines and removing unused fields in utilities such as `DpiHelper` and `XamlSchema`.
- Eliminated the static constructor from `KnownColors` to improve runtime performance.
- Removed legacy or unused code, including the `ReflectionHelper` for WinRT.

View File

@@ -1,13 +1,709 @@
{
"channel-version": "10.0",
"latest-release": "10.0.0-preview.4",
"latest-release-date": "2025-05-13",
"latest-runtime": "10.0.0-preview.4.25258.110",
"latest-sdk": "10.0.100-preview.4.25258.110",
"latest-release": "10.0.0-preview.5",
"latest-release-date": "2025-06-10",
"latest-runtime": "10.0.0-preview.5.25277.114",
"latest-sdk": "10.0.100-preview.5.25277.114",
"support-phase": "preview",
"release-type": "lts",
"lifecycle-policy": "https://aka.ms/dotnetcoresupport",
"releases": [
{
"release-date": "2025-06-10",
"release-version": "10.0.0-preview.5",
"security": false,
"cve-list": [],
"release-notes": "https://github.com/dotnet/core/blob/main/release-notes/10.0/preview/preview5/10.0.0-preview.5.md",
"runtime": {
"version": "10.0.0-preview.5.25277.114",
"version-display": "10.0.0-preview.5",
"vs-version": "",
"vs-mac-version": "",
"files": [
{
"name": "dotnet-apphost-pack-linux-arm.tar.gz",
"rid": "linux-arm",
"url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.5.25277.114/dotnet-apphost-pack-10.0.0-preview.5.25277.114-linux-arm.tar.gz",
"hash": "A6E028A341A62E8D6439626BF888D572F991A12CD80A1A2D8CD6EFDA9C9F104ED19125C5B11CB8EF505B75B9129294A42237740D310005AB7F0D72CE35CB77CC"
},
{
"name": "dotnet-apphost-pack-linux-arm64.tar.gz",
"rid": "linux-arm64",
"url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.5.25277.114/dotnet-apphost-pack-10.0.0-preview.5.25277.114-linux-arm64.tar.gz",
"hash": "44FAD100DF0564153855A76A964B21FE30C7DC26C5610138FCB2827F13FE7D669E53E4F511A3D16292593DC01589D80F8A34A4C007FFC5257732161DAC4EACC6"
},
{
"name": "dotnet-apphost-pack-linux-bionic-arm64.tar.gz",
"rid": "linux-bionic-arm64",
"url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.5.25277.114/dotnet-apphost-pack-10.0.0-preview.5.25277.114-linux-bionic-arm64.tar.gz",
"hash": "E31CC0034F38AC94FCE1A12DB067053BA8DA900C113195BDACC79D5767BF1937E5179B7D1523ED46141622A51DD693CA18D7AC69328DF6E9A5754DE4A1E2EB41"
},
{
"name": "dotnet-apphost-pack-linux-bionic-x64.tar.gz",
"rid": "linux-bionic-x64",
"url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.5.25277.114/dotnet-apphost-pack-10.0.0-preview.5.25277.114-linux-bionic-x64.tar.gz",
"hash": "B987D31E0C2F0933239B523AEDDC820AC42CCF2D611EF095DCD6A39CE9C4501F7D6419987B314405E46E9B572FDAC026BB5E2F2E7BEBDF280FE3F56D0B41C971"
},
{
"name": "dotnet-apphost-pack-linux-musl-arm.tar.gz",
"rid": "linux-musl-arm",
"url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.5.25277.114/dotnet-apphost-pack-10.0.0-preview.5.25277.114-linux-musl-arm.tar.gz",
"hash": "8EE1926711F970B6692CBFFD2050BD3FBCD225C411475A154006BD94CA34E7B09BED8B023DDA399148BF01FA37B893BA17863BCFDD4F14F8CCA636EF0A4C6E2B"
},
{
"name": "dotnet-apphost-pack-linux-musl-arm64.tar.gz",
"rid": "linux-musl-arm64",
"url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.5.25277.114/dotnet-apphost-pack-10.0.0-preview.5.25277.114-linux-musl-arm64.tar.gz",
"hash": "207B84A7911F5F194A7558F35A4E13482B85EDEE587ECB93E4A42690CB14284C0EA2EC89F9D96F2D1A19B7A0A8411B6D9CBB7543BA2CF2A5277DB74AAF125360"
},
{
"name": "dotnet-apphost-pack-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
"url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.5.25277.114/dotnet-apphost-pack-10.0.0-preview.5.25277.114-linux-musl-x64.tar.gz",
"hash": "DEE31F80B1B1ED6ADDA70CE58AF96183EDA2A8FFF5B2AADC7CEB70E3C9914C132C6FB2405984E241BAC1973DFE1E4403E5E695D4E67A326BD1D9D68F03DC9EB5"
},
{
"name": "dotnet-apphost-pack-linux-x64.tar.gz",
"rid": "linux-x64",
"url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.5.25277.114/dotnet-apphost-pack-10.0.0-preview.5.25277.114-linux-x64.tar.gz",
"hash": "6A71DCCAA3997E2CCDC5A506C8473B24A2702C8874AF27C983F6F787B857B9EE53E2F3C6EBA3DB75D423B1F57ADF9D6053AF9C1FF07C1EB25C8340DA6041E41E"
},
{
"name": "dotnet-apphost-pack-osx-arm64.tar.gz",
"rid": "osx-arm64",
"url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.5.25277.114/dotnet-apphost-pack-10.0.0-preview.5.25277.114-osx-arm64.tar.gz",
"hash": "AB849707CEE617BF314CE68C09E8D8C9AF3B2B9DE4D64405C3AA3FBF875C9510E1E7A22649B0B0285BC1FAA0EAD426F3F79D159463530002011DC5929100B52D"
},
{
"name": "dotnet-apphost-pack-osx-x64.tar.gz",
"rid": "osx-x64",
"url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.5.25277.114/dotnet-apphost-pack-10.0.0-preview.5.25277.114-osx-x64.tar.gz",
"hash": "2E28F36C3FFB64730EB8B8DE5D5764ECE16613C818FE377A0E7DDBEBC6C07900C9D0B289DBA4D3494EFE07FCCB21F227BE0CA807C10BE18B954B0EE1FDF43F0B"
},
{
"name": "dotnet-apphost-pack-win-arm64.zip",
"rid": "win-arm64",
"url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.5.25277.114/dotnet-apphost-pack-10.0.0-preview.5.25277.114-win-arm64.zip",
"hash": "9082BDF83AB098B2C94C2676A0849C528A2D8DACE34E32621B04ADC460D9289B3BE5D94A5C424ABFB9B290BA59F4380A06AA41FBB8F0B2F99B4CF2A15D70C2E5"
},
{
"name": "dotnet-apphost-pack-win-x64.zip",
"rid": "win-x64",
"url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.5.25277.114/dotnet-apphost-pack-10.0.0-preview.5.25277.114-win-x64.zip",
"hash": "1E71509F540A4B92B17ABADBAC1CF74B6E8E8044FCCF1D6E6F941506BA56F9084F2114FA4B994832667A20ADBE5D71CF57462433C36833D44EB4469675D27B79"
},
{
"name": "dotnet-apphost-pack-win-x86.zip",
"rid": "win-x86",
"url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.5.25277.114/dotnet-apphost-pack-10.0.0-preview.5.25277.114-win-x86.zip",
"hash": "515F0CE92E16FCEA513A56D91D0F72BF35A2D1AAC97C3BBE6A1A19E734062A3EBDC189EC00407F188537AC80C66D009A6F5C50AB27CA99AA6FEC60005652E915"
},
{
"name": "dotnet-runtime-linux-arm.tar.gz",
"rid": "linux-arm",
"url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.5.25277.114/dotnet-runtime-10.0.0-preview.5.25277.114-linux-arm.tar.gz",
"hash": "D9294D0AA4A224E1A76AB08684D827580841B45A0D96953C317EF4FD3858C08524455B302734F76ED7D5C940B212FD116F7A5F1317F7A4463AADBEC910989AEE"
},
{
"name": "dotnet-runtime-linux-arm64.tar.gz",
"rid": "linux-arm64",
"url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.5.25277.114/dotnet-runtime-10.0.0-preview.5.25277.114-linux-arm64.tar.gz",
"hash": "9AE24D6528C30242F537F2D3E3AD89B87EBE47BAD441FD6730DF5264D135A63705721B67F434E2251809013B25ADB2E3734D650E233E6C871C579D713240A650"
},
{
"name": "dotnet-runtime-linux-bionic-arm64.tar.gz",
"rid": "linux-bionic-arm64",
"url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.5.25277.114/dotnet-runtime-10.0.0-preview.5.25277.114-linux-bionic-arm64.tar.gz",
"hash": "340827A3C4893DC492CC8C084B3F1CA2A386BDC252B4174DD34EA12A778D43298107B0E060E4592C6B77C98B328359EFEFC3C4EA61111984392037A93950D2D6"
},
{
"name": "dotnet-runtime-linux-bionic-x64.tar.gz",
"rid": "linux-bionic-x64",
"url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.5.25277.114/dotnet-runtime-10.0.0-preview.5.25277.114-linux-bionic-x64.tar.gz",
"hash": "D0104F8B1333AE62A7B3BB64B27A313FEE343AA23C7D8B845DCA47DF570B0BC2CB0E101025F92136A82E5B99D57A7BFCFBB7EFC793C02D572A7004DE606F3C42"
},
{
"name": "dotnet-runtime-linux-musl-arm.tar.gz",
"rid": "linux-musl-arm",
"url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.5.25277.114/dotnet-runtime-10.0.0-preview.5.25277.114-linux-musl-arm.tar.gz",
"hash": "37B38B5CA69E2CBBDDCFAF4D7C2D1F652E56368F3C4BCA842C8CD81FA108A25AFBF5A9AC85856363EA6E0E10C85CEC03CFF57E641690EDDDF0938F17D379DE32"
},
{
"name": "dotnet-runtime-linux-musl-arm64.tar.gz",
"rid": "linux-musl-arm64",
"url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.5.25277.114/dotnet-runtime-10.0.0-preview.5.25277.114-linux-musl-arm64.tar.gz",
"hash": "10F5A4F743D8795688FAB1B9E736CD76E04BECB5A56903D9607CD7694C81A0AACEE948FA511BE463E7D719EF8AAA9CCD9099EF2A6A0F15D955D238CE0919FC9C"
},
{
"name": "dotnet-runtime-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
"url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.5.25277.114/dotnet-runtime-10.0.0-preview.5.25277.114-linux-musl-x64.tar.gz",
"hash": "716B01559B44320C124459C461DC9BE7A2391B680EC9BA46A22F77A737EB93C4E3323A73B1138DDD1574DCC50934C82ADF7ABE792D6BBD953B8AEA790619941F"
},
{
"name": "dotnet-runtime-linux-x64.tar.gz",
"rid": "linux-x64",
"url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.5.25277.114/dotnet-runtime-10.0.0-preview.5.25277.114-linux-x64.tar.gz",
"hash": "EC21EFF51B0F8B9E7C9C00B6CC9E9CDD810997C9D2C1987042C48CDD6BF6E40C2552ACBFCDA405C56B3CE7DE52B3A20E6B91F068C6E4BD101B896C302A32B5F2"
},
{
"name": "dotnet-runtime-osx-arm64.pkg",
"rid": "osx-arm64",
"url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.5.25277.114/dotnet-runtime-10.0.0-preview.5.25277.114-osx-arm64.pkg",
"hash": "3867EFE2B96768D785CF74849F8A0816EA6DB24D4A0452D560FD1A1F5CF741BD0428BF4B60488909C055C8E02C84E1A2AED30ED7616242002F52C9BE11E7766F"
},
{
"name": "dotnet-runtime-osx-arm64.tar.gz",
"rid": "osx-arm64",
"url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.5.25277.114/dotnet-runtime-10.0.0-preview.5.25277.114-osx-arm64.tar.gz",
"hash": "8B950FDF099F34022CBB11AE2E736FA36D3CD7E117230971230EB3E0CDB3D33F36B43F87EE6F8C0767C56E6619066667BCFC8E267A6F416965B9C37B0C92152F"
},
{
"name": "dotnet-runtime-osx-x64.pkg",
"rid": "osx-x64",
"url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.5.25277.114/dotnet-runtime-10.0.0-preview.5.25277.114-osx-x64.pkg",
"hash": "05BEBFAB82BF512D806DCC9E5F478E7D03C426E5A889C55279A846F89A307CADB3B5948F31DE17C1D7F3A827B91956C3656487E3FA85C31A742E6BF72E7B74B6"
},
{
"name": "dotnet-runtime-osx-x64.tar.gz",
"rid": "osx-x64",
"url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.5.25277.114/dotnet-runtime-10.0.0-preview.5.25277.114-osx-x64.tar.gz",
"hash": "B8607F688ECF06CF9FB295045383D7565BC2C9057E790F7716A2AC2D056C9AF6B5A3D642D82A1BF4F82727E0B6F6B066C72E2C54ED969FC5ADEA38841D88408C"
},
{
"name": "dotnet-runtime-win-arm64.exe",
"rid": "win-arm64",
"url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.5.25277.114/dotnet-runtime-10.0.0-preview.5.25277.114-win-arm64.exe",
"hash": "55D6B893B179DEFC422FF581A1356B6AAB9E37B233FB244902C320C490EF6F1D2ECB4EBEF129A80C1E1DD1113DB45FDE7F469F5BB230A56E68C3A3029DF254B7"
},
{
"name": "dotnet-runtime-win-arm64.zip",
"rid": "win-arm64",
"url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.5.25277.114/dotnet-runtime-10.0.0-preview.5.25277.114-win-arm64.zip",
"hash": "8F29BA0D38827EB30A0CE0A3A6FBAC2BB82F1EBF417B0C41B234F2DECB063E87AC9BF28B198F7DC162C1A2DBCAE0C9ED11D5B9245A8BF2C85FAE245442AB6F2F"
},
{
"name": "dotnet-runtime-win-x64.exe",
"rid": "win-x64",
"url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.5.25277.114/dotnet-runtime-10.0.0-preview.5.25277.114-win-x64.exe",
"hash": "C8B6764DD8D080A3AAE07A2DC7452B70578B8921864C356418F8002A4F912FB381B5C7921F2E5EFF8A7065BA27F1694E1EF838ED072EF2B0FEB88958D1F9AEF3"
},
{
"name": "dotnet-runtime-win-x64.zip",
"rid": "win-x64",
"url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.5.25277.114/dotnet-runtime-10.0.0-preview.5.25277.114-win-x64.zip",
"hash": "9A2E9FAC1424CD7E50624466E410D3DDA7F97EFFD6F4F96BE2B08961A1929A48169B84243555622AC015D6BCFFE8E953B86F68DA6FB9A66DED5F72EC1E362021"
},
{
"name": "dotnet-runtime-win-x86.exe",
"rid": "win-x86",
"url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.5.25277.114/dotnet-runtime-10.0.0-preview.5.25277.114-win-x86.exe",
"hash": "AB5C8169FBB774E7A177648D17AAA9F037E163FDB6E52D9D5FDF2EC62A6B04857DECEE3E2AC2EA7983C4E5A65EDD7CE157DF3DBE5EDCD6EE8E054F699C62CF22"
},
{
"name": "dotnet-runtime-win-x86.zip",
"rid": "win-x86",
"url": "https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.0-preview.5.25277.114/dotnet-runtime-10.0.0-preview.5.25277.114-win-x86.zip",
"hash": "64AF1C5917CDB077EB1909F8ED62AD2E8BFB3BE0B9B01612F85203D614F5F15F03B7802D6676967025AADAE3202909634B6FFE29EC28640D84827F0717B19517"
}
]
},
"sdk": {
"version": "10.0.100-preview.5.25277.114",
"version-display": "10.0.100-preview.5",
"runtime-version": "10.0.0-preview.5.25277.114",
"vs-version": "",
"vs-mac-version": "",
"vs-support": "",
"vs-mac-support": "",
"csharp-version": "13.0",
"fsharp-version": "9.0",
"vb-version": "16.9",
"files": [
{
"name": "dotnet-sdk-linux-arm.tar.gz",
"rid": "linux-arm",
"url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.5.25277.114/dotnet-sdk-10.0.100-preview.5.25277.114-linux-arm.tar.gz",
"hash": "1BB72EBACF090A3FC34DD1311AD634E4FB00EA452320AA68D62ABBF83121518B5AE42B9C1895FB804F55CFACEC78095CAF23C0CCF44D0076912C7E3A5A001786"
},
{
"name": "dotnet-sdk-linux-arm64.tar.gz",
"rid": "linux-arm64",
"url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.5.25277.114/dotnet-sdk-10.0.100-preview.5.25277.114-linux-arm64.tar.gz",
"hash": "E99F03858BAFFA1B41E67EB6291B7E9EB68FC8926409794D4416982092B7E80356E5547BE779B774216C1EC7AEE236B6474567CB7C0D815ECD19EBC71B07F971"
},
{
"name": "dotnet-sdk-linux-musl-arm.tar.gz",
"rid": "linux-musl-arm",
"url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.5.25277.114/dotnet-sdk-10.0.100-preview.5.25277.114-linux-musl-arm.tar.gz",
"hash": "DE43CB81692591FF6508A9BEE19107FE03E6551633F03FD617CF29A14E5142DBDCAED9DED406A7E839F39D8D0FB4B6AA1749C2C925B63C93CC1567420679B0C1"
},
{
"name": "dotnet-sdk-linux-musl-arm64.tar.gz",
"rid": "linux-musl-arm64",
"url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.5.25277.114/dotnet-sdk-10.0.100-preview.5.25277.114-linux-musl-arm64.tar.gz",
"hash": "C5085C53974ABB9949A774EE613BB22CAA22BB510883296AA5E0CF9590F4F13BE0E2E7074E4054F9B1BF09D20D08F2FF223594495E956FBEEAE85C508C7F1596"
},
{
"name": "dotnet-sdk-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
"url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.5.25277.114/dotnet-sdk-10.0.100-preview.5.25277.114-linux-musl-x64.tar.gz",
"hash": "B9E48F0C1B8B233F0BED18EFD84DC35B3DFF4F6C84052C9CCA40FC701A34D1D86744DEAC0F155C91CEBC3E54276170AD0B51DA7A8E73E597A7D3D24672608C18"
},
{
"name": "dotnet-sdk-linux-x64.tar.gz",
"rid": "linux-x64",
"url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.5.25277.114/dotnet-sdk-10.0.100-preview.5.25277.114-linux-x64.tar.gz",
"hash": "4EF3BC177BBAA7BA38CEB78CF0109BACCEA1F4432CD8C52E3D78B237CD5A92BD660E926774036A2FCB51175F48FFEBC8A65DCA56BB905BC8ED4F2ECFD8C15C79"
},
{
"name": "dotnet-sdk-osx-arm64.pkg",
"rid": "osx-arm64",
"url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.5.25277.114/dotnet-sdk-10.0.100-preview.5.25277.114-osx-arm64.pkg",
"hash": "2BC0BEB4636989819A008ECEDA33237E623B11579F72BBCEB3569F96656719BAD0FF70E6DA72D1C247D31795F49380EAEFAA2FFBADD0CB154B89458AE86C750B"
},
{
"name": "dotnet-sdk-osx-arm64.tar.gz",
"rid": "osx-arm64",
"url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.5.25277.114/dotnet-sdk-10.0.100-preview.5.25277.114-osx-arm64.tar.gz",
"hash": "185A3E341B928BA1B218FB769FB0D8CFD7162C567CCD46928FFCE74D6069BA0C491E44E9062855335283A747E995AF44529EB6FCE06D3C09C5C9B0A622C39360"
},
{
"name": "dotnet-sdk-osx-x64.pkg",
"rid": "osx-x64",
"url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.5.25277.114/dotnet-sdk-10.0.100-preview.5.25277.114-osx-x64.pkg",
"hash": "DA59DF0ABFBD51BD1BFF48F4383C5A11C6B1470B7173D6F4F953AE161030E9AA19ECCBFA10CAC88BAAA85AB6AF682C1E1456C8B6CFEBACF20ED0C77F504B355F"
},
{
"name": "dotnet-sdk-osx-x64.tar.gz",
"rid": "osx-x64",
"url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.5.25277.114/dotnet-sdk-10.0.100-preview.5.25277.114-osx-x64.tar.gz",
"hash": "CAF70EBAF1182FD803E60A05F2F793AB6F6902EC365BD94B09902679709FB2AEF6122A03256DB4D3936F33B98F64623E8EDA0C64CF8AE902829C23E745987148"
},
{
"name": "dotnet-sdk-win-arm64.exe",
"rid": "win-arm64",
"url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.5.25277.114/dotnet-sdk-10.0.100-preview.5.25277.114-win-arm64.exe",
"hash": "AC896689007910E927751A6EF6AE801F368FEC53D69D2B95495860374E9C85C72906B9CD66B85C1B07DB42AD6C0D54BFE19D1CFC9070937C630B63B3B316AE41"
},
{
"name": "dotnet-sdk-win-arm64.zip",
"rid": "win-arm64",
"url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.5.25277.114/dotnet-sdk-10.0.100-preview.5.25277.114-win-arm64.zip",
"hash": "67FF83BFFEDD09D513636A870247DA9157096DC22FB30D1E7DE3D4C7268892396B89542D2C7F7593EB154F3E1CF54CECC754640585F5081AA44AB2B6C8DEFDFE"
},
{
"name": "dotnet-sdk-win-x64.exe",
"rid": "win-x64",
"url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.5.25277.114/dotnet-sdk-10.0.100-preview.5.25277.114-win-x64.exe",
"hash": "A831E4853315517ED6AE917E892D5F4FED15D1398FA69B5A6F4790827AD1EA81E9E0290939C6F7C5A91126A8F0A7DF885ECF1BE5105E5B5A9301786C00F6A74D"
},
{
"name": "dotnet-sdk-win-x64.zip",
"rid": "win-x64",
"url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.5.25277.114/dotnet-sdk-10.0.100-preview.5.25277.114-win-x64.zip",
"hash": "E54A15F594474DD9902AEBCB99C3EC0963D7E4DCD73935DADE6E70D726BCC21410DEA104CA699F19D8CAEB4D3E82EE52F8F373102D4E46F5E9121CACF9DC53CF"
},
{
"name": "dotnet-sdk-win-x86.exe",
"rid": "win-x86",
"url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.5.25277.114/dotnet-sdk-10.0.100-preview.5.25277.114-win-x86.exe",
"hash": "3CF01D32DA05DD5A8880863974EE1A0E20BAA3A8E8162B69A76B23CDAC092389BBB30208545B7E05D7C2039628A866B7F153745F7FDDA8FAE36C33C383B1C305"
},
{
"name": "dotnet-sdk-win-x86.zip",
"rid": "win-x86",
"url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.5.25277.114/dotnet-sdk-10.0.100-preview.5.25277.114-win-x86.zip",
"hash": "BEC0FC40E823827F6F6691AF1CD7FEBFC7045A2F36DD60FA551CAF1CC191FF9B51F640CEDD39CBDC873A94D7501F0D93E6A4023B64B048E67873D46C0FA115A9"
}
]
},
"sdks": [
{
"version": "10.0.100-preview.5.25277.114",
"version-display": "10.0.100-preview.5",
"runtime-version": "10.0.0-preview.5.25277.114",
"vs-version": "",
"vs-mac-version": "",
"vs-support": "",
"vs-mac-support": "",
"csharp-version": "13.0",
"fsharp-version": "9.0",
"vb-version": "16.9",
"files": [
{
"name": "dotnet-sdk-linux-arm.tar.gz",
"rid": "linux-arm",
"url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.5.25277.114/dotnet-sdk-10.0.100-preview.5.25277.114-linux-arm.tar.gz",
"hash": "1BB72EBACF090A3FC34DD1311AD634E4FB00EA452320AA68D62ABBF83121518B5AE42B9C1895FB804F55CFACEC78095CAF23C0CCF44D0076912C7E3A5A001786"
},
{
"name": "dotnet-sdk-linux-arm64.tar.gz",
"rid": "linux-arm64",
"url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.5.25277.114/dotnet-sdk-10.0.100-preview.5.25277.114-linux-arm64.tar.gz",
"hash": "E99F03858BAFFA1B41E67EB6291B7E9EB68FC8926409794D4416982092B7E80356E5547BE779B774216C1EC7AEE236B6474567CB7C0D815ECD19EBC71B07F971"
},
{
"name": "dotnet-sdk-linux-musl-arm.tar.gz",
"rid": "linux-musl-arm",
"url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.5.25277.114/dotnet-sdk-10.0.100-preview.5.25277.114-linux-musl-arm.tar.gz",
"hash": "DE43CB81692591FF6508A9BEE19107FE03E6551633F03FD617CF29A14E5142DBDCAED9DED406A7E839F39D8D0FB4B6AA1749C2C925B63C93CC1567420679B0C1"
},
{
"name": "dotnet-sdk-linux-musl-arm64.tar.gz",
"rid": "linux-musl-arm64",
"url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.5.25277.114/dotnet-sdk-10.0.100-preview.5.25277.114-linux-musl-arm64.tar.gz",
"hash": "C5085C53974ABB9949A774EE613BB22CAA22BB510883296AA5E0CF9590F4F13BE0E2E7074E4054F9B1BF09D20D08F2FF223594495E956FBEEAE85C508C7F1596"
},
{
"name": "dotnet-sdk-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
"url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.5.25277.114/dotnet-sdk-10.0.100-preview.5.25277.114-linux-musl-x64.tar.gz",
"hash": "B9E48F0C1B8B233F0BED18EFD84DC35B3DFF4F6C84052C9CCA40FC701A34D1D86744DEAC0F155C91CEBC3E54276170AD0B51DA7A8E73E597A7D3D24672608C18"
},
{
"name": "dotnet-sdk-linux-x64.tar.gz",
"rid": "linux-x64",
"url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.5.25277.114/dotnet-sdk-10.0.100-preview.5.25277.114-linux-x64.tar.gz",
"hash": "4EF3BC177BBAA7BA38CEB78CF0109BACCEA1F4432CD8C52E3D78B237CD5A92BD660E926774036A2FCB51175F48FFEBC8A65DCA56BB905BC8ED4F2ECFD8C15C79"
},
{
"name": "dotnet-sdk-osx-arm64.pkg",
"rid": "osx-arm64",
"url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.5.25277.114/dotnet-sdk-10.0.100-preview.5.25277.114-osx-arm64.pkg",
"hash": "2BC0BEB4636989819A008ECEDA33237E623B11579F72BBCEB3569F96656719BAD0FF70E6DA72D1C247D31795F49380EAEFAA2FFBADD0CB154B89458AE86C750B"
},
{
"name": "dotnet-sdk-osx-arm64.tar.gz",
"rid": "osx-arm64",
"url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.5.25277.114/dotnet-sdk-10.0.100-preview.5.25277.114-osx-arm64.tar.gz",
"hash": "185A3E341B928BA1B218FB769FB0D8CFD7162C567CCD46928FFCE74D6069BA0C491E44E9062855335283A747E995AF44529EB6FCE06D3C09C5C9B0A622C39360"
},
{
"name": "dotnet-sdk-osx-x64.pkg",
"rid": "osx-x64",
"url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.5.25277.114/dotnet-sdk-10.0.100-preview.5.25277.114-osx-x64.pkg",
"hash": "DA59DF0ABFBD51BD1BFF48F4383C5A11C6B1470B7173D6F4F953AE161030E9AA19ECCBFA10CAC88BAAA85AB6AF682C1E1456C8B6CFEBACF20ED0C77F504B355F"
},
{
"name": "dotnet-sdk-osx-x64.tar.gz",
"rid": "osx-x64",
"url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.5.25277.114/dotnet-sdk-10.0.100-preview.5.25277.114-osx-x64.tar.gz",
"hash": "CAF70EBAF1182FD803E60A05F2F793AB6F6902EC365BD94B09902679709FB2AEF6122A03256DB4D3936F33B98F64623E8EDA0C64CF8AE902829C23E745987148"
},
{
"name": "dotnet-sdk-win-arm64.exe",
"rid": "win-arm64",
"url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.5.25277.114/dotnet-sdk-10.0.100-preview.5.25277.114-win-arm64.exe",
"hash": "AC896689007910E927751A6EF6AE801F368FEC53D69D2B95495860374E9C85C72906B9CD66B85C1B07DB42AD6C0D54BFE19D1CFC9070937C630B63B3B316AE41"
},
{
"name": "dotnet-sdk-win-arm64.zip",
"rid": "win-arm64",
"url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.5.25277.114/dotnet-sdk-10.0.100-preview.5.25277.114-win-arm64.zip",
"hash": "67FF83BFFEDD09D513636A870247DA9157096DC22FB30D1E7DE3D4C7268892396B89542D2C7F7593EB154F3E1CF54CECC754640585F5081AA44AB2B6C8DEFDFE"
},
{
"name": "dotnet-sdk-win-x64.exe",
"rid": "win-x64",
"url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.5.25277.114/dotnet-sdk-10.0.100-preview.5.25277.114-win-x64.exe",
"hash": "A831E4853315517ED6AE917E892D5F4FED15D1398FA69B5A6F4790827AD1EA81E9E0290939C6F7C5A91126A8F0A7DF885ECF1BE5105E5B5A9301786C00F6A74D"
},
{
"name": "dotnet-sdk-win-x64.zip",
"rid": "win-x64",
"url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.5.25277.114/dotnet-sdk-10.0.100-preview.5.25277.114-win-x64.zip",
"hash": "E54A15F594474DD9902AEBCB99C3EC0963D7E4DCD73935DADE6E70D726BCC21410DEA104CA699F19D8CAEB4D3E82EE52F8F373102D4E46F5E9121CACF9DC53CF"
},
{
"name": "dotnet-sdk-win-x86.exe",
"rid": "win-x86",
"url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.5.25277.114/dotnet-sdk-10.0.100-preview.5.25277.114-win-x86.exe",
"hash": "3CF01D32DA05DD5A8880863974EE1A0E20BAA3A8E8162B69A76B23CDAC092389BBB30208545B7E05D7C2039628A866B7F153745F7FDDA8FAE36C33C383B1C305"
},
{
"name": "dotnet-sdk-win-x86.zip",
"rid": "win-x86",
"url": "https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.100-preview.5.25277.114/dotnet-sdk-10.0.100-preview.5.25277.114-win-x86.zip",
"hash": "BEC0FC40E823827F6F6691AF1CD7FEBFC7045A2F36DD60FA551CAF1CC191FF9B51F640CEDD39CBDC873A94D7501F0D93E6A4023B64B048E67873D46C0FA115A9"
}
]
}
],
"aspnetcore-runtime": {
"version": "10.0.0-preview.5.25277.114",
"version-display": "10.0.0-preview.5",
"version-aspnetcoremodule": [],
"vs-version": "",
"files": [
{
"name": "aspnetcore-runtime-linux-arm.tar.gz",
"rid": "linux-arm",
"url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.5.25277.114/aspnetcore-runtime-10.0.0-preview.5.25277.114-linux-arm.tar.gz",
"hash": "0830203BBDA5F1BE678E59BF08E4CBF6C0DA52C9809D026004BA2EF0EA0FD6A3088C8F025D7A92C6619B0FB586E07056F7495A26D5FD537CAE09AB71CA816E1D"
},
{
"name": "aspnetcore-runtime-linux-arm64.tar.gz",
"rid": "linux-arm64",
"url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.5.25277.114/aspnetcore-runtime-10.0.0-preview.5.25277.114-linux-arm64.tar.gz",
"hash": "AC99EBEC4E7ABD660A27317D37DA56AE1FA8E9EBDBF4A88FE5F9BE58E1F4D7E8F05BEC32D5E902C0FDD1E9D9E250CDB49448266682010E4CF7F4640F9699B9F1"
},
{
"name": "aspnetcore-runtime-linux-musl-arm.tar.gz",
"rid": "linux-musl-arm",
"url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.5.25277.114/aspnetcore-runtime-10.0.0-preview.5.25277.114-linux-musl-arm.tar.gz",
"hash": "789EC6DCB6805ED709F03FACD19E2CF04FAEB88408E2436BC7E7E76EB65F273402F4714CEE60C6B08FD9B59138BFF43B805965D1D5C5BA585BEAE71E5FFB8B4D"
},
{
"name": "aspnetcore-runtime-linux-musl-arm64.tar.gz",
"rid": "linux-musl-arm64",
"url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.5.25277.114/aspnetcore-runtime-10.0.0-preview.5.25277.114-linux-musl-arm64.tar.gz",
"hash": "B06D62A7C5300C4A7FC795438180E27C127E971578F8F874C8C6D733BE2B645EFB59B633D88F6658CA34DBCBC8B689675CB3651A612598204FC2A5BAE41D361D"
},
{
"name": "aspnetcore-runtime-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
"url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.5.25277.114/aspnetcore-runtime-10.0.0-preview.5.25277.114-linux-musl-x64.tar.gz",
"hash": "C998983DB2CD5E8BA3703900873929D93F0FF8C6A51B465A27035972BA77F0C19A72D3CB8542DDB32FECD1E76BA3971627391A2E00F5A9FE1DF7CE648392D317"
},
{
"name": "aspnetcore-runtime-linux-x64.tar.gz",
"rid": "linux-x64",
"url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.5.25277.114/aspnetcore-runtime-10.0.0-preview.5.25277.114-linux-x64.tar.gz",
"hash": "6E69A85F7E18B8EEBB5F99A7E8099DB2FA5DA34BCF078BECBB123C0863D4BE7B4252C7CFC6B21B9585F4F800C058A12CAE55EF2A63B9BEA886CA3D1D8A0EC113"
},
{
"name": "aspnetcore-runtime-osx-arm64.tar.gz",
"rid": "osx-arm64",
"url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.5.25277.114/aspnetcore-runtime-10.0.0-preview.5.25277.114-osx-arm64.tar.gz",
"hash": "623B5A293F98DD35D305F311281792A1ABD9CE557F31A6673943F20B928E6EA918076AD8F21983EC5148206BFA4C0898EE8D926DF94925838CCE11AEAF6A5524"
},
{
"name": "aspnetcore-runtime-osx-x64.tar.gz",
"rid": "osx-x64",
"url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.5.25277.114/aspnetcore-runtime-10.0.0-preview.5.25277.114-osx-x64.tar.gz",
"hash": "231667EDCF6E734240C0A8F40EBB428E7B5685C5185BA1FA50D5F5072ED86533F9E94B69551C8BF6C16DA4DE4DFD4980E6AC25F104A1CC1518A792399BF2268D"
},
{
"name": "aspnetcore-runtime-win-arm64.exe",
"rid": "win-arm64",
"url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.5.25277.114/aspnetcore-runtime-10.0.0-preview.5.25277.114-win-arm64.exe",
"hash": "CCBFDA165F7B43F1D32EF6EA907D322EFCB320EBE946666C7B390CA133FEB9D5C6BA384058B2FA5EE5830F17A2A02BDA8DC811575CF4A1F40DE97CE5C5AA9953"
},
{
"name": "aspnetcore-runtime-win-arm64.zip",
"rid": "win-arm64",
"url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.5.25277.114/aspnetcore-runtime-10.0.0-preview.5.25277.114-win-arm64.zip",
"hash": "30EA875D0F445EA7A08E10884A36D10C4B14E8BAABF2D709F042FF9ABD72CFFF4B13BDAA2EDBAFC4E1EC5E9F969572B226A99C9EA0F65C2EDB62BA968B6C6C21"
},
{
"name": "aspnetcore-runtime-win-x64.exe",
"rid": "win-x64",
"url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.5.25277.114/aspnetcore-runtime-10.0.0-preview.5.25277.114-win-x64.exe",
"hash": "E0828789A0AC2920967604CF859CA008A753897B91FD9F6C954C61DF28B10C5DE89C498732B68F691BF2090A2C7E045AFFDA14CC4E3B17C2FD0D08C320752097"
},
{
"name": "aspnetcore-runtime-win-x64.zip",
"rid": "win-x64",
"url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.5.25277.114/aspnetcore-runtime-10.0.0-preview.5.25277.114-win-x64.zip",
"hash": "FE9D46066F394BF11D172E847A90038F0B42951CD06960D153822C158666E13DEF904DCD7A900B1CD43F2888AAB94E90405CCB0552E7D707FBFC0278E6314DF0"
},
{
"name": "aspnetcore-runtime-win-x86.exe",
"rid": "win-x86",
"url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.5.25277.114/aspnetcore-runtime-10.0.0-preview.5.25277.114-win-x86.exe",
"hash": "EB89B1AAC4B49C9CB64FF75A21D0D245BE0F31774CDE88AE0842F65B88F56B9022E5D5D8907F0188B8B91AE39C1A6175B4ADB35C7C16EF8D8B29DF67E2F50FE1"
},
{
"name": "aspnetcore-runtime-win-x86.zip",
"rid": "win-x86",
"url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.5.25277.114/aspnetcore-runtime-10.0.0-preview.5.25277.114-win-x86.zip",
"hash": "D746F85FA7E6361A15F85A5114A7BB5C4D076529B175DB2BDE8D6D53A7006C707DF5CCEE9B7A555D45A9B5EE3E6B84FBF5CC29AD9C57C0E30DA97D52B4BC46B7"
},
{
"name": "aspnetcore-runtime-composite-linux-arm.tar.gz",
"rid": "linux-arm",
"url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.5.25277.114/aspnetcore-runtime-composite-10.0.0-preview.5.25277.114-linux-arm.tar.gz",
"hash": "E0023293584C9DF783F1CCB4A8368FE9DAB128BC42B469CAF883E52A6AFDF0C216F001BE0A9E383C537DFD5F31B8106944936784E5D74193D77E50EB08D453A7"
},
{
"name": "aspnetcore-runtime-composite-linux-arm64.tar.gz",
"rid": "linux-arm64",
"url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.5.25277.114/aspnetcore-runtime-composite-10.0.0-preview.5.25277.114-linux-arm64.tar.gz",
"hash": "2160222CFBD063F1EF109D94C629A2D2236263922927ACCB30BF38FF1F853F69651FA33DF5C96AA2AC037C2D6AEF7A107347F7E40EA3681EEFBCCEC7D06D1D1C"
},
{
"name": "aspnetcore-runtime-composite-linux-musl-arm.tar.gz",
"rid": "linux-musl-arm",
"url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.5.25277.114/aspnetcore-runtime-composite-10.0.0-preview.5.25277.114-linux-musl-arm.tar.gz",
"hash": "A012AB79894CAF198FE725825C6973C818B0F5CCB6BA7D0F306B6741FD488E39A5E3D1DFD90FF5D2B100714D2F1F2262B59C97C1D360406D37431B109F483C42"
},
{
"name": "aspnetcore-runtime-composite-linux-musl-arm64.tar.gz",
"rid": "linux-musl-arm64",
"url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.5.25277.114/aspnetcore-runtime-composite-10.0.0-preview.5.25277.114-linux-musl-arm64.tar.gz",
"hash": "246F726E68BEACCEB8B96177663BB2D6B00153ED51BFE591234F5F59F9C8E50B4DF3C8E8084C52D81FF144D47FB78BD7C40E7C9BDD51B7DD4EE51AA5ED462F30"
},
{
"name": "aspnetcore-runtime-composite-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
"url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.5.25277.114/aspnetcore-runtime-composite-10.0.0-preview.5.25277.114-linux-musl-x64.tar.gz",
"hash": "197D5A9C080743A7CE1F3547BD7A3D7ABCE2A1F66796416FABDD01630BB127033004013EAB1CFB8CDEB1F80C62FE18FB858E13FD32388D2B48EA291A42C9C6F1"
},
{
"name": "aspnetcore-runtime-composite-linux-x64.tar.gz",
"rid": "linux-x64",
"url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.5.25277.114/aspnetcore-runtime-composite-10.0.0-preview.5.25277.114-linux-x64.tar.gz",
"hash": "390EDF8B930F1AD580F555E3F795E6F0568BFAC09433661C6D04D80E7DD6615F8438C2301CD55DAEAB9766722E40EC94C7B442CBB0C6AAF82C501A55D3224EC2"
},
{
"name": "aspnetcore-runtime-composite-osx-arm64.tar.gz",
"rid": "osx-arm64",
"url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.5.25277.114/aspnetcore-runtime-composite-10.0.0-preview.5.25277.114-osx-arm64.tar.gz",
"hash": "01CB563E953CF0D7DA687D8B976B79A5BFF4FC5ED48971E1D271B6EA3294E31EE0FA916A77AA991A526D0F9B40FBB19CC73D42053A5735733E09C0A86F74A482"
},
{
"name": "aspnetcore-runtime-composite-osx-x64.tar.gz",
"rid": "osx-x64",
"url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.5.25277.114/aspnetcore-runtime-composite-10.0.0-preview.5.25277.114-osx-x64.tar.gz",
"hash": "687ED68AD0AD1D41BFA58C938428DC7EE5C3A89ABC28310B5E5E126EFB02A73654AD743F4B495C69D834D717ED4F6BB5D136C3E778130F5F1F99433885F2AB68"
},
{
"name": "aspnetcore-runtime-composite-win-arm64.zip",
"rid": "win-arm64",
"url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.5.25277.114/aspnetcore-runtime-composite-10.0.0-preview.5.25277.114-win-arm64.zip",
"hash": "6D54359F7546E295685EF87E3FB5C230AD2DFDB106657E7F098CEF0D077B880E70CF76FD863879A5576C7530BFDD8AD841C57C3EB940BE2F019D606C1B651AD2"
},
{
"name": "aspnetcore-runtime-composite-win-x64.zip",
"rid": "win-x64",
"url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.5.25277.114/aspnetcore-runtime-composite-10.0.0-preview.5.25277.114-win-x64.zip",
"hash": "96E0E11FBE520A4E15874C07B4CF61799EEA4084B14AC158C6852922E1897A826B17A5640F60D827E599722953B4070A0E2EF55FD10A3AEB6604D4528F61CF5A"
},
{
"name": "aspnetcore-runtime-composite-win-x86.zip",
"rid": "win-x86",
"url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.5.25277.114/aspnetcore-runtime-composite-10.0.0-preview.5.25277.114-win-x86.zip",
"hash": "F18FCC0C88A11F6EC96E9F8B6C31E1ABC7FBF98FD42E8754B158C0385DDEC762EBB4C62D66DD2B65AAE1A5A78B01FEF8839E77F0BDD38767C7B1DCC762FEFDEE"
},
{
"name": "aspnetcore-targeting-pack-linux-arm.tar.gz",
"rid": "linux-arm",
"url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.5.25277.114/aspnetcore-targeting-pack-10.0.0-preview.5.25277.114-linux-arm.tar.gz",
"hash": "7AFE535FD96C9AE6A1B9C034E2447E117F700B85D8E96EED6F727C79799B8B265D8C101AACB5582673D48B13DFA519F065D6AC830BAA7581A63F68749180A914"
},
{
"name": "aspnetcore-targeting-pack-linux-arm64.tar.gz",
"rid": "linux-arm64",
"url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.5.25277.114/aspnetcore-targeting-pack-10.0.0-preview.5.25277.114-linux-arm64.tar.gz",
"hash": "A6F7AB98963E2EA694FF6CDC3AC2A95E1AC70A1A51B74D6A4040D59DAE1C71999F67DC9565F390B22EFC88F8BB13BBA94F295C78B6939ECF1F69CCAAFDC6DE23"
},
{
"name": "aspnetcore-targeting-pack-linux-musl-arm.tar.gz",
"rid": "linux-musl-arm",
"url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.5.25277.114/aspnetcore-targeting-pack-10.0.0-preview.5.25277.114-linux-musl-arm.tar.gz",
"hash": "0C65D01FE4E253FCC628D5710C78B6D27686D20FCE24A10904870C86FE2CB7C720B1E7439AA3BB75E74011400E3DF8DF4414E07A7E5239F6552803808FD4B857"
},
{
"name": "aspnetcore-targeting-pack-linux-musl-arm64.tar.gz",
"rid": "linux-musl-arm64",
"url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.5.25277.114/aspnetcore-targeting-pack-10.0.0-preview.5.25277.114-linux-musl-arm64.tar.gz",
"hash": "98D53983BF534D71935B6D63621411F3EB2A956AACF8C32E397A31BBD85E2FBD6DD3E9DC0E2E779E2581E72EA04B9935C1725448DB363104FDD2B9D14FCD71A8"
},
{
"name": "aspnetcore-targeting-pack-linux-musl-x64.tar.gz",
"rid": "linux-musl-x64",
"url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.5.25277.114/aspnetcore-targeting-pack-10.0.0-preview.5.25277.114-linux-musl-x64.tar.gz",
"hash": "71400A85B86198F362EC47A3003873EA16B8F5EE394D1280EA863265EE4F9012AE7217834A972E466BA619F62E5577D43B8AC54AB916071AACF2060548DEF8D2"
},
{
"name": "aspnetcore-targeting-pack-linux-x64.tar.gz",
"rid": "linux-x64",
"url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.5.25277.114/aspnetcore-targeting-pack-10.0.0-preview.5.25277.114-linux-x64.tar.gz",
"hash": "9EED70BF765947ACC19342A5B564A60AB96542DEF4A93A83F263317159F80602BB28E9D9BBF26DE53643ADBB0B934752D2C44503EF60020CF68BF514C5831989"
},
{
"name": "aspnetcore-targeting-pack-osx-arm64.tar.gz",
"rid": "osx-arm64",
"url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.5.25277.114/aspnetcore-targeting-pack-10.0.0-preview.5.25277.114-osx-arm64.tar.gz",
"hash": "F78680057C875DBEDBDA253E87EEB5F6AD25016B1013C62087987B798BA13BFBE55E9557C34F0C43869526B282F34276249412F4560461D7639D1A11B19CC7EB"
},
{
"name": "aspnetcore-targeting-pack-osx-x64.tar.gz",
"rid": "osx-x64",
"url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.5.25277.114/aspnetcore-targeting-pack-10.0.0-preview.5.25277.114-osx-x64.tar.gz",
"hash": "A4F2CEEFCE7ED17612B45F738E363C967C427E56EFDD8394A1546063C1C94DF6B3AFE9EF88E01D18944ADF2C54BB1CA597D0CCF9BFF33BF374F5E0DC44236120"
},
{
"name": "aspnetcore-targeting-pack-win-arm64.zip",
"rid": "win-arm64",
"url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.5.25277.114/aspnetcore-targeting-pack-10.0.0-preview.5.25277.114-win-arm64.zip",
"hash": "10E180B1F80563AFC5A281E75B0D716D5D38EFAB2CAFBB3E569A6004A43EDA528A7D4A003543AFF8C389F794BE1C324F8779166A726C11484ED3989EF7AF5EB7"
},
{
"name": "aspnetcore-targeting-pack-win-x64.zip",
"rid": "win-x64",
"url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.5.25277.114/aspnetcore-targeting-pack-10.0.0-preview.5.25277.114-win-x64.zip",
"hash": "C597E119C158FCD872DF4CFA83827722777B232C6232948DE041D53AFE0303124C46F7EC6ABB741EF9DD1AB82D513D7A0B227AE7C3703F77AE9446DB17E9AB68"
},
{
"name": "aspnetcore-targeting-pack-win-x86.zip",
"rid": "win-x86",
"url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.5.25277.114/aspnetcore-targeting-pack-10.0.0-preview.5.25277.114-win-x86.zip",
"hash": "330560CC24E0C51F255FE59CD0D1D79E03776D86803DA5637CD5CB5E5F4BE23987F92D7E4F1887B6CCE89BBCA93A3255328DE02CEF41E7DF6A3A53672F88F7F8"
},
{
"name": "dotnet-hosting-win.exe",
"rid": "",
"url": "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/10.0.0-preview.5.25277.114/dotnet-hosting-10.0.0-preview.5.25277.114-win.exe",
"hash": "928C153F8C3D5F65FDFEF71975E6B8F630A4910BCC8B78202C125DB0F4CC06279A7BEF8F3E2B5FC5BA8FE8712B67C992C33AC65F869F794B7C8D5B3E0B0A12E8",
"akams": "https://aka.ms/dotnetcore-10-0-windowshosting"
}
]
},
"windowsdesktop": {
"version": "10.0.0-preview.5.25277.114",
"version-display": "10.0.0-preview.5",
"files": [
{
"name": "windowsdesktop-runtime-win-arm64.exe",
"rid": "win-arm64",
"url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.0-preview.5.25277.114/windowsdesktop-runtime-10.0.0-preview.5.25277.114-win-arm64.exe",
"hash": "26A7F7461474DB196EFBB6F0D14F888E6FEC74841B097C96E70B0696AEBCEF075E4F9EABCB351064C25CD2EE77BC2E0F57530A31CA6E1CADFB49073E1ABA0E34"
},
{
"name": "windowsdesktop-runtime-win-arm64.zip",
"rid": "win-arm64",
"url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.0-preview.5.25277.114/windowsdesktop-runtime-10.0.0-preview.5.25277.114-win-arm64.zip",
"hash": "BFB19FB4A3AC9C3ECC27B8A9F3392C8ADE2768AF153979F1FCC1D20C4D643B89AAC47B4436AEDA9B92163A234AA12F5576CA32268D37E0D07A7EDC2DFD4C683C"
},
{
"name": "windowsdesktop-runtime-win-x64.exe",
"rid": "win-x64",
"url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.0-preview.5.25277.114/windowsdesktop-runtime-10.0.0-preview.5.25277.114-win-x64.exe",
"hash": "AB613396EC8344449B115611494FAE3470EFE6472CDA363EF104B4A698FAF7591A3343E379F57A020C035453835EE899B3BE4F7A5CFB22361A8E8965BC0A438A"
},
{
"name": "windowsdesktop-runtime-win-x64.zip",
"rid": "win-x64",
"url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.0-preview.5.25277.114/windowsdesktop-runtime-10.0.0-preview.5.25277.114-win-x64.zip",
"hash": "A4680A1C746F771654F5C61109DC33001961C595B6974466C7E29CA172664522193D4A1BF3981EFC1B7765202C8B979439789073ED7613E4D39BC3FEDCD39140"
},
{
"name": "windowsdesktop-runtime-win-x86.exe",
"rid": "win-x86",
"url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.0-preview.5.25277.114/windowsdesktop-runtime-10.0.0-preview.5.25277.114-win-x86.exe",
"hash": "85780B5FCCF23C405C7B419C72FF36CACFE43D6CA6B767319B48C877613783F4BAFB2F1F0F19975BDE66F6ACA1D465D555A94E8FA6F305C8108C3BC7A1634E4E"
},
{
"name": "windowsdesktop-runtime-win-x86.zip",
"rid": "win-x86",
"url": "https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/10.0.0-preview.5.25277.114/windowsdesktop-runtime-10.0.0-preview.5.25277.114-win-x86.zip",
"hash": "C4A9F08C7ED3BD7C164AA8E2BD47DAA6EB7E34E385B289AD7B7047E77F7B3FA940A236A72B081ACB1B684E6195189051CF89991F7A78D17926B7AEA1FC99CA32"
}
]
}
},
{
"release-date": "2025-05-13",
"release-version": "10.0.0-preview.4",
@@ -212,9 +908,9 @@
"version": "10.0.100-preview.4.25258.110",
"version-display": "10.0.100-preview.4",
"runtime-version": "10.0.0-preview.4.25258.110",
"vs-version": "17.14",
"vs-version": "",
"vs-mac-version": "",
"vs-support": "Visual Studio 2022 (v17.14)",
"vs-support": "",
"vs-mac-support": "",
"csharp-version": "13.0",
"fsharp-version": "9.0",
@@ -323,9 +1019,9 @@
"version": "10.0.100-preview.4.25258.110",
"version-display": "10.0.100-preview.4",
"runtime-version": "10.0.0-preview.4.25258.110",
"vs-version": "17.14",
"vs-version": "",
"vs-mac-version": "",
"vs-support": "Visual Studio 2022 (v17.14)",
"vs-support": "",
"vs-mac-support": "",
"csharp-version": "13.0",
"fsharp-version": "9.0",
@@ -1515,9 +2211,9 @@
"version": "10.0.100-preview.2.25164.34",
"version-display": "10.0.100-preview.2",
"runtime-version": "10.0.0-preview.2.25163.2",
"vs-version": "17.14",
"vs-version": "",
"vs-mac-version": "",
"vs-support": "Visual Studio 2022 (v17.14 Preview 2)",
"vs-support": "",
"vs-mac-support": "",
"csharp-version": "13.0",
"fsharp-version": "9.0",
@@ -1626,9 +2322,9 @@
"version": "10.0.100-preview.2.25164.34",
"version-display": "10.0.100-preview.2",
"runtime-version": "10.0.0-preview.2.25163.2",
"vs-version": "17.14",
"vs-version": "",
"vs-mac-version": "",
"vs-support": "Visual Studio 2022 (v17.14 Preview 2)",
"vs-support": "",
"vs-mac-support": "",
"csharp-version": "13.0",
"fsharp-version": "9.0",
@@ -2027,9 +2723,9 @@
"version": "10.0.100-preview.1.25120.13",
"version-display": "10.0.100-preview.1",
"runtime-version": "10.0.0-preview.1.25080.5",
"vs-version": "17.14",
"vs-version": "",
"vs-mac-version": "",
"vs-support": "Visual Studio 2022 (v17.14 Preview 1)",
"vs-support": "",
"vs-mac-support": "",
"csharp-version": "13.0",
"fsharp-version": "9.0",
@@ -2426,4 +3122,4 @@
}
}
]
}
}

View File

@@ -4,11 +4,11 @@
| Version | Release Date | Release type |Support phase | Latest Patch Version | End of Support |
| :-- | :-- | :-- | :-- | :-- | :-- |
| [.NET 10](./10.0/README.md) | November 11, 2025 | [LTS][policies] | Preview | [10.0.0-preview.4][10.0.0-preview.4] | |
| [.NET 10.0](./10.0/README.md) | November 11, 2025 | [LTS][policies] | Preview | [10.0.0-preview.5][10.0.0-preview.5] | TBD |
| [.NET 9](./9.0/README.md) | [November 12, 2024](https://devblogs.microsoft.com/dotnet/announcing-dotnet-9/) | [STS][policies] | Active | [9.0.5][9.0.5] | May 12, 2026 |
| [.NET 8](./8.0/README.md) | [November 14, 2023](https://devblogs.microsoft.com/dotnet/announcing-dotnet-8/) | [LTS][policies] | Active | [8.0.16][8.0.16] | November 10, 2026 |
[10.0.0-preview.4]: ./10.0/preview/preview4/10.0.0-preview.4.md
[10.0.0-preview.5]: ./10.0/preview/preview5/10.0.0-preview.5.md
[9.0.5]: ./9.0/9.0.5/9.0.5.md
[8.0.16]: ./8.0/8.0.16/8.0.16.md
[policies]: ../release-policies.md
@@ -74,4 +74,4 @@ OS package information is published for each major release. This information ind
Examples:
* [.NET 9 OS packages (json)](./9.0/os-packages.json)
* [.NET 9 OS packages (markdown)](./9.0/os-packages.md)
* [.NET 9 OS packages (markdown)](./9.0/os-packages.md)

View File

@@ -3,11 +3,11 @@
"releases-index": [
{
"channel-version": "10.0",
"latest-release": "10.0.0-preview.4",
"latest-release-date": "2025-05-13",
"latest-release": "10.0.0-preview.5",
"latest-release-date": "2025-06-10",
"security": false,
"latest-runtime": "10.0.0-preview.4.25258.110",
"latest-sdk": "10.0.100-preview.4.25258.110",
"latest-runtime": "10.0.0-preview.5.25277.114",
"latest-sdk": "10.0.100-preview.5.25277.114",
"product": ".NET",
"support-phase": "preview",
"release-type": "lts",
@@ -175,4 +175,4 @@
"releases.json": "https://builds.dotnet.microsoft.com/dotnet/release-metadata/1.0/releases.json"
}
]
}
}

View File

@@ -8,13 +8,13 @@ All .NET versions can be downloaded from the [.NET Website](https://dotnet.micro
The following table lists supported releases.
| Version | Release Date | Support | Latest Patch Version | End of Support |
| :-- | :-- | :-- | :-- | :-- |
| [.NET 10](release-notes/10.0/README.md) | November 11, 2025 | [LTS][policies] | [10.0.0-preview.4][10.0.0-preview.4] | May 8, 2028 |
| [.NET 9](release-notes/9.0/README.md) | [November 12, 2024](https://devblogs.microsoft.com/dotnet/announcing-dotnet-9/) | [STS][policies] | [9.0.5][9.0.5] | May 12, 2026 |
| [.NET 8](release-notes/8.0/README.md) | [November 14, 2023](https://devblogs.microsoft.com/dotnet/announcing-dotnet-8/) | [LTS][policies] | [8.0.16][8.0.16] | November 10, 2026 |
| 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.5][10.0.0-preview.5] | 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.5][9.0.5] | 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.16][8.0.16] | November 10, 2026 |
[10.0.0-preview.4]: release-notes/10.0/preview/preview4/10.0.0-preview.4.md
[10.0.0-preview.5]: release-notes/10.0/preview/preview5/10.0.0-preview.5.md
[9.0.5]: release-notes/9.0/9.0.5/9.0.5.md
[8.0.16]: release-notes/8.0/8.0.16/8.0.16.md
@@ -45,4 +45,4 @@ The following table lists end-of-life releases.
[2.0.9]: release-notes/2.0/2.0.9.md
[1.1.13]: release-notes/1.1/1.1.13/1.1.13.md
[1.0.16]: release-notes/1.0/1.0.16/1.0.16.md
[policies]: release-policies.md
[policies]: release-policies.md