You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _contentTemplates/common/get-started.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
## Step 1 - Set Up a Blazor Project
3
3
4
4
5
-
Make sure that you have [{{site.supportedFrameworkVersion}}](https://dotnet.microsoft.com/download/dotnet-core/3.1) and [Visual Studio 2019](https://visualstudio.microsoft.com/vs/) installed.
5
+
Make sure that you have [.NET Core 3.1.x](https://dotnet.microsoft.com/download/dotnet-core/3.1) or [.NET 5](https://dotnet.microsoft.com/download/dotnet/5.0), and [Visual Studio 2019](https://visualstudio.microsoft.com/vs/) installed.
6
6
7
7
The latest version of Telerik UI for Blazor is `{{site.uiForBlazorLatestVersion}}` and it supports `{{site.supportedFrameworkVersion}}`.
Copy file name to clipboardExpand all lines: upgrade/framework-versions.md
+18-14Lines changed: 18 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,24 @@ This article lists the .NET Core versions supported by the UI for Blazor suite,
14
14
15
15
>note Telerik supports only the latest available version of UI for Blazor (**{{site.uiForBlazorLatestVersion}}**).
16
16
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.
17
+
Telerik UI for Blazor targets `netstandard2.1`. Thus, apps/libraries that reference our package must target `netstandard2.1`, `netcoreapp3.1` or `net5.0`. Razor Class Libraries may target `netstandard2.0` by default so you would need to update that.
18
18
19
-
## Serve-side Blazor
19
+
20
+
21
+
## .NET 5
22
+
23
+
Telerik UI for Blazor supports .NET 5 since its `2.19.0` release.
>caption Telerik UI for Blazor versions per framework version for the server-side flavor
22
37
@@ -30,7 +45,7 @@ Telerik UI for Blazor targets `netstandard2.1` in order to be compatible with th
30
45
| .NET Core 3.0 RTM | 2.1.0, 2.1.1 |
31
46
32
47
33
-
## Client-side Blazor
48
+
###Client-side Blazor
34
49
35
50
The client-side (WebAssembly) flavor of Blazor is a set of separate NuGet packages whose version may not match the .NET Core version they run on.
36
51
@@ -58,17 +73,6 @@ The client-side (WebAssembly) flavor of Blazor is a set of separate NuGet packag
58
73
59
74
60
75
61
-
## .NET 5
62
-
63
-
The future of .NET Core will eventually be through .NET 5. Its [Second Release Candidate](https://devblogs.microsoft.com/aspnet/asp-net-core-updates-in-net-5-release-candidate-2/) is already available.
64
-
65
-
The Telerik UI for Blazor suite is committed to the WebAssembly flavor of Blazor and we need to make sure we are compatible with its own main line of releases (at the moment - .NET Core 3.2.1).
66
-
67
-
We cannot guarantee compatibility with the .NET 5 previews.
68
-
69
-
The situation may be revised at a later time.
70
-
71
-
72
76
## See Also
73
77
74
78
*[Old Versions Support Policy]({%slug old_versions_support_policy%})
0 commit comments