How do I add a service stack license to a .NET core project?

Viewed 3151

For my service stack license I am used to adding a web config entry

<add key="servicestack:license" ... />

How do I achieve a similar effect in ServiceStack.Core since there is no web config?

1 Answers
Related