diff --git a/docs/core/whats-new/dotnet-9/overview.md b/docs/core/whats-new/dotnet-9/overview.md index 61a77a20c87c5..b4db955e4c5cf 100644 --- a/docs/core/whats-new/dotnet-9/overview.md +++ b/docs/core/whats-new/dotnet-9/overview.md @@ -70,6 +70,7 @@ For more information, see [What's new in the SDK for .NET 9](sdk.md). - Builds on top of `TensorPrimitives` for efficient math operations. - Provides efficient interop with AI libraries (ML.NET, TorchSharp, ONNX Runtime) using zero copies where possible. - Enables easy and efficient data manipulation with indexing and slicing operations. +- Is [experimental](../../../fundamentals/apicompat/preview-apis.md#experimentalattribute) in .NET 9. ### ML.NET