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: readme.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,13 +13,13 @@ It is possible to compare different types of hosting models:
13
13
14
14
15
15
## Getting Started
16
-
You can find the old version (.NET 5.0 and 6.0 compatible) on the branch [net50](https://github.com/AlexNek/BabylonBlazor/tree/net50)
17
-
New version supports .NET 8.0 and I use Blazor Web App template with server prerendring for demo purposes.
16
+
You can find the old version (.NET 5.0 and 6.0 compatible) on the branch [net50](https://github.com/AlexNek/BabylonBlazor/tree/net50) or use old nuget version
17
+
New version supports .NET 9.0 and I use Blazor Web App template with server prerendring for demo purposes.
18
18
19
19
### Prerequisites
20
20
21
21
To create Blazor Apps, install the latest version of Visual Studio with the ASP.NET and web development workload.
22
-
For using .Net 8.0 you need at least Visual Studio 2022 17.8+.
22
+
For using .Net 9.0 you need at least Visual Studio 2022 17.12+.
23
23
Another alternative would be to use Visual Studio code. Click [here](https://docs.microsoft.com/en-us/aspnet/core/blazor/get-started?view=aspnetcore-3.1&tabs=visual-studio-code) for more information.
0 commit comments