Skip to content

Commit 94a3d89

Browse files
docs(common): update project requirements
1 parent 363a4cc commit 94a3d89

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

_contentTemplates/common/issues-and-warnings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
#mono-linker-issue
3-
Open the Client `.csproj` file and ensure that the following switch is present. At the moment the IL Linker needs to be disabled because of [an issue in Mono](https://github.com/mono/mono/issues/12917).
3+
Open the Client `.csproj` file and ensure that the following switch is present. At the moment the IL Linker needs to be disabled because of [an issue in Mono](https://github.com/mono/mono/issues/12917) that is not yet merged into the Blazor framework.
44

55
**.csproj**
66

getting-started/what-you-need.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,6 @@ To allow working with detached popups (for example, dropdown lists, menus, grid
103103
@[template](/_contentTemplates/common/get-started.md#telerik-main-container-snippet)
104104
````
105105

106-
### Server-side Project Considerations
107-
108-
Open the `~/Pages/_Host.cshtml` and remove the contents of the `<app></app>` element (see [this issue](https://feedback.telerik.com/blazor/1425656-using-renderstaticcomponentasync-breaks-telerik-components)).
109-
110106
### Client-side Project Considerations
111107

112108
If you are using a **client-side Blazor** project,

0 commit comments

Comments
 (0)