Closed
Description
System information
- OS Windows 7:
- .NET 4.7.2 (Latest):
- Visual Studio 2015 (x64):
Issue
- What did you do:
Attempting to install Microsoft.ML package via Nuget on project that has .NET targetframework = 4.7.2 (latest)
- What happened?: '
package install failed with the following message
Could not install package 'Microsoft.ML 0.1.0'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.7.2', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.
- What did you expect?:
The documentation indicates this can be installed on netcore or .NET Framework. Am I doing something wrong? To Verify I manually downloaded the Microsoft.ML package from nuget and in "Microsoft.ML.nuspec" under target frameworks only netcore 2.0 is listed for v0.1.0 of ML.NET