I have a valid license untill 2020-09-16 and working on upgrading our product to .Net Core from .Net Framework 4.8
Aspose was fairly easy to install and get up running on .Net Framework with the guides on the website. But i cant find any valid guide for .Net Core.
I have installed the aspose.word nuget and its in my packageReference list
But how do i set up the connection to the .lic file? I made a folder in root of the project with the lic file. Were should i load it? I guess in startup.cs? Inside ConfigureServices or?
Is there some sort of testproject one can look at thats based on .Net Core or some sort of guide to get it up and running?
It explains how to do it in a .Net Framework project. There is 0 examples of .Net Core. PLZ just show how to do it in the startup.cs file. The examplefiles from eather of the posts below ´would be the best way but they are locked down for anyone but the OP or a Mod