0

I want to convert byte array into SVG document in .net core 2.0 . The very first thing i did is looked for the .net Core 2.0 library Which i didn't found then i implemented a class library in net framework targeting 4.6 as it is already there.Conversion of byte array into svg document in .net framework .And when i am trying to use this framework library it is throwing run time error like PresenationCore assembly not found. So is there any way to do it in net core?

0 Answers0