Skip to content

Commit d9504c3

Browse files
docs(common): add info for target frameworks
1 parent 4614277 commit d9504c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

upgrade/framework-versions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ This article lists the .NET Core versions supported by the UI for Blazor suite,
1414

1515
>note Telerik supports only the latest available version of UI for Blazor (**{{site.uiForBlazorLatestVersion}}**).
1616
17+
Telerik UI for Blazor targets `netstandard2.1` in order to be compatible with the WASM flavor. Thus, apps/libraries that reference our package must target `netstandard2.1` or `netcoreapp3.1`. These are the standard target frameworks for, respectively, WASM and Server Blazor projects, but Razor class libraries target `netstandard2.0` by default so you would need to update it.
1718

1819
## Serve-side Blazor
1920

0 commit comments

Comments
 (0)