From 57ed74356a295758c2cd15789a48061536ecd869 Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Fri, 15 Nov 2024 08:36:21 -0800 Subject: [PATCH] Update overview.md --- docs/core/whats-new/dotnet-9/overview.md | 1 + 1 file changed, 1 insertion(+) 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