Aspose.Net version 10.2 with .net core

I am trying to use 10.2 version of Aspose.Net libraries in our dotnet core 2.0 project. Getting the below exception. I have the dlls copied to bin folder with license key.

Anybody, has any ideas?

System.TypeInitializationException occurred
HResult=0x80131534
Message=The type initializer for ‘Gordian.FileFormatters.PdfManager’ threw an exception.
Source=
StackTrace:
at Gordian.FileFormatters.PdfManager…ctor()

Inner Exception 1:
FileNotFoundException: Could not load file or assembly ‘Aspose.Pdf, Version=10.2.0.0, Culture=neutral, PublicKeyToken=6947866647e416ec’. The system cannot find the file specified.

@K.Rachamalla,

This is to update you that support for .Net Core was introduced in Aspose.PDF for .Net 17.12. Older versions does not support .NET Core. Please make it sure that you are using correct version of API at your end.

Thanks for the info.

@K.Rachamalla,

You are welcome.