Skip to content

Commit 30960cc

Browse files
Update licensing.md
1 parent e6df699 commit 30960cc

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs2/pages/getting-started/licensing.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,18 @@ The license name and key can be added directly in the app.config or web.config f
2525
</appSettings>
2626
```
2727

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+
2840
## Setup License from code
2941
You can also set the license name and key directly in the code.
3042

0 commit comments

Comments
 (0)