You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Microsoft.Spark nuget package has a build\Microsoft.Spark.targets file. Since this file isn't contained in a TFM folder, nuget will think this package works on any TFM, even TFMs that aren't compatible with netstandard2.0.
The Microsoft.Spark nuget package has a
build\Microsoft.Spark.targets
file. Since this file isn't contained in a TFM folder, nuget will think this package works on any TFM, even TFMs that aren't compatible withnetstandard2.0
.See dotnet/machinelearning#370 for the same issue that came up in ML.NET.
We should move that
.targets
file into abuild\netstandard2.0
folder.The text was updated successfully, but these errors were encountered: