How to use .Net Core dll in ASP.Net project

As I understand it the .Net Core dll (Componentspace.SAML2.dll) is based on .Net Standard and should theoretically work on both .Net and .Net Core projects. However, I am unable to locate sample code for such a scenario. Any help in this regard would be appreciated.

It’s a .NET standard 2.0 library so in theory it could be used with later releases of the .NET framework. However, we don’t have any examples of this and I suspect it would involve a bit of work. If you have an ASP.NET application we recommend you use the SAML for ASP.NET product instead as this has been designed specifically for that platform.

https://www.componentspace.com/saml-for-asp-net