Skip to content

Commit 3852607

Browse files
authored
Update AntDesign 0.20.1 (#105)
1 parent 9d9df61 commit 3852607

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/layout/src/AntDesign.ProLayout.csproj

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

33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.1;net5;net6;net7;net8</TargetFrameworks>
5-
<LangVersion>latest</LangVersion>
6-
<OutputType>Library</OutputType>
5+
<LangVersion>latest</LangVersion>
6+
<OutputType>Library</OutputType>
77
<IsPackable>true</IsPackable>
88
<RazorLangVersion>3.0</RazorLangVersion>
99
<Description>Ant Design Pro components for Blazor</Description>
@@ -16,7 +16,7 @@
1616
<Copyright>James Yeung</Copyright>
1717
<Authors>James Yeung</Authors>
1818
<PackageIcon>logo.png</PackageIcon>
19-
<GenerateDocumentationFile>true</GenerateDocumentationFile>
19+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
2020
<PackageReadmeFile>README.md</PackageReadmeFile>
2121
</PropertyGroup>
2222

@@ -26,7 +26,7 @@
2626
</ItemGroup>
2727

2828
<ItemGroup>
29-
<PackageReference Include="AntDesign" Version="0.20.0" />
29+
<PackageReference Include="AntDesign" Version="0.20.1" />
3030
</ItemGroup>
3131

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

0 commit comments

Comments
 (0)