Skip to content

Commit 864f266

Browse files
authored
update to 25-1 Fluent (#4)
1 parent bfecf26 commit 864f266

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CS/TreeViewCustomFilter/Pages/_Layout.cshtml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
@using Microsoft.AspNetCore.Components.Web
22
@namespace TreeViewCustomFilter.Pages
3+
@using DevExpress.Blazor
34
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
45

56
<!DOCTYPE html>
@@ -8,7 +9,10 @@
89
<meta charset="utf-8" />
910
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
1011
<base href="~/" />
11-
<link href="_content/DevExpress.Blazor.Themes/blazing-berry.bs5.css" rel="stylesheet" />
12+
@foreach (var file in Themes.Fluent.GetFilePaths()) {
13+
<link href="@file" rel="stylesheet" />
14+
}
15+
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.7/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-LN+7fdVzj6u52u30Kp6M/trliBMCMKTyK833zpbD+pXdCLuTusPj697FH4R/5mcr" crossorigin="anonymous">
1216

1317
<link href="~/css/site.css" rel="stylesheet" />
1418
<link href="TreeViewCustomFilter.styles.css" rel="stylesheet" />

CS/TreeViewCustomFilter/TreeViewCustomFilter.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
<Folder Include="wwwroot\images\" />
1414
</ItemGroup>
1515
<ItemGroup>
16-
<PackageReference Include="DevExpress.Blazor" Version="24.2.1-alpha-24207" />
16+
<PackageReference Include="DevExpress.Blazor" Version="25.1.*-*" />
1717
</ItemGroup>
18-
</Project>
18+
</Project>

CS/TreeViewCustomFilter/image.png

5.42 KB
Loading

0 commit comments

Comments
 (0)