-
Notifications
You must be signed in to change notification settings - Fork 77
chore(common): Deprecation of .NET 6 docs #2928
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
@@ -7,6 +7,7 @@ slug: getting-started/web-app | |||
tags: get,started,first,steps,web,app,template | |||
published: true | |||
position: 5 | |||
previous_url: /getting-started/server-blazor |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It might be a good idea to add a temporary note to explain the redirect in the text. If people are trying to open the old URL, they might be confused why they're landing here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's highly unlikely that someone will be starting a new Blazor app on .NET 6.
Co-authored-by: Iva Stefanova Koevska-Atanasova <[email protected]>
> | ||
> * **Blazor WebAssembly App**, which exists up to .NET 7. | ||
> * **Blazor WebAssembly Standalone App** for .NET 8 and newer versions. | ||
> This article applies only to the **Blazor WebAssembly Standalone App** Visual Studio project template for .NET 8 and newer versions. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
> This article applies only to the **Blazor WebAssembly Standalone App** Visual Studio project template for .NET 8 and newer versions. | |
> This article applies only to the **Blazor WebAssembly Standalone App** Visual Studio project template. |
> | ||
> * **Blazor WebAssembly App**, which exists up to .NET 7. | ||
> * **Blazor WebAssembly Standalone App** for .NET 8 and newer versions. | ||
> This article applies only to the **Blazor WebAssembly Standalone App** Visual Studio project template for .NET 8 and newer versions. | ||
> | ||
> If you prefer the **Blazor Web App** template for .NET 8 and newer versions, then follow the [tutorial about Blazor Web Apps](slug:getting-started/web-app). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
> If you prefer the **Blazor Web App** template for .NET 8 and newer versions, then follow the [tutorial about Blazor Web Apps](slug:getting-started/web-app). | |
> If you prefer the **Blazor Web App** template with WebAssembly render mode, then follow the [tutorial about Blazor Web Apps](slug:getting-started/web-app). |
@@ -17,7 +17,6 @@ This article describes the required steps to use the Telerik UI for Blazor compo | |||
> | |||
> * [Blazor Web App](slug:getting-started/web-app) template in .NET 8 or 9 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
> * [Blazor Web App](slug:getting-started/web-app) template in .NET 8 or 9 | |
> * [Blazor Web App](slug:getting-started/web-app) template |
@@ -28,7 +28,6 @@ If you are new to Telerik UI for Blazor, visit the Getting Started tutorials tha | |||
|
|||
* [Get Started with a .NET 8 or 9 Blazor Web App](slug:getting-started/web-app) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* [Get Started with a .NET 8 or 9 Blazor Web App](slug:getting-started/web-app) | |
* [Get Started with a Blazor Web App](slug:getting-started/web-app) |
@@ -16,16 +16,14 @@ Telerik UI for Blazor steps on Microsoft Blazor. You can host and run Telerik Bl | |||
|
|||
## .NET Versions Support |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add a redirect from framework-versions
.
Closes https://github.com/telerik/blazor/issues/11081