File tree 2 files changed +11
-4
lines changed
src/MatBlazor.Demo/Shared
2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ Don't know what Blazor is? Read [here](https://github.com/aspnet/Blazor)
30
30
31
31
Complete all Blazor dependencies.
32
32
33
- - .NET Core 6.0
34
- - Visual Studio 2019 with the ASP.NET and web development workload selected.
33
+ - .NET 6.0
34
+ - Visual Studio 2022 with the ASP.NET and web development workload selected.
35
35
- Requires access to internet for CSS download
36
36
37
37
## Installation
@@ -143,7 +143,10 @@ functionality in Demo for the component you are editing. Not only will this allo
143
143
144
144
145
145
146
- #### MatBlazor 2.9.0 (develop)
146
+ #### MatBlazor 2.10.0
147
+ - Supports .NET 6.0
148
+
149
+ #### MatBlazor 2.9.0
147
150
- Supports net5.0;netstandard2.1
148
151
- PR: MatTreeView - new component #788 (Thanks to adameste)
149
152
- PR: Fix MatAutocompleteList re-render list on items update #857 (Thanks to Ogglas)
Original file line number Diff line number Diff line change 9
9
<li ><code >MatTreeView</code > - complete new component</li >
10
10
<li ><code >MatAutocomplete</code > - new implementation of component</li >
11
11
</ul >
12
- <h4 class =" mat-h4" >MatBlazor 2.9.0 (develop)</h4 >
12
+ <h4 class =" mat-h4" >MatBlazor 2.10.0</h4 >
13
+ <ul >
14
+ <li >Supports .NET 6.0</li >
15
+ </ul >
16
+ <h4 class =" mat-h4" >MatBlazor 2.9.0</h4 >
13
17
<ul >
14
18
<li >Supports net5.0;netstandard2.1</li >
15
19
<li >PR: MatTreeView - new component #788 (Thanks to adameste)</li >
You can’t perform that action at this time.
0 commit comments