Skip to content

Commit 6d918b5

Browse files
MayueCifMayue
and
Mayue
authored
feat:update blazor version (masastack#139)
Co-authored-by: Mayue <mayue@lonsid.cn>
1 parent 6ec9072 commit 6d918b5

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

Masa.Blazor.Pro/Masa.Blazor.Pro.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</PropertyGroup>
1313

1414
<ItemGroup>
15-
<PackageReference Include="Masa.Blazor" Version="0.2.10649" />
15+
<PackageReference Include="Masa.Blazor" Version="0.4.0" />
1616
</ItemGroup>
1717

1818
<ItemGroup>

Masa.Blazor.Pro/Pages/_Layout.cshtml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
<link href="https://cdn.masastack.com/npm/materialicons/materialicons.css" rel="stylesheet">
1717
<link href="https://cdn.masastack.com/npm/fontawesome/v5.0.13/css/all.css" rel="stylesheet">
1818
<link href="css/masa-blazor-pro.css" rel="stylesheet" />
19-
<link href="Masa.Blazor.Pro.styles.css" rel="stylesheet">
2019
<component type="typeof(HeadOutlet)" render-mode="ServerPrerendered" />
2120
</head>
2221
<body>

Masa.Blazor.Pro/Shared/Language.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<ChildContent>
1111
<MList Class="py-0">
1212
<MListItemGroup ActiveClass="primary" Value="GlobalConfig.Language">
13-
@foreach (var (language, map) in I18n.ToDictionary())
13+
@foreach (var (language, map) in I18n.Languages)
1414
{
1515
<MListItem OnClick="()=> OnLanguageChange(language)" Value="(StringNumber)language">
1616
<ItemContent>

0 commit comments

Comments
 (0)