-
Notifications
You must be signed in to change notification settings - Fork 61
Description
System Information (please complete the following information):
-- Model Builder Version: 16.0.1909.2101
--Visual Studio Version : 2019 16.3.2
Describe the bug
When adding the Machine Learning projects to a solution, different versions of frameworks/targets are created.
Project: WpfApp6 Target Framework .NET Framework 4.7.2
Project: WpfApp6ML.ConsoleApp Target Framework Net Core 2.1
Project: WpfApp6ML.Model Target Framework .NET Standard 2.0
A clear and concise description of what the bug is.
When I try to add the "using "WpfApp6ML.Model" to my WpfApp6 I get a "assembly or type not found error message" "type or namespace not found"
To Reproduce
Steps to reproduce the behavior:
- Create a new WPF .Net project
- Click Add "Machine Learning"
- Verify the Project Properties , See what is created.
- See error
Expected behavior
Targets should be consistent for the ML.NET projects that are added.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.