Skip to content

Commit 1a04982

Browse files
authored
Update AntDesign 0.12.0 (#57)
1 parent c74453b commit 1a04982

19 files changed

+20
-13395
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,3 +343,4 @@ src/wwwroot/css/**/*.css
343343
src/wwwroot/theme/**/*.css
344344
/src/wwwroot/css/ant-design-pro-layout-blazor.css
345345
/src/layout/src/wwwroot/css/ant-design-pro-layout-blazor.css
346+
/package-lock.json

package-lock.json

Lines changed: 0 additions & 13376 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"author": "",
2424
"dependencies": {
2525
"@ant-design/pro-layout": "^6.0.0",
26-
"antd": "^4.16.13"
26+
"antd": "^4.20.7"
2727
},
2828
"devDependencies": {
2929
"gulp": "^4.0.2",

src/layout/src/AntDesign.ProLayout.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.1;net5;net6</TargetFrameworks>
5-
<LangVersion>9.0</LangVersion>
6-
<OutputType>Library</OutputType>
5+
<LangVersion>10.0</LangVersion>
6+
<OutputType>Library</OutputType>
77
<IsPackable>true</IsPackable>
88
<RazorLangVersion>3.0</RazorLangVersion>
99
<Description>Ant Design Pro components for Blazor</Description>
@@ -23,7 +23,7 @@
2323
</ItemGroup>
2424

2525
<ItemGroup>
26-
<PackageReference Include="AntDesign" Version="0.11.0" />
26+
<PackageReference Include="AntDesign" Version="0.12.0.1" />
2727
</ItemGroup>
2828

2929
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' And '$(SolutionDir)'==''">

src/layout/src/wwwroot/theme/cyan.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/layout/src/wwwroot/theme/dark-cyan.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/layout/src/wwwroot/theme/dark-dust.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/layout/src/wwwroot/theme/dark-geekblue.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/layout/src/wwwroot/theme/dark-green.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/layout/src/wwwroot/theme/dark-purple.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)