Skip to content

Commit 5bcab64

Browse files
dimodidimodi
authored andcommitted
Update installation/license-key.md
1 parent 3013b33 commit 5bcab64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installation/license-key.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ There are two alternative ways to avoid the warning banner:
7777
<PackageReference Include="Telerik.UI.for.Blazor" Version="{{site.uiForBlazorLatestVersion}}" PrivateAssets="none" />
7878
````
7979

80-
* Reference the `Telerik.Licensing` NuGet package explicitly in the main (startup) app project. This approach is required if your are using Telerik UI for Blazor in a project hierarchy with more than two levels. For example, Telerik UI for Blazor is used in Razor Class Library (RCL) project C, which is referenced by RCL project B, which is referenced by the main (startup) app project A. You can use the same `Telerik.Licensing` version that is referenced by `Telerik.UI.for.Blazor`, or a newer version.
80+
* Reference the `Telerik.Licensing` NuGet package explicitly in the main (startup) app project. This approach is required if you are using Telerik UI for Blazor in a project hierarchy with more than two levels. For example, the main (startup) app project A references a Razor Class Library (RCL) project B, which references RCL project C that includes Telerik UI for Blazor. You can use the same `Telerik.Licensing` version that is referenced by `Telerik.UI.for.Blazor`, or a newer version.
8181
````XML.skip-repl
8282
<ItemGroup>
8383
<PackageReference Include="Telerik.Licensing" Version="*" />

0 commit comments

Comments
 (0)