From acde7281f7d8d1375893b8fcc4e51721afd7fac4 Mon Sep 17 00:00:00 2001 From: Matous Kozak Date: Wed, 9 Sep 2026 16:45:49 +0200 Subject: [PATCH] Avoid Microsoft.Bcl.Memory on modern .NET targets Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- eng/Versions.props | 2 +- src/Microsoft.ML.AutoML/Microsoft.ML.AutoML.csproj | 3 ++- .../Microsoft.ML.CodeGenerator.csproj | 2 +- src/Microsoft.ML.Fairlearn/Microsoft.ML.Fairlearn.csproj | 2 +- .../Microsoft.ML.Tokenizers.Data.Cl100kBase.csproj | 2 +- .../Microsoft.ML.Tokenizers.Data.Gpt2.csproj | 2 +- .../Microsoft.ML.Tokenizers.Data.O200kBase.csproj | 2 +- .../Microsoft.ML.Tokenizers.Data.P50kBase.csproj | 2 +- .../Microsoft.ML.Tokenizers.Data.R50kBase.csproj | 2 +- src/Microsoft.ML.TorchSharp/Microsoft.ML.TorchSharp.csproj | 4 ++-- 10 files changed, 12 insertions(+), 11 deletions(-) diff --git a/eng/Versions.props b/eng/Versions.props index 9f6e344f29..d1b53ebea0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -40,7 +40,7 @@ 5.0.1 7.3.4 6.0.0 - 9.0.4 + 9.0.14 3.11.0 4.13.0 1.0.0-beta.25177.1 diff --git a/src/Microsoft.ML.AutoML/Microsoft.ML.AutoML.csproj b/src/Microsoft.ML.AutoML/Microsoft.ML.AutoML.csproj index 497078735d..963f76e899 100644 --- a/src/Microsoft.ML.AutoML/Microsoft.ML.AutoML.csproj +++ b/src/Microsoft.ML.AutoML/Microsoft.ML.AutoML.csproj @@ -1,7 +1,7 @@  - netstandard2.0 + netstandard2.0;net8.0 true ML.NET AutoML: Optimizes an ML pipeline for your dataset, by automatically locating the best feature engineering, model, and hyperparameters