We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6df699 commit 30960ccCopy full SHA for 30960cc
docs2/pages/getting-started/licensing.md
@@ -25,6 +25,18 @@ The license name and key can be added directly in the app.config or web.config f
25
</appSettings>
26
```
27
28
+## Setup License from appsettings.json file (.NET Core)
29
+The license name and key can be added directly in the appsettings.json.
30
+
31
+```csharp
32
+{
33
+ "Z.Expressions.Eval": {
34
+ "LicenseName": "[licenseName]",
35
+ "LicenseKey": "[licenseKey]"
36
+ }
37
+}
38
+```
39
40
## Setup License from code
41
You can also set the license name and key directly in the code.
42
0 commit comments