Skip to content

Commit 7f56269

Browse files
Update .NET 6/8 related info for WinML (#1139)
* Add .NET 6 info * Improvements * Update get-started.md * Update get-started.md --------- Co-authored-by: Steven White <[email protected]>
1 parent a92cd87 commit 7f56269

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

docs/new-windows-ml/get-started.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Get started with Windows ML
33
description: Learn how to use Windows ML to download and register AI execution providers for hardware-optimized inference.
4-
ms.date: 02/11/2026
4+
ms.date: 03/16/2026
55
ms.topic: how-to
66
---
77

@@ -18,8 +18,9 @@ If you're not already familiar with the ONNX Runtime, we suggest reading the [ON
1818

1919
### [C#](#tab/csharp)
2020

21-
* .NET 6 or greater
22-
* Targeting a Windows 10-specific TFM like `net6.0-windows10.0.19041.0` or greater
21+
* .NET 8 or greater to use all Windows ML APIs
22+
* With .NET 6, you can install execution providers using the `Microsoft.Windows.AI.MachineLearning` APIs, but you cannot use the `Microsoft.ML.OnnxRuntime` APIs.
23+
* Targeting a Windows 10-specific TFM like `net8.0-windows10.0.19041.0` or greater
2324

2425
### [C++/WinRT](#tab/cppwinrt)
2526

0 commit comments

Comments
 (0)