We have a number of ASP.NET Framework applications using TallComponents (TallPDF and PDFKit). Now we're transitioning some of that logic to .NET Core.
All of the examples I've seen only show how to use the web.config, but given that this has mostly been replaced by a completely new configuration mechanism in .NET Core (usually in the file appsettings.json), it's not all clear what will need to be done to implement this in .NET Core.
Does anyone have an example of using TallComponents licenses in ASP.NET Core?