dotnet / machinelearning

ML.NET is an open source and cross-platform machine learning framework for .NET.
https://dot.net/ml
MIT License
8.91k stars 1.86k forks source link

ML.NET Tests should drop net6.0 and run on net8.0 and net9.0 #7081

Open ericstj opened 3 months ago

ericstj commented 3 months ago

net6.0 will be out of support by the time that ML.NET 4.0 releases. Rather than testing on net6.0 and net8.0 we should test on net8.0 and net9.0

When doing this we can make ML.NET use the arcade version of RemoteExecutor.