I have to create a simple Web API that would call KTA .NET DLL. Since this is a net new project, is it possible to do it using ASP.NET Core (for future-proofing) or this can only be done with .NET Framework?
The provided example is only in .NET Framework:
https://docshield.kofax.com/KTA/en_US/7.7.0-o3xtk9orwd/help/API/latest/sampleapp.html
Thanks!