Downgrade AntDesign package

Fixes issue with metadata lookup not populating correctly
This commit is contained in:
Pat Hartl 2024-03-11 18:42:37 -05:00
parent e13df73d2c
commit d90b3837bf

View file

@ -28,7 +28,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="AntDesign" Version="0.18.0" />
<PackageReference Include="AntDesign" Version="0.17.4" />
<PackageReference Include="AntDesign.Charts" Version="0.5.1" />
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="12.0.1" />
<PackageReference Include="BlazorMonaco" Version="3.2.0" />