I am porting .NET Framework project to .NET Core 2.0 but I have struggles with the BitmapImage class. I know that BitmapImage in .NET Framework is part of PresentationCore assembly but in .NET Core I could not add any of these. Also, I have searched for a package that supports it but could not find any, too. In .NET Framework it is part of System.Windows.Media, but there is no such package for .NET Core.
Do you have any ideas how I can solve this issue?