I have,
- Existing class library written with .Net Framework 4.5.2
- Exiting WPF application written with .Net Framework 4.5.2
- WPF application using class library.
Now, I would like to create asp.net Core web app with dotnetcore 2.1 and want to reference the class library.
Do I need to,
- Convert class library with .Net Standard?
- Which version of .Net Standard so that I should be able to refer to my WPF application (with .Net Framework 4.5.2) which we can't convert to .Net Core UI app?